The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865: Linux 4.5-rc4 (2016-02-14 13:05:20 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.5-rc6 for you to fetch changes up to 428b315a2475d614d6efbdbeaa13f3977416b21a: Merge tag 'fixes-for-v4.5-rc6' of http://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus (2016-02-24 09:04:21 -0800) ---------------------------------------------------------------- USB fixes for 4.5-rc6 Here are a few USB fixes for 4.5-rc6 They fix a reported bug for some USB 3 devices by reverting the recent patch, a MAINTAINERS change for some drivers, some new device ids, and of course, the usual bunch of USB gadget driver fixes. All have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Alan (1): usb: chipidea: error on overflow for port_test_write Andrey Skvortsov (1): USB: option: add support for SIM7100E Andrzej Hajda (1): usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usage Bjørn Mork (1): USB: option: add "4G LTE usb-modem U901" Cristian Birsan (2): usb: musb: Fix DMA desired mode for Mentor DMA engine usb: musb: fix DMA for host mode Felipe Balbi (1): MAINTAINERS: drop OMAP USB and MUSB maintainership Geert Uytterhoeven (1): usb: dwc2: USB_DWC2 should depend on HAS_DMA Greg Kroah-Hartman (4): Merge tag 'usb-ci-v4.5-rc5' of git://git.kernel.org/.../peter.chen/usb into usb-linus Merge tag 'usb-serial-4.5-rc5' of git://git.kernel.org/.../johan/usb-serial into usb-linus Revert "usb: hub: do not clear BOS field during reset device" Merge tag 'fixes-for-v4.5-rc6' of http://git.kernel.org/.../balbi/usb into usb-linus Ivan T. Ivanov (1): usb: phy: msm: Trigger USB state detection work in DRD mode John Youn (2): usb: dwc2: Add extra delay when forcing dr_mode usb: dwc3: Fix assignment of EP transfer resources Ken Lin (1): USB: cp210x: add IDs for GE B650V3 and B850V3 boards Marek Szyprowski (2): usb: gadget: remove driver from pending list on probe error usb: gadget: gadgetfs: unregister gadget only if it got successfully registered Simon Appleby (1): usb: gadget: net2280: fix endpoint max packet for super speed connections Tang, Jianqiang (1): usb: dwc2: host: fix the data toggle error in full speed descriptor dma Vardan Mikayelyan (1): usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_desc Wei Yongjun (1): usb: chipidea: fix return value check in ci_hdrc_pci_probe() MAINTAINERS | 7 ++-- drivers/usb/chipidea/ci_hdrc_pci.c | 4 +-- drivers/usb/chipidea/debug.c | 3 ++ drivers/usb/core/hub.c | 8 ++--- drivers/usb/dwc2/Kconfig | 1 + drivers/usb/dwc2/core.c | 6 ++++ drivers/usb/dwc2/hcd_ddma.c | 23 ++++++------ drivers/usb/dwc2/hcd_intr.c | 8 +++++ drivers/usb/dwc3/core.h | 1 - drivers/usb/dwc3/ep0.c | 5 --- drivers/usb/dwc3/gadget.c | 70 +++++++++++++++++++++++++++---------- drivers/usb/gadget/legacy/inode.c | 7 ++-- drivers/usb/gadget/udc/fsl_qe_udc.c | 2 +- drivers/usb/gadget/udc/net2280.h | 15 ++++++-- drivers/usb/gadget/udc/udc-core.c | 3 +- drivers/usb/musb/musb_host.c | 8 ++--- drivers/usb/phy/phy-msm-usb.c | 20 +++-------- drivers/usb/serial/cp210x.c | 2 ++ drivers/usb/serial/option.c | 9 +++++ 19 files changed, 127 insertions(+), 75 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html