No description
Find a file
Jisheng Zhang 00c33afbf9 net: mvneta: use devm_platform_ioremap_resource() to simplify code
devm_platform_ioremap_resource() wraps platform_get_resource() and
devm_ioremap_resource() in a single helper, let's use that helper to
simplify the code.

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-25 17:28:11 -07:00
arch
block
certs
crypto
Documentation dt-bindings: can: flexcan: add can wakeup property 2019-07-24 10:31:55 +02:00
drivers net: mvneta: use devm_platform_ioremap_resource() to simplify code 2019-07-25 17:28:11 -07:00
fs
include can: Add SPDX license identifiers for CAN subsystem 2019-07-24 10:31:55 +02:00
init
ipc
kernel
lib
LICENSES
mm
net tipc: fix changeover issues due to large packet 2019-07-25 15:55:47 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: Fix typo in qos_mc_aware.sh 2019-07-24 14:51:10 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: can: add missing files to CAN NETWORK DRIVERS and CAN NETWORK LAYER 2019-07-24 08:50:17 +02: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.