mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
1948bffacbc7a893d550141a63664b596717623a
1. modify clock-names, according to Heiko's suggestion, clock names should always be in the scope of the device block (named after what it supplies), and clock-names are always meant from the perspective of the individual ip-block. 2. remove unnecessary clocks, refer to rk3399 TRM, aclk_usb3 is the parent of aclk_usb3otg0/1 and aclk_usb3_grf, and we will enable aclk_usb3otg0/1 and aclk_usb3_grf, so don't need to enable aclk_usb3 again. In addition, the aclk_usb3_rksoc_axi_perf clk is used for usb3 performance monitor module which we don't use now, so don't need to enable it. Change-Id: I1d50a72d1523b8b70f1e5f388dc357807131dd7c Signed-off-by: Wu Liang feng <wulf@rock-chips.com> Signed-off-by: Jianqun Xu <jay.xu@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%