aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-06-03usb: ftdi-elan: fix possible condition with no effect (if == else)Hariprasad Kelam1-7/+0
2019-06-03USB: ohci-spear: Remove set but not used variable 'ohci'YueHaibing1-3/+0
2019-06-03USB: atm: ueagle-atm.c: remove redundant license textGreg Kroah-Hartman1-45/+1
2019-06-03USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2Greg Kroah-Hartman1-1/+1
2019-06-03usb: ohci-s3c2410: Remove set but not used variable 'hcd'YueHaibing1-2/+0
2019-06-03usb: cdc-wdm: remove redundant assignment to rvColin Ian King1-1/+1
2019-06-03usb: host: ohci-st: Remove set but not used variable 'ohci'YueHaibing1-2/+0
2019-06-03usb: host: ehci-st: Remove set but not used variable 'ehci'YueHaibing1-2/+0
2019-06-03usb: typec: ucsi: ccg: fix memory leak in do_flashGustavo A. R. Silva1-2/+4
2019-06-03usb: typec: Registering real device entries for the muxesHeikki Krogerus4-87/+229
2019-06-03device connection: Find connections also by checking the referencesHeikki Krogerus1-1/+1
2019-06-03Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman10-87/+149
2019-05-29usbip: usbip_host: fix stub_dev lock context imbalance regressionShuah Khan1-13/+23
2019-05-24usb: avoid redundant allocation and free of memoryWeitao Hou1-5/+3
2019-05-22signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman1-24/+24
2019-05-22xhci: Use %zu for printing size_t typeFabio Estevam1-2/+2
2019-05-22xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov1-12/+10
2019-05-22xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman2-4/+8
2019-05-22usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid1-1/+1
2019-05-22usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_endpoint()Jia-Ju Bai1-0/+3
2019-05-22xhci: update bounce buffer with correct sg numHenry Lin1-4/+13
2019-05-21USB: serial: option: add Telit 0x1260 and 0x1261 compositionsDaniele Palmas1-0/+4
2019-05-21USB: serial: pl2303: add Allied Telesis VT-Kit3Chris Packham2-0/+4
2019-05-21USB: serial: option: add support for Simcom SIM7500/SIM7600 RNDIS modeJörgen Storvist1-0/+2
2019-05-21usb: renesas_usbhs: Add support for RZ/A2Chris Brandt4-1/+89
2019-05-21usb: renesas_usbhs: support byte addressable CFIFOChris Brandt1-2/+7
2019-05-21usb: renesas_usbhs: add support for CNEN bitChris Brandt2-0/+7
2019-05-21usb: renesas_usbhs: move flags to paramChris Brandt2-18/+7
2019-05-21usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen1-12/+16
2019-05-21usb: core: hub: Enable/disable U1/U2 in configured stateThinh Nguyen1-2/+2
2019-05-21USB: rio500: simplify lockingOliver Neukum1-27/+16
2019-05-21USB: rio500: fix memory leak in close after disconnectOliver Neukum1-2/+15
2019-05-21USB: rio500: refuse more than one device at a timeOliver Neukum1-6/+18
2019-05-21usbip: usbip_host: fix BUG: sleeping function called from invalid contextShuah Khan1-22/+43
2019-05-21USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum1-7/+8
2019-05-21USB: Add LPM quirk for Surface Dock GigE adapterMaximilian Luz1-0/+3
2019-05-21usb: mtu3: fix up undefined reference to usb_debug_rootChunfeng Yun1-2/+1
2019-05-21USB: Fix slab-out-of-bounds write in usb_get_bos_descriptorAlan Stern1-2/+2
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz6-11/+0
2019-05-21usb: renesas_usbhs: Use specific struct instead of USBHS_TYPE_* enumsYoshihiro Shimoda2-47/+70
2019-05-21USB: OHCI: remove space before open square bracket '['Naveen Kumar Parna1-1/+1
2019-05-21usb: exynos: add workaround for the USB device bindings conflictMarek Szyprowski2-0/+22
2019-05-21usbip: usbip_host: cleanup do_rebind() return pathShuah Khan1-5/+3
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-28/+14
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-1/+0
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+2
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds100-1614/+5231
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds1-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-6/+0