Go to file
Charles Keepax 96c1517e0e pinctrl: lochnagar: Move binding over to dtschema
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Rob Herring <robh@kernel.org>
2020-05-27 19:30:25 -06:00
Documentation pinctrl: lochnagar: Move binding over to dtschema 2020-05-27 19:30:25 -06:00
LICENSES
arch
block
certs
crypto
drivers drivers/of: keep description of function consistent with function name 2020-05-19 12:24:18 -06:00
fs
include docs: dt: convert usage-model.txt to ReST 2020-05-04 16:22:11 -05:00
init
ipc
kernel
lib
mm
net
samples
scripts docs: dt: convert submitting-patches.txt to ReST format 2020-05-04 17:09:53 -05:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: dt: convert overlay-notes.txt to ReST format 2020-05-04 17:09:52 -05:00
Makefile
README

README

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.