summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-serial-5.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-08-171-0/+10
|\
| * USB: serial: option: add the BroadMobi BM818 cardBob Ham2019-08-151-0/+2
| * USB: serial: option: Add Motorola modem UARTsTony Lindgren2019-08-151-0/+5
| * USB: serial: option: add D-Link DWM-222 device IDRogan Dawes2019-08-051-0/+2
| * USB: serial: option: Add support for ZTE MF871AYoshiaki Okamoto2019-08-051-0/+1
* | usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-153-10/+6Star
* | usb: don't create dma pools for HCDs with a localmem_poolChristoph Hellwig2019-08-151-3/+3
* | usb: chipidea: imx: fix EPROBE_DEFER support during driver probeAndré Draszik2019-08-151-7/+12
* | usb: host: fotg2: restart hcd after port resetHans Ulli Kroll2019-08-151-0/+4
* | USB: CDC: fix sanity checks in CDC union parserOliver Neukum2019-08-151-2/+2
* | usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum2019-08-151-5/+7
* | USB: core: Fix races in character device registration and deregistraionAlan Stern2019-08-121-5/+5
* | usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt2019-08-121-10/+18
* | usb: gadget: composite: Clear "suspended" on reset/disconnectBenjamin Herrenschmidt2019-08-121-0/+1
* | usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda2019-08-121-2/+3
* | usb: setup authorized_default attributes using usb_bus_notifyThiébaud Weksteen2019-08-083-123/+126
* | usb: iowarrior: fix deadlock on disconnectOliver Neukum2019-08-081-3/+4
* | Revert "USB: rio500: simplify locking"Oliver Neukum2019-08-081-16/+27
* | usb: usbfs: fix double-free of usb memory upon submiturb errorGavin Li2019-08-051-2/+0Star
* | usb: yurex: Fix use-after-free in yurex_deleteSuzuki K Poulose2019-08-051-1/+1
* | usb: typec: tcpm: Ignore unsupported/unknown alternate mode requestsGuenter Roeck2019-08-021-14/+24
* | xhci: Fix NULL pointer dereference at endpoint zero reset.Mathias Nyman2019-08-021-0/+10
* | usb: host: xhci-rcar: Fix timeout in xhci_suspend()Yoshihiro Shimoda2019-08-021-2/+7
* | usb: typec: ucsi: ccg: Fix uninitilized symbol errorHeikki Krogerus2019-08-011-1/+1
* | usb: typec: tcpm: remove tcpm dir if no childrenLi Jun2019-07-301-0/+4
* | usb: typec: tcpm: free log buf memory when remove debug fileLi Jun2019-07-301-0/+9
* | usb: typec: tcpm: Add NULL check before dereferencing configGuenter Roeck2019-07-301-3/+4
|/
* xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman2019-07-251-1/+2
* usb: usb251xb: Reallow swap-dx-lanes to apply to the upstream portLucas Stach2019-07-251-6/+7
* Revert "usb: usb251xb: Add US port lanes inversion property"Lucas Stach2019-07-251-2/+0Star
* usb: wusbcore: fix unbalanced get/put cluster_idPhong Tran2019-07-251-1/+1
* usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Dan Carpenter2019-07-251-2/+2
* usb-storage: Add a limitation for blk_queue_max_hw_sectors()Yoshihiro Shimoda2019-07-251-0/+11
* usb: pci-quirks: Minor cleanup for AMD PLL quirkRyan Kennedy2019-07-255-19/+21
* usb: pci-quirks: Correct AMD PLL quirk detectionRyan Kennedy2019-07-251-12/+19
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-6/+15
|\
| * vfs: Convert gadgetfs to use the new mount APIDavid Howells2019-07-051-6/+15
* | Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-163-4/+125
|\ \
| * | usb: typec: ucsi: ccg: add runtime pm workaroundAjay Gupta2019-06-081-4/+76
| * | usb: typec: ucsi: ccg: enable runtime pm supportAjay Gupta2019-06-083-0/+49
| |/
* | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-1311-64/+140
|\ \
| * | usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring2019-06-283-5/+7
| * | USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-038-21/+17Star
| * | usb: host: ohci-tmio: init genalloc for local memoryLaurentiu Tudor2019-06-031-8/+5Star
| * | usb: host: ohci-sm501: init genalloc for local memoryLaurentiu Tudor2019-06-031-27/+20Star
| * | USB: use genalloc for USB HCs with local memoryLaurentiu Tudor2019-06-036-9/+97
| |/
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-124-8/+8
|\ \
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-244-8/+8
* | | Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-12114-683/+1196
|\ \ \
| * \ \ Merge tag 'usb-ci-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2019-07-054-11/+39
| |\ \ \