summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2018-07-02usb: update for tcpci drivers moving out of stagingStephen Rothwell-0/+1
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman-63/+294
2018-06-28usb: typec: function for checking cable plug orientationHeikki Krogerus-0/+12
2018-06-28staging: typec: tcpci: move tcpci drivers out of stagingLi Jun-0/+1080
2018-06-28typec: tcpm: add starting value for drp togglingLi Jun-5/+5
2018-06-28usb: typec: tcpm: support get typec and pd config from device propertiesLi Jun-22/+109
2018-06-28usb: typec: add API to get typec basic port power and data configLi Jun-4/+54
2018-06-28usb: typec: add fwnode to tcpcLi Jun-0/+1
2018-06-28usb: typec: tps6598x: Remove VLA usageKees Cook-1/+10
2018-06-28usb: cdc-wdm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-6/+10
2018-06-28USB: cdc-wdm: don't enable interrupts in USB-givebackSebastian Andrzej Siewior-7/+24
2018-06-28usb: legousbtower: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-2/+3
2018-06-28usb: ldusb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-3/+4
2018-06-28usb: iowarrior: remove intr_idx_lockSebastian Andrzej Siewior-5/+0
2018-06-28usb: adutux: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-4/+6
2018-06-28usb: wusbcore: remove excessive irqsaveJohn Ogness-4/+4
2018-06-28usb: usb-skeleton: use irqsave() in USB's complete callbackJohn Ogness-4/+6
2018-06-28usb: usblp: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-4/+6
2018-06-28usb: usbfs: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-2/+3
2018-06-28usb: core: use irqsave() in sg_complete() complete callbackSebastian Andrzej Siewior-4/+5
2018-06-28usb: cdc-acm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-2/+3
2018-06-28USB: host: ehci-npcm7xx: Fix some error codes in probeDan Carpenter-2/+2
2018-06-28Merge tag 'usb-serial-4.18-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-0/+14
2018-06-26usb: chipidea: host: fix disconnection detect issuePeter Chen-1/+4
2018-06-25USB host: Add USB ehci support for nuvoton npcm7xx platformAvi Fishman-0/+221
2018-06-25usb: cdc-acm: Decrement tty port's refcount if probe() failJaejoong Kim-18/+17
2018-06-25USB: mon: use ktime_get_real_ts64 instead of getnstimeofday64Arnd Bergmann-4/+4
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern-0/+14
2018-06-25USB: ehci-hcd: Add get_resuming_ports methodAlan Stern-0/+9
2018-06-25USB: Report wakeup events on root-hub portsAlan Stern-0/+42
2018-06-25usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-enteredPeter Chen-3/+4
2018-06-25typec: tcpm: Fix a msecs vs jiffies bugDan Carpenter-1/+2
2018-06-25usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff-0/+3
2018-06-25usb: typec: ucsi: Fix for incorrect status data issueHeikki Krogerus-0/+13
2018-06-25usb: typec: ucsi: acpi: Workaround for cache mode issueHeikki Krogerus-0/+5
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta-1/+6
2018-06-25usb: xhci: tegra: fix runtime PM error handlingStefan Agner-2/+2
2018-06-25usb: xhci: remove the code build warningDongjiu Geng-1/+1
2018-06-25xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing-7/+33
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman-3/+41
2018-06-19dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan-1/+6
2018-06-19usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan-2/+5
2018-06-19usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun-0/+3
2018-06-19usb: dwc2: fix isoc split in transfer with no dataWilliam Wu-2/+1
2018-06-19usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu-5/+106
2018-06-19usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu-1/+1
2018-06-19usb: dwc2: Fix host exit from hibernation flow.Artur Petrosyan-1/+3
2018-06-19usb: dwc3: qcom: mark PM functions as __maybe_unusedArnd Bergmann-8/+4
2018-06-19usb: dwc3: Fix error return code in dwc3_qcom_probe()Wei Yongjun-0/+1
2018-06-18usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfersMinas Harutyunyan-2/+0