No description
Find a file
Pawel Laszczak ecf4f823fb usb: cnds3: drd: deleted !=
Patch deletes unnecessary != from condition statement in cdns3_drd_init
function.

Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Pawel Laszczak <pawell@cadence.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
2020-07-24 16:45:12 +03:00
arch usb: ohci-omap: Convert to use GPIO descriptors 2020-07-21 13:42:37 +02:00
block
certs
crypto
Documentation thunderbolt: Changes for v5.9 merge window 2020-07-21 14:08:33 +02:00
drivers usb: cnds3: drd: deleted != 2020-07-24 16:45:12 +03:00
fs
include thunderbolt: Changes for v5.9 merge window 2020-07-21 14:08:33 +02:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools Linux 5.8-rc6 2020-07-20 09:41:30 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 5.8-rc6 2020-07-20 09:41:30 +02:00
Makefile Linux 5.8-rc6 2020-07-19 15:41:18 -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.