index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-29
Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
9
-128
/
+437
2020-01-27
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2
-4
/
+4
2020-01-22
usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186
Peter Robinson
1
-0
/
+1
2020-01-13
Merge 5.5-rc6 into usb-next
Greg Kroah-Hartman
1
-2
/
+6
2020-01-09
usb: host: ehci-tegra: Remove unused fields from tegra_ehci_hcd
Dmitry Osipenko
1
-2
/
+0
2020-01-09
usb: host: ehci-tegra: Stop managing PHY's power
Dmitry Osipenko
1
-6
/
+0
2020-01-09
usb: host: ehci-tegra: Correct teardown order of driver's removal
Dmitry Osipenko
1
-7
/
+1
2020-01-09
usb: exynos: Rename Samsung and Exynos to lowercase
Krzysztof Kozlowski
3
-5
/
+5
2020-01-08
usb: ehci-mv: Fix missing iomem in cast
Krzysztof Kozlowski
1
-1
/
+1
2020-01-08
usb: ohci-da8xx: ensure error return on variable error is set
Colin Ian King
1
-2
/
+6
2020-01-08
usb: host: oxu210hp-hcd: fix gcc warning
Arnd Bergmann
1
-5
/
+9
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2
-4
/
+4
2019-12-31
usb: host: Do not compile test deprecated USB_OCTEON_EHCI
Krzysztof Kozlowski
1
-1
/
+1
2019-12-30
usb: host: Enable compile testing for some of drivers
Krzysztof Kozlowski
1
-27
/
+27
2019-12-30
usb: mtk-xhci: Do not explicitly set the DMA mask
Tomasz Figa
1
-5
/
+0
2019-12-30
USB: EHCI: ehci-mv: add HSIC support
Lubomir Rintel
1
-0
/
+11
2019-12-30
USB: EHCI: ehci-mv: drop pxa_ehci_type and some device IDs
Lubomir Rintel
1
-4
/
+2
2019-12-30
USB: EHCI: ehci-mv: make the PHY optional
Lubomir Rintel
1
-1
/
+1
2019-12-23
Merge 5.5-rc3 into usb-next
Greg Kroah-Hartman
2
-2
/
+13
2019-12-18
usb: xhci: Fix build warning seen with CONFIG_PM=n
Guenter Roeck
1
-1
/
+1
2019-12-17
USB: EHCI: Do not return -EPIPE when hub is disconnected
Erkka Talvitie
1
-1
/
+12
2019-12-16
Merge 5.5-rc2 into usb-next
Greg Kroah-Hartman
6
-15
/
+40
2019-12-11
xhci: make sure interrupts are restored to correct state
Mathias Nyman
1
-6
/
+6
2019-12-11
xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.
Mathias Nyman
1
-1
/
+2
2019-12-11
xhci: Increase STS_HALT timeout in xhci_suspend()
Kai-Heng Feng
1
-1
/
+1
2019-12-11
usb: xhci: only set D3hot for pci device
Henry Lin
3
-5
/
+16
2019-12-11
xhci: fix USB3 device initiated resume race with roothub autosuspend
Mathias Nyman
2
-2
/
+11
2019-12-11
xhci: Fix memory leak in xhci_add_in_port()
Mika Westerberg
1
-0
/
+4
2019-12-10
usb: host: xhci-tegra: Implement basic ELPG support
Thierry Reding
1
-8
/
+119
2019-12-10
usb: host: xhci-tegra: Add XUSB controller context
Thierry Reding
1
-11
/
+69
2019-12-10
usb: host: xhci-tegra: Add support for XUSB context save/restore
Thierry Reding
1
-2
/
+100
2019-12-10
usb: host: xhci-tegra: Enable runtime PM as late as possible
Thierry Reding
1
-16
/
+17
2019-12-10
usb: host: xhci-tegra: Reuse stored register base address
Thierry Reding
1
-8
/
+8
2019-12-10
usb: host: xhci-tegra: Extract firmware enable helper
Thierry Reding
1
-12
/
+29
2019-12-10
usb: host: xhci-tegra: Use CNR as firmware ready indicator
Thierry Reding
1
-12
/
+15
2019-12-10
usb: host: xhci-tegra: Avoid a fixed duration sleep
Thierry Reding
1
-1
/
+14
2019-12-10
usb: host: xhci-tegra: Separate firmware request and load
Thierry Reding
1
-10
/
+30
2019-12-10
usb: host: xhci-tegra: Fix "tega" -> "tegra" typo
Thierry Reding
1
-2
/
+2
2019-12-10
usb: host: ehci-sh: Remove unused platform data support
Geert Uytterhoeven
1
-7
/
+0
2019-12-03
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-11-28
Merge branch 'pci/resource'
Bjorn Helgaas
1
-1
/
+1
2019-11-21
usb: host: Fix Kconfig indentation
Krzysztof Kozlowski
1
-25
/
+25
2019-11-18
usb: host: xhci-tegra: Correct phy enable sequence
Nagarjuna Kristam
1
-12
/
+13
2019-11-16
xhci-pci: Allow host runtime PM as default also for Intel Ice Lake xHCI
Mika Westerberg
1
-1
/
+3
2019-11-16
usb: host: xhci: Support running urb giveback in tasklet context
Suwan Kim
2
-3
/
+2
2019-11-16
xhci: Add tracing for xhci doorbell register writes
Mathias Nyman
3
-0
/
+61
2019-11-16
usb: host: xhci: update event ring dequeue pointer on purpose
Peter Chen
1
-17
/
+43
2019-11-14
usb: host: imx21: create debugfs directory under usb root
Chunfeng Yun
1
-1
/
+1
2019-11-04
usb: host: fotg210: add missed clk_put calls
Chuhong Yuan
1
-2
/
+6
2019-11-04
usb: host: oxu210hp-hcd: fix __iomem annotations
Ben Dooks (Codethink)
1
-7
/
+7
[next]