aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2019-06-03usb: phy: mv-usb: Remove set but not used variable 'phy'YueHaibing
2019-06-03usb: ftdi-elan: fix possible condition with no effect (if == else)Hariprasad Kelam
2019-06-03USB: ohci-spear: Remove set but not used variable 'ohci'YueHaibing
2019-06-03USB: atm: ueagle-atm.c: remove redundant license textGreg Kroah-Hartman
2019-06-03USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2Greg Kroah-Hartman
2019-06-03usb: ohci-s3c2410: Remove set but not used variable 'hcd'YueHaibing
2019-06-03usb: cdc-wdm: remove redundant assignment to rvColin Ian King
2019-06-03usb: host: ohci-st: Remove set but not used variable 'ohci'YueHaibing
2019-06-03usb: host: ehci-st: Remove set but not used variable 'ehci'YueHaibing
2019-06-03Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman
2019-05-29usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan
2019-05-24usb: avoid redundant allocation and free of memoryWeitao Hou
2019-05-22xhci: Use %zu for printing size_t typeFabio Estevam
2019-05-22xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov
2019-05-22xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman
2019-05-22usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid
2019-05-22usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_en...Jia-Ju Bai
2019-05-22xhci: update bounce buffer with correct sg numHenry Lin
2019-05-21usb: renesas_usbhs: Add support for RZ/A2Chris Brandt
2019-05-21usb: renesas_usbhs: support byte addressable CFIFOChris Brandt
2019-05-21usb: renesas_usbhs: add support for CNEN bitChris Brandt
2019-05-21usb: renesas_usbhs: move flags to paramChris Brandt
2019-05-21usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen
2019-05-21usb: core: hub: Enable/disable U1/U2 in configured stateThinh Nguyen
2019-05-21USB: rio500: simplify lockingOliver Neukum
2019-05-21USB: rio500: fix memory leak in close after disconnectOliver Neukum
2019-05-21USB: rio500: refuse more than one device at a timeOliver Neukum
2019-05-21usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan
2019-05-21USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum
2019-05-21USB: Add LPM quirk for Surface Dock GigE adapterMaximilian Luz
2019-05-21usb: mtu3: fix up undefined reference to usb_debug_rootChunfeng Yun
2019-05-21USB: Fix slab-out-of-bounds write in usb_get_bos_descriptorAlan Stern
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz
2019-05-21usb: renesas_usbhs: Use specific struct instead of USBHS_TYPE_* enumsYoshihiro Shimoda
2019-05-21USB: OHCI: remove space before open square bracket '['Naveen Kumar Parna
2019-05-21usb: exynos: add workaround for the USB device bindings conflictMarek Szyprowski
2019-05-21usbip: usbip_host: cleanup do_rebind() return pathShuah Khan
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-05-03Merge tag 'usb-serial-5.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2019-05-03USB: serial: f81232: implement break controlJi-Ze Hong (Peter Hong)
2019-05-03USB: serial: f81232: add high baud rate supportJi-Ze Hong (Peter Hong)
2019-05-03USB: serial: f81232: clear overrun flagJi-Ze Hong (Peter Hong)