diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-29 09:51:48 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-29 09:51:48 -0700 |
commit | 215db9481814bfae69cde49d82865c74189e435f (patch) | |
tree | f1c62b7fc414a5300ce3fecd1831ea1e8e8992f6 /drivers/usb/host | |
parent | 107a4b535b7d1da4203a26949775d67173e96e04 (diff) | |
parent | 15e4292a2d21e9997fdb2b8c014cc461b3f268f0 (diff) | |
download | linux-stable-215db9481814bfae69cde49d82865c74189e435f.tar.gz linux-stable-215db9481814bfae69cde49d82865c74189e435f.tar.bz2 linux-stable-215db9481814bfae69cde49d82865c74189e435f.zip |
Merge tag 'usb-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Felipe writes:
usb: patches for v4.8 merge window
Here's the big pull request for Peripheral stack and
all related drivers.
This time around with 109 non-merge commits mostly
concentrated on drivers/usb/gadget/udc (41.5%) and
drivers/usb/dwc3 (28.1%).
There's a big rework on dwc3's transfer handling
which gave us almost 3x faster USB3 speeds with Mass
Storage on a particular test scenario I measured. We
are also removing platform_data from dwc3 after
converting all users to built-in properties instead.
For the Gadget API, we're just adding tracepoints to
aid debugging activities.
Other than these, there's the usual set of spelling
fixes, minor bug fixes and sparse warnings cleanups.
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index d8f5674809e8..2e710a4cca52 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -180,7 +180,7 @@ config USB_EHCI_MXC config USB_EHCI_HCD_OMAP tristate "EHCI support for OMAP3 and later chips" depends on ARCH_OMAP - select NOP_USB_XCEIV + depends on NOP_USB_XCEIV default y ---help--- Enables support for the on-chip EHCI controller on |