mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
f4d0973e4fb044bf83609db079a8bd02bfaaa668
The of_devlink feature creates device links between devices based on the common device tree bindings listed in their device node. This allows improved probe ordering and also makes sure the sync_state() calls to the device drivers come only after all the consumers of a device have probed successfully. Enable this by default on Android since this is required to ease modularization efforts for GKI. Bug: 143308885 Signed-off-by: Saravana Kannan <saravanak@google.com> Change-Id: I57c44e74e35d829ae2ae3145dc241ccf348f2eea
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
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.
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%