Go to file
Rob Herring cb6192d647 dt-bindings: firmware: ixp4xx: Drop redundant minItems/maxItems
The minItems/maxItems default to the number of items in an 'items' list,
so drop the redundant specifying of them here.

Signed-off-by: Rob Herring <robh@kernel.org>
2019-11-26 12:29:32 -07:00
arch csky-for-linus-5.4-rc1: arch/csky patches for 5.4-rc1 2019-09-30 10:16:17 -07:00
block
certs
crypto
Documentation dt-bindings: firmware: ixp4xx: Drop redundant minItems/maxItems 2019-11-26 12:29:32 -07:00
drivers of: property: Fix documentation for out values 2019-11-14 16:32:17 -06:00
fs for-5.4-rc1-tag 2019-09-30 10:25:24 -07:00
include libfdt: reduce the number of headers included from libfdt_env.h 2019-10-24 17:38:31 -05:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts dtc: Use pkg-config to locate libyaml 2019-11-04 11:21:07 -06:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt-bindings: power: Rename back power_domain.txt bindings to fix references 2019-11-26 12:29:11 -07:00
Makefile Linux 5.4-rc1 2019-09-30 10:35:40 -07:00
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.