mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
4f04e3ea5499c3a2479bfc1d52229dfabb233ff7
The following members are added to struct thermal_zone_device_ops: int (*set_polling_delay)(struct thermal_zone_device *, int); int (*set_passive_delay)(struct thermal_zone_device *, int); Test: build and boot Bug: 149945768 Signed-off-by: Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org> (cherry picked from commit f68eb1a39e07a296ff4424c594c0fcc9b48240bc) [hridya: commit amended to only include ABI diff] Signed-off-by: Hridya Valsaraju <hridya@google.com> Change-Id: Iad25d6585a35ecb71fdef36e27b27bece93a7c11
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%