OSDN Git Service

Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 May 2018 15:46:53 +0000 (17:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 May 2018 15:46:53 +0000 (17:46 +0200)
usb: changes for v4.18 merge window

A total of 98 non-merge commits, the biggest part being in dwc3 this
time around with a large refactoring of dwc3's transfer handling code.

We also have a new driver for Aspeed virtual hub controller.

Apart from that, just a list of miscellaneous fixes all over the place.

1  2 
drivers/usb/gadget/udc/Kconfig
drivers/usb/mtu3/Kconfig

Simple merge
@@@ -2,7 -2,7 +2,7 @@@
  
  config USB_MTU3
        tristate "MediaTek USB3 Dual Role controller"
-       depends on EXTCON && (USB || USB_GADGET)
 -      depends on (USB || USB_GADGET) && HAS_DMA
++      depends on USB || USB_GADGET
        depends on ARCH_MEDIATEK || COMPILE_TEST
        select USB_XHCI_MTK if USB_SUPPORT && USB_XHCI_HCD
        help