aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-12-30USB: EHCI: ehci-mv: make the PHY optionalLubomir Rintel1-1/+1
2019-12-30usb: chipidea: host: Disable port power only if previously enabledGuenter Roeck1-1/+3
2019-12-30usb: cdns3: should not use the same dev_id for shared interrupt handlerPeter Chen1-9/+5
2019-12-30usb: dwc3: gadget: Fix request complete checkThinh Nguyen1-0/+7
2019-12-30usb: musb: dma: Correct parameter passed to IRQ handlerPaul Cercueil1-1/+1
2019-12-30usb: musb: jz4740: Silence error if code is -EPROBE_DEFERPaul Cercueil1-2/+5
2019-12-30usb: udc: tegra: select USB_ROLE_SWITCHArnd Bergmann1-0/+1
2019-12-30USB: core: fix check for duplicate endpointsJohan Hovold1-12/+58
2019-12-23Merge 5.5-rc3 into usb-nextGreg Kroah-Hartman5-6/+26
2019-12-20USB: serial: option: add ZLP support for 0x1bc7/0x9010Daniele Palmas3-0/+13
2019-12-18usb: xhci: Fix build warning seen with CONFIG_PM=nGuenter Roeck1-1/+1
2019-12-17usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim1-4/+9
2019-12-17usbip: Fix receive error in vhci-hcd when using scatter-gatherSuwan Kim1-0/+3
2019-12-17usb: gadget: move choice ... endchoice to legacy/KconfigMasahiro Yamada2-28/+28
2019-12-17usb: gadget: u_audio: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-17usb: gadget: u_audio: Use managed buffer allocationTakashi Iwai1-16/+2
2019-12-17USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie1-1/+12
2019-12-17usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'zhong jiang1-0/+1
2019-12-16USB: serial: option: add Telit ME910G1 0x110a compositionDaniele Palmas1-0/+2
2019-12-16Merge 5.5-rc2 into usb-nextGreg Kroah-Hartman24-69/+137
2019-12-14Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds22-67/+135
2019-12-12usb: dwc3: pci: add ID for the Intel Comet Lake -H variantHeikki Krogerus1-1/+5
2019-12-11xhci: make sure interrupts are restored to correct stateMathias Nyman1-6/+6
2019-12-11xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman1-1/+2
2019-12-11xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng1-1/+1
2019-12-11usb: xhci: only set D3hot for pci deviceHenry Lin3-5/+16
2019-12-11xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2-2/+11
2019-12-11xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg1-0/+4
2019-12-11Merge tag 'fixes-for-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-2/+18
2019-12-11USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring2-22/+23
2019-12-10usb: gadget: fix wrong endpoint descEJ Hsu2-1/+6
2019-12-10usb: dwc3: ep0: Clear started flag on completionThinh Nguyen1-0/+8
2019-12-10usb: dwc3: gadget: Clear started flag for non-IOCThinh Nguyen1-0/+3
2019-12-10usb: dwc3: gadget: Fix logical conditionTejas Joglekar1-1/+1
2019-12-10USB: atm: ueagle-atm: add missing endpoint checkJohan Hovold1-6/+12
2019-12-10USB: adutux: fix interface sanity checkJohan Hovold1-1/+1
2019-12-10USB: idmouse: fix interface sanity checksJohan Hovold1-1/+1
2019-12-10USB: serial: io_edgeport: fix epic endpoint lookupJohan Hovold1-4/+6
2019-12-10usb: mon: Fix a deadlock in usbmon between mmap and readPete Zaitcev1-11/+21
2019-12-10usb: common: usb-conn-gpio: Don't log an error on probe deferralBryan O'Donoghue1-1/+2
2019-12-10usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia1-0/+1
2019-12-10usb: typec: fix use after free in typec_register_port()Wen Yang1-2/+4
2019-12-10usb: roles: fix a potential use after freeWen Yang1-1/+1
2019-12-10usb: host: xhci-tegra: Implement basic ELPG supportThierry Reding1-8/+119
2019-12-10usb: host: xhci-tegra: Add XUSB controller contextThierry Reding1-11/+69
2019-12-10usb: host: xhci-tegra: Add support for XUSB context save/restoreThierry Reding1-2/+100
2019-12-10usb: host: xhci-tegra: Enable runtime PM as late as possibleThierry Reding1-16/+17
2019-12-10usb: host: xhci-tegra: Reuse stored register base addressThierry Reding1-8/+8
2019-12-10usb: host: xhci-tegra: Extract firmware enable helperThierry Reding1-12/+29
2019-12-10usb: host: xhci-tegra: Use CNR as firmware ready indicatorThierry Reding1-12/+15