Go to file
Oliver Neukum 8cc4c2ed6a Revert "sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()"
This reverts commit aea67cc141.
The API has to be changed.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://lore.kernel.org/r/20200923134348.23862-6-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-09-25 16:33:58 +02:00
Documentation dt-bindings: usb: renesas,usbhs: Add r8a774e1 support 2020-09-22 10:38:47 +02:00
LICENSES
arch Merge 5.0-rc6 into usb-next 2020-09-21 09:06:42 +02:00
block
certs
crypto
drivers Revert "Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()" 2020-09-25 16:33:58 +02:00
fs
include iopoll: update kerneldoc of read_poll_timeout_atomic() 2020-09-25 16:30:06 +02:00
init
ipc
kernel Fix the seccomp syscall rewriting so that trace and audit see the 2020-09-20 15:37:15 -07:00
lib
mm
net
samples
scripts
security
sound Revert "sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()" 2020-09-25 16:33:58 +02:00
tools Fix noreturn detection for ignored sibling functions, from Josh 2020-09-20 15:31:04 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge 5.0-rc6 into usb-next 2020-09-21 09:06:42 +02:00
Makefile Linux 5.9-rc6 2020-09-20 16:33:55 -07:00
README

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.