Go to file
Chunfeng Yun 54402373c4 usb: mtu3: use MTU3_EP_WEDGE flag
Use MTU3_EP_WEDGE flag instead of the member @wedged in mtu3_ep
struct, then @wedged can be removed.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/1595834101-13094-9-git-send-email-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-07-29 16:53:58 +02:00
arch Linux 5.8-rc7 2020-07-27 08:17:14 +02:00
block
certs
crypto
Documentation USB: changes for v5.9 merge window 2020-07-27 13:16:18 +02:00
drivers usb: mtu3: use MTU3_EP_WEDGE flag 2020-07-29 16:53:58 +02:00
fs Various EFI fixes: 2020-07-25 13:18:42 -07:00
include ENDIAN issue fix and one query controller role API is introduced. 2020-07-29 13:57:09 +02:00
init
ipc
kernel Fix a interaction/regression between uprobes based shared library tracing & GDB. 2020-07-25 13:55:38 -07:00
lib
LICENSES
mm
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into master 2020-07-25 11:50:59 -07:00
samples
scripts Kbuild fixes for v5.8 (3rd) 2020-07-26 13:46:57 -07:00
security
sound
tools Linux 5.8-rc7 2020-07-27 08:17:14 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 5.8-rc7 2020-07-27 08:17:14 +02:00
Makefile Linux 5.8-rc7 2020-07-26 14:14:06 -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.