summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: ohci-da8xx: ensure error return on variable error is setColin Ian King2020-01-081-2/+6
* usb: xhci: Fix build warning seen with CONFIG_PM=nGuenter Roeck2019-12-181-1/+1
* USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie2019-12-171-1/+12
* xhci: make sure interrupts are restored to correct stateMathias Nyman2019-12-111-6/+6
* xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman2019-12-111-1/+2
* xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng2019-12-111-1/+1
* usb: xhci: only set D3hot for pci deviceHenry Lin2019-12-113-5/+16
* xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2019-12-112-2/+11
* xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg2019-12-111-0/+4
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+1
|\
| * Merge branch 'pci/resource'Bjorn Helgaas2019-11-281-1/+1
| |\
| | * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* | | usb: host: Fix Kconfig indentationKrzysztof Kozlowski2019-11-211-25/+25
* | | usb: host: xhci-tegra: Correct phy enable sequenceNagarjuna Kristam2019-11-181-12/+13
* | | xhci-pci: Allow host runtime PM as default also for Intel Ice Lake xHCIMika Westerberg2019-11-161-1/+3
* | | usb: host: xhci: Support running urb giveback in tasklet contextSuwan Kim2019-11-162-3/+2
* | | xhci: Add tracing for xhci doorbell register writesMathias Nyman2019-11-163-0/+61
* | | usb: host: xhci: update event ring dequeue pointer on purposePeter Chen2019-11-161-17/+43
* | | usb: host: imx21: create debugfs directory under usb rootChunfeng Yun2019-11-141-1/+1
* | | usb: host: fotg210: add missed clk_put callsChuhong Yuan2019-11-041-2/+6
* | | usb: host: oxu210hp-hcd: fix __iomem annotationsBen Dooks (Codethink)2019-11-041-7/+7
* | | USB: bcma: Add a check for devm_gpiod_getChuhong Yuan2019-11-041-1/+4
* | | usb: ohci-nxp: fix use of integer as pointerBen Dooks2019-11-041-1/+1
* | | Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman2019-11-043-21/+59
|\ \ \
| * | | usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)2019-10-281-12/+12
| * | | usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland2019-10-281-0/+2
| * | | xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman2019-10-281-9/+45
| |/ /
* | | USB: host: ohci-at91: Remove unused variable regs in at91_stop_hcNathan Chancellor2019-10-151-1/+0
* | | Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman2019-10-143-17/+66
|\| |
| * | xhci-ext-caps.c: Add missing platform_device_put() on error in xhci_create_in...Wei Yongjun2019-10-041-0/+1
| * | 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: host: xhci-tegra: Add Tegra194 XHCI supportJC Kuo2019-10-071-0/+30
* | xhci: tegra: Parameterize mailbox register addressesJC Kuo2019-10-071-16/+42
* | USB: host: ohci-at91: resume: balance the clock start callBoris Krasnovskiy2019-10-041-2/+2
* | USB: host: ohci-at91: suspend: delay needed before to stop clocksNicolas Ferre2019-10-041-0/+1
* | USB: host: ohci-at91: completely shutdown the controller in at91_stop_hc()Boris Krasnovskiy2019-10-041-1/+1
* | usb: host: xhci-tegra: use regulator_bulk_set_supply_names()Bartosz Golaszewski2019-10-041-2/+3
* | usb: Fix Kconfig indentationKrzysztof Kozlowski2019-10-041-34/+34
* | usb: host: u132-hcd: fix spelling mistake "overcurren" -> "overcurrent"Colin Ian King2019-10-041-1/+1
* | usb: isp1362-hcd: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-041-3/+2
* | usb: host: xhci-tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-041-5/+3
|/
* Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-1865-4934/+574
|\
| * xhci-ext-caps.c: Add property to disable Intel SW switchSaranya Gopal2019-09-031-0/+18