From: Greg Kroah-Hartman Date: Thu, 24 May 2018 15:46:53 +0000 (+0200) Subject: Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi... X-Git-Tag: v4.18-rc1~136^2~81 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=109e37a6731c492ad35e86d3390a26ba55d33755;p=tomoyo%2Ftomoyo-test1.git Merge tag 'usb-for-v4.18' of git://git./linux/kernel/git/balbi/usb into usb-next 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. --- 109e37a6731c492ad35e86d3390a26ba55d33755 diff --cc drivers/usb/mtu3/Kconfig index c0c0eb88e5ea,8daf27768888..40bbf1f53337 --- a/drivers/usb/mtu3/Kconfig +++ b/drivers/usb/mtu3/Kconfig @@@ -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