summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | USB: EHCI: ehci-mv: make the PHY optionalLubomir Rintel2019-12-301-1/+1
| * | Merge 5.5-rc3 into usb-nextGreg Kroah-Hartman2019-12-232-2/+13
| |\ \
| * \ \ Merge 5.5-rc2 into usb-nextGreg Kroah-Hartman2019-12-166-15/+40
| |\ \ \
| * | | | usb: host: xhci-tegra: Implement basic ELPG supportThierry Reding2019-12-101-8/+119
| * | | | usb: host: xhci-tegra: Add XUSB controller contextThierry Reding2019-12-101-11/+69
| * | | | usb: host: xhci-tegra: Add support for XUSB context save/restoreThierry Reding2019-12-101-2/+100
| * | | | usb: host: xhci-tegra: Enable runtime PM as late as possibleThierry Reding2019-12-101-16/+17
| * | | | usb: host: xhci-tegra: Reuse stored register base addressThierry Reding2019-12-101-8/+8
| * | | | usb: host: xhci-tegra: Extract firmware enable helperThierry Reding2019-12-101-12/+29
| * | | | usb: host: xhci-tegra: Use CNR as firmware ready indicatorThierry Reding2019-12-101-12/+15
| * | | | usb: host: xhci-tegra: Avoid a fixed duration sleepThierry Reding2019-12-101-1/+14
| * | | | usb: host: xhci-tegra: Separate firmware request and loadThierry Reding2019-12-101-10/+30
| * | | | usb: host: xhci-tegra: Fix "tega" -> "tegra" typoThierry Reding2019-12-101-2/+2
| * | | | usb: host: ehci-sh: Remove unused platform data supportGeert Uytterhoeven2019-12-101-7/+0
* | | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-272-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-4/+4
| | |_|/ | |/| |
* / | | 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