mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
6f498206565c6836967250c08359aa633a0a108f
This fix the existing compile error: Error: arch/arm64/boot/dts/rockchip/rk3308.dtsi:1765.12-13 syntax error FATAL ERROR: Unable to parse input tree And also from the upstrem[0][1], some people don't like the pointless MACRO RK_FUNC_n. All the modifications done with sed: sed -i -e 's/RK_FUNC_GPIO/0/' arch/arm64/boot/dts/rockchip/rk3308* sed -i -e 's/RK_FUNC_//' arch/arm64/boot/dts/rockchip/rk3308* [0] https://patchwork.kernel.org/patch/9625173/ [1] https://patchwork.kernel.org/patch/9626883/ Change-Id: Icb7c36fb6bd152628ddb911fc221f65e105e5839 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
…
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%