mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
e3f1c67586ab2b35c74d10d9f83e980bf38ed69f
This optimizes the size of rockchip-otp.o, details as follows. ./scripts/bloat-o-meter rockchip-otp-old.o rockchip-otp.o add/remove: 0/9 grow/shrink: 0/1 up/down: 0/-2224 (-2224) Function old new delta px30_otp_clocks 12 - -12 rk3568_otp_clocks 16 - -16 rk3568_data 24 - -24 px30_data 24 - -24 rockchip_otp_reset 128 - -128 px30_otp_ecc_enable 164 - -164 px30_otp_wait_status 176 - -176 px30_otp_read 416 - -416 rockchip_otp_match 980 392 -588 rk3568_otp_read 676 - -676 Total: Before=4721, After=2497, chg -47.11% Change-Id: I960a51e826a17112d822daa2b77470e482e729d7 Signed-off-by: Finley Xiao <finley.xiao@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%