Elaine Zhang ed3555fd11 clk: rockchip: optimize static memory consume
Before:
	text    data    bss    dec    hex    filename
	2384    144     0      2528   9e0    drivers/clk/rockchip/clk-pvtm.o
        684     0       0      684    2ac    drivers/clk/rockchip/clk-inverter.o
	1157    0       0      1157   485    drivers/clk/rockchip/clk-dclk-divider.o

After:
	text    data    bss    dec    hex    filename
        0       0       0      0      0      drivers/clk/rockchip/clk-pvtm.o
        0       0       0      0      0      drivers/clk/rockchip/clk-inverter.o
        0       0       0      0      0      drivers/clk/rockchip/clk-dclk-divider.o

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I157205014ed3240d51e1bf445c6163a5da9a7939
2021-08-25 14:37:54 +08:00

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
No description provided
Readme 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%