summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: yurex: fix NULL-derefs on disconnectJohan Hovold2019-10-101-4/+7
* USB: iowarrior: use pr_err()Johan Hovold2019-10-101-1/+1
* USB: iowarrior: drop redundant iowarrior mutexJohan Hovold2019-10-101-12/+1
* USB: iowarrior: drop redundant disconnect mutexJohan Hovold2019-10-101-15/+2
* USB: iowarrior: fix use-after-free after driver unbindJohan Hovold2019-10-101-0/+6
* USB: iowarrior: fix use-after-free on releaseJohan Hovold2019-10-101-1/+2
* USB: iowarrior: fix use-after-free on disconnectJohan Hovold2019-10-101-4/+3
* USB: chaoskey: fix use-after-free on releaseJohan Hovold2019-10-101-2/+3
* USB: adutux: fix use-after-free on releaseJohan Hovold2019-10-101-1/+2
* USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold2019-10-101-12/+12
* USB: legousbtower: fix use-after-free on releaseJohan Hovold2019-10-101-1/+2
* usb: cdns3: Fix for incorrect DMA mask.Pawel Laszczak2019-10-101-0/+7
* usb: cdns3: fix cdns3_core_init_role()Roger Quadros2019-10-101-1/+19
* usb: cdns3: gadget: Fix full-speed modeRoger Quadros2019-10-101-0/+1
* USB: usb-skeleton: drop redundant in-urb checkJohan Hovold2019-10-101-2/+1
* USB: usb-skeleton: fix use-after-free after driver unbindJohan Hovold2019-10-101-0/+1
* USB: usb-skeleton: fix NULL-deref on disconnectJohan Hovold2019-10-101-3/+4
* usb:cdns3: Fix for CV CH9 running with g_zero driver.Pawel Laszczak2019-10-071-2/+8
* usb: dwc3: Remove dev_err() on platform_get_irq() failureHans de Goede2019-10-073-9/+0
* usb: dwc3: Switch to platform_get_irq_byname_optional()Hans de Goede2019-10-073-6/+6
* Merge tag 'usb-serial-5.4-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-044-2/+25
|\
| * USB: serial: keyspan: fix NULL-derefs on open() and write()Johan Hovold2019-10-041-2/+2
| * USB: serial: option: add support for Cinterion CLS8 devicesReinhard Speyerer2019-10-041-0/+3
| * USB: serial: option: add Telit FN980 compositionsDaniele Palmas2019-10-021-0/+8
| * USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20Beni Mahler2019-10-022-0/+12
* | USB: serial: fix runtime PM after driver unbindJohan Hovold2019-10-041-4/+1
* | USB: usblp: fix runtime PM after driver unbindJohan Hovold2019-10-041-3/+5
* | USB: usb-skeleton: fix runtime PM after driver unbindJohan Hovold2019-10-041-5/+3
* | xhci-ext-caps.c: Add missing platform_device_put() on error in xhci_create_in...Wei Yongjun2019-10-041-0/+1
* | usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behaviorYoshihiro Shimoda2019-10-046-2/+34
* | usb: renesas_usbhs: gadget: Do not discard queues in usb_ep_set_{halt,wedge}()Yoshihiro Shimoda2019-10-041-2/+0
* | udc: lpc32xx: fix 64-bit compiler warningArnd Bergmann2019-10-042-3/+3
* | xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete()Mathias Nyman2019-10-041-0/+8
* | xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng2019-10-041-1/+1
* | xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja2019-10-041-2/+21
* | usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng2019-10-041-0/+12
* | xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman2019-10-041-4/+11
* | xhci: Check all endpoints for LPM timeoutJan Schmidt2019-10-041-4/+4
* | xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman2019-10-041-4/+6
* | xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman2019-10-041-2/+2
* | USB: legousbtower: fix open after failed reset requestJohan Hovold2019-10-041-2/+2
* | USB: legousbtower: fix potential NULL-deref on disconnectJohan Hovold2019-10-041-11/+15
* | USB: legousbtower: fix deadlock on disconnectJohan Hovold2019-10-041-17/+2
* | USB: legousbtower: fix slab info leak at probeJohan Hovold2019-10-041-2/+4
* | usb: typec: ucsi: displayport: Fix for the mode entering routineHeikki Krogerus2019-10-041-0/+2
* | usb: typec: ucsi: ccg: Remove run_isr flagHeikki Krogerus2019-10-041-38/+4
* | USB: usblcd: use pr_err()Johan Hovold2019-10-041-1/+1
* | USB: usblcd: drop redundant lcd mutexJohan Hovold2019-10-041-7/+0
* | USB: usblcd: drop redundant disconnect mutexJohan Hovold2019-10-041-17/+1
* | USB: usblcd: fix I/O after disconnectJohan Hovold2019-10-041-2/+31