summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum2019-08-281-4/+12
* usb: host: xhci: rcar: Fix typo in compatible string matchingGeert Uytterhoeven2019-08-281-1/+1
* usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam2019-08-281-0/+10
* USB: storage: ums-realtek: Whitelist auto-delink supportKai-Heng Feng2019-08-281-5/+8
* USB: storage: ums-realtek: Update module parameter description for auto_delin...Kai-Heng Feng2019-08-281-1/+1
* usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda2019-08-281-3/+12
* usb: hcd: use managed device resourcesSchmid, Carsten2019-08-281-22/+8
* typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King2019-08-281-1/+1
* usb-storage: Add new JMS567 revision to unusual_devsHenk van der Laan2019-08-211-1/+1
* usb: chipidea: udc: don't do hardware access if gadget has stoppedPeter Chen2019-08-211-8/+24
* usbtmc: more sanity checking for packet sizeOliver Neukum2019-08-211-0/+3
* usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva2019-08-211-1/+1
* 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/+6
* | 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/+0
* | 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/+0
* 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-041-6/+15
* | Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-153-4/+125
|\ \