No description
Find a file
Sergio Paracuellos 7846a98285 staging: mt7621-pci: change variable to print for slot
We are using the counter to print the slot which has been
enabled. Use the correct associated slot for the port instead.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20200320110123.9907-5-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-20 15:10:50 +01:00
arch Merge 5.6-rc3 into staging-next 2020-02-24 08:37:48 +01:00
block
certs
crypto
Documentation First set of new IIO device support, fatures and cleanups for the 5.7 cycle 2020-03-18 11:33:12 +01:00
drivers staging: mt7621-pci: change variable to print for slot 2020-03-20 15:10:50 +01:00
fs for-5.6-rc2-tag 2020-02-23 09:43:50 -08:00
include First set of new IIO device support, fatures and cleanups for the 5.7 cycle 2020-03-18 11:33:12 +01:00
init
ipc
kernel Two fixes for the irq core code which are follow ups to the recent MSI 2020-02-22 17:25:46 -08:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS First set of new IIO device support, fatures and cleanups for the 5.7 cycle 2020-03-18 11:33:12 +01:00
Makefile Linux 5.6-rc3 2020-02-23 16:17:42 -08: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.