summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2019-08-28USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum-4/+12
2019-08-28usb: host: xhci: rcar: Fix typo in compatible string matchingGeert Uytterhoeven-1/+1
2019-08-28usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam-0/+10
2019-08-28USB: storage: ums-realtek: Whitelist auto-delink supportKai-Heng Feng-5/+8
2019-08-28USB: storage: ums-realtek: Update module parameter description for auto_delin...Kai-Heng Feng-1/+1
2019-08-28usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda-3/+12
2019-08-28usb: hcd: use managed device resourcesSchmid, Carsten-22/+8
2019-08-28typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King-1/+1
2019-08-21usb-storage: Add new JMS567 revision to unusual_devsHenk van der Laan-1/+1
2019-08-21usb: chipidea: udc: don't do hardware access if gadget has stoppedPeter Chen-8/+24
2019-08-21usbtmc: more sanity checking for packet sizeOliver Neukum-0/+3
2019-08-21usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva-1/+1
2019-08-17Merge tag 'usb-serial-5.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-0/+10
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig-10/+6
2019-08-15usb: don't create dma pools for HCDs with a localmem_poolChristoph Hellwig-3/+3
2019-08-15usb: chipidea: imx: fix EPROBE_DEFER support during driver probeAndré Draszik-7/+12
2019-08-15usb: host: fotg2: restart hcd after port resetHans Ulli Kroll-0/+4
2019-08-15USB: CDC: fix sanity checks in CDC union parserOliver Neukum-2/+2
2019-08-15usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum-5/+7
2019-08-15USB: serial: option: add the BroadMobi BM818 cardBob Ham-0/+2
2019-08-15USB: serial: option: Add Motorola modem UARTsTony Lindgren-0/+5
2019-08-12USB: core: Fix races in character device registration and deregistraionAlan Stern-5/+5
2019-08-12usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt-10/+18
2019-08-12usb: gadget: composite: Clear "suspended" on reset/disconnectBenjamin Herrenschmidt-0/+1
2019-08-12usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda-2/+3
2019-08-08usb: setup authorized_default attributes using usb_bus_notifyThiébaud Weksteen-123/+126
2019-08-08usb: iowarrior: fix deadlock on disconnectOliver Neukum-3/+4
2019-08-08Revert "USB: rio500: simplify locking"Oliver Neukum-16/+27
2019-08-05usb: usbfs: fix double-free of usb memory upon submiturb errorGavin Li-2/+0
2019-08-05usb: yurex: Fix use-after-free in yurex_deleteSuzuki K Poulose-1/+1
2019-08-05USB: serial: option: add D-Link DWM-222 device IDRogan Dawes-0/+2
2019-08-05USB: serial: option: Add support for ZTE MF871AYoshiaki Okamoto-0/+1
2019-08-02usb: typec: tcpm: Ignore unsupported/unknown alternate mode requestsGuenter Roeck-14/+24
2019-08-02xhci: Fix NULL pointer dereference at endpoint zero reset.Mathias Nyman-0/+10
2019-08-02usb: host: xhci-rcar: Fix timeout in xhci_suspend()Yoshihiro Shimoda-2/+7
2019-08-01usb: typec: ucsi: ccg: Fix uninitilized symbol errorHeikki Krogerus-1/+1
2019-07-30usb: typec: tcpm: remove tcpm dir if no childrenLi Jun-0/+4
2019-07-30usb: typec: tcpm: free log buf memory when remove debug fileLi Jun-0/+9
2019-07-30usb: typec: tcpm: Add NULL check before dereferencing configGuenter Roeck-3/+4
2019-07-25xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman-1/+2
2019-07-25usb: usb251xb: Reallow swap-dx-lanes to apply to the upstream portLucas Stach-6/+7
2019-07-25Revert "usb: usb251xb: Add US port lanes inversion property"Lucas Stach-2/+0
2019-07-25usb: wusbcore: fix unbalanced get/put cluster_idPhong Tran-1/+1
2019-07-25usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Dan Carpenter-2/+2
2019-07-25usb-storage: Add a limitation for blk_queue_max_hw_sectors()Yoshihiro Shimoda-0/+11
2019-07-25usb: pci-quirks: Minor cleanup for AMD PLL quirkRyan Kennedy-19/+21
2019-07-25usb: pci-quirks: Correct AMD PLL quirk detectionRyan Kennedy-12/+19
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-6/+15
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-4/+125
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-64/+140