Go to file
Mauro Carvalho Chehab b91a770a69 docs: dt: usage_model.rst: fix link for DT usage
The devicetree.org doesn't host the Device_Tree_Usage page
anymore. So, fix the link to point to a new address.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
2020-05-04 16:22:54 -05:00
arch
block
certs
crypto
Documentation docs: dt: usage_model.rst: fix link for DT usage 2020-05-04 16:22:54 -05:00
drivers of: property: Do not link to disabled devices 2020-04-28 12:47:47 -05:00
fs
include docs: dt: convert usage-model.txt to ReST 2020-05-04 16:22:11 -05:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts kbuild: check libyaml installation for 'make dt_binding_check' 2020-04-17 10:45:23 -05:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'dt/linus' into dt/next 2020-04-17 14:37:05 -05:00
Makefile
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.