summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-06-28usb: legousbtower: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-06-28usb: ldusb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-3/+4
2018-06-28usb: iowarrior: remove intr_idx_lockSebastian Andrzej Siewior1-5/+0
2018-06-28usb: adutux: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+6
2018-06-28usb: wusbcore: remove excessive irqsaveJohn Ogness1-4/+4
2018-06-28usb: usb-skeleton: use irqsave() in USB's complete callbackJohn Ogness1-4/+6
2018-06-28usb: usblp: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+6
2018-06-28usb: usbfs: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-06-28usb: core: use irqsave() in sg_complete() complete callbackSebastian Andrzej Siewior1-4/+5
2018-06-28usb: cdc-acm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-06-28USB: host: ehci-npcm7xx: Fix some error codes in probeDan Carpenter1-2/+2
2018-06-28Merge tag 'usb-serial-4.18-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-0/+14
2018-06-27USB: serial: digi_acceleport: rename tty flag variableJohan Hovold1-6/+6
2018-06-26USB: serial: usb_wwan: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: ti_usb_3410_5052: use irqsave() in USB's complete callbackJohn Ogness1-4/+5
2018-06-26USB: serial: symbolserial: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: sierra: use irqsave() in USB's complete callbackJohn Ogness1-4/+5
2018-06-26USB: serial: sierra: fix potential deadlock at closeJohn Ogness1-2/+2
2018-06-26USB: serial: quatech2: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: mos7840: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: mos7720: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: io_ti: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-26USB: serial: io_edgeport: use irqsave() in USB's complete callbackJohn Ogness1-6/+11
2018-06-26USB: serial: digi_acceleport: use irqsave() in USB's complete callbackJohn Ogness1-10/+13
2018-06-26USB: serial: cyberjack: use irqsave() in USB's complete callbackJohn Ogness1-7/+10
2018-06-26usb: chipidea: tegra: Use aligned DMA on Tegra114/124Marcel Ziswiler1-2/+2
2018-06-26usb: chipidea: host: fix disconnection detect issuePeter Chen1-1/+4
2018-06-25USB host: Add USB ehci support for nuvoton npcm7xx platformAvi Fishman3-0/+221
2018-06-25usb: cdc-acm: Decrement tty port's refcount if probe() failJaejoong Kim1-18/+17
2018-06-25USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64Arnd Bergmann1-4/+4
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern3-0/+14
2018-06-25USB: ehci-hcd: Add get_resuming_ports methodAlan Stern2-0/+9
2018-06-25USB: Report wakeup events on root-hub portsAlan Stern1-0/+42
2018-06-25usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-enteredPeter Chen1-3/+4
2018-06-25typec: tcpm: Fix a msecs vs jiffies bugDan Carpenter1-1/+2
2018-06-25usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff1-0/+3
2018-06-25usb: typec: ucsi: Fix for incorrect status data issueHeikki Krogerus1-0/+13
2018-06-25usb: typec: ucsi: acpi: Workaround for cache mode issueHeikki Krogerus1-0/+5
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta1-1/+6
2018-06-25usb: xhci: tegra: fix runtime PM error handlingStefan Agner1-2/+2
2018-06-25usb: xhci: remove the code build warningDongjiu Geng1-1/+1
2018-06-25xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing2-7/+33
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2-3/+41
2018-06-25USB: serial: cast sizeof() to int when comparing with error codeChengguang Xu3-3/+3
2018-06-20scsi: target: Convert target drivers to use sbitmapMatthew Wilcox1-2/+3
2018-06-20scsi: target: Abstract tag freeingMatthew Wilcox1-1/+1
2018-06-19dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan1-1/+6
2018-06-19usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan1-2/+5
2018-06-19usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun1-0/+3
2018-06-19usb: dwc2: fix isoc split in transfer with no dataWilliam Wu1-2/+1