No description
Find a file
Chuhong Yuan 7bdb923495 net: marvell: Use dev_get_drvdata where possible
Instead of using to_pci_dev + pci_get_drvdata,
use dev_get_drvdata to make code simpler.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-24 11:44:46 -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: marvell: Use dev_get_drvdata where possible 2019-07-24 11:44:46 -07:00
fs for-5.3-rc1-tag 2019-07-22 09:08:38 -07:00
include can: Add SPDX license identifiers for CAN subsystem 2019-07-24 10:31:55 +02:00
init
ipc
kernel Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2019-07-22 09:30:34 -07:00
lib
LICENSES
mm
net can: Add SPDX license identifiers for CAN subsystem 2019-07-24 10:31:55 +02:00
samples
scripts
security
sound
tools tc-testing: added tdc tests for [b|p]fifo qdisc 2019-07-23 14:08:15 -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 Linus 5.3-rc1 2019-07-21 14:05:38 -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.