index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: xhci: Fix build warning seen with CONFIG_PM=n
Guenter Roeck
2019-12-18
1
-1
/
+1
*
USB: EHCI: Do not return -EPIPE when hub is disconnected
Erkka Talvitie
2019-12-17
1
-1
/
+12
*
xhci: make sure interrupts are restored to correct state
Mathias Nyman
2019-12-11
1
-6
/
+6
*
xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.
Mathias Nyman
2019-12-11
1
-1
/
+2
*
xhci: Increase STS_HALT timeout in xhci_suspend()
Kai-Heng Feng
2019-12-11
1
-1
/
+1
*
usb: xhci: only set D3hot for pci device
Henry Lin
2019-12-11
3
-5
/
+16
*
xhci: fix USB3 device initiated resume race with roothub autosuspend
Mathias Nyman
2019-12-11
2
-2
/
+11
*
xhci: Fix memory leak in xhci_add_in_port()
Mika Westerberg
2019-12-11
1
-0
/
+4
*
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-12-03
1
-1
/
+1
|
\
|
*
Merge branch 'pci/resource'
Bjorn Helgaas
2019-11-28
1
-1
/
+1
|
|
\
|
|
*
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2019-10-14
1
-1
/
+1
*
|
|
usb: host: Fix Kconfig indentation
Krzysztof Kozlowski
2019-11-21
1
-25
/
+25
*
|
|
usb: host: xhci-tegra: Correct phy enable sequence
Nagarjuna Kristam
2019-11-18
1
-12
/
+13
*
|
|
xhci-pci: Allow host runtime PM as default also for Intel Ice Lake xHCI
Mika Westerberg
2019-11-16
1
-1
/
+3
*
|
|
usb: host: xhci: Support running urb giveback in tasklet context
Suwan Kim
2019-11-16
2
-3
/
+2
*
|
|
xhci: Add tracing for xhci doorbell register writes
Mathias Nyman
2019-11-16
3
-0
/
+61
*
|
|
usb: host: xhci: update event ring dequeue pointer on purpose
Peter Chen
2019-11-16
1
-17
/
+43
*
|
|
usb: host: imx21: create debugfs directory under usb root
Chunfeng Yun
2019-11-14
1
-1
/
+1
*
|
|
usb: host: fotg210: add missed clk_put calls
Chuhong Yuan
2019-11-04
1
-2
/
+6
*
|
|
usb: host: oxu210hp-hcd: fix __iomem annotations
Ben Dooks (Codethink)
2019-11-04
1
-7
/
+7
*
|
|
USB: bcma: Add a check for devm_gpiod_get
Chuhong Yuan
2019-11-04
1
-1
/
+4
*
|
|
usb: ohci-nxp: fix use of integer as pointer
Ben Dooks
2019-11-04
1
-1
/
+1
*
|
|
Merge 5.4-rc6 into usb-next
Greg Kroah-Hartman
2019-11-04
3
-21
/
+59
|
\
\
\
|
*
|
|
usb: xhci: fix __le32/__le64 accessors in debugfs code
Ben Dooks (Codethink)
2019-10-28
1
-12
/
+12
|
*
|
|
usb: xhci: fix Immediate Data Transfer endianness
Samuel Holland
2019-10-28
1
-0
/
+2
|
*
|
|
xhci: Fix use-after-free regression in xhci clear hub TT implementation
Mathias Nyman
2019-10-28
1
-9
/
+45
|
|
/
/
*
|
|
USB: host: ohci-at91: Remove unused variable regs in at91_stop_hc
Nathan Chancellor
2019-10-15
1
-1
/
+0
*
|
|
Merge 5.4-rc3 into usb-next
Greg Kroah-Hartman
2019-10-14
3
-17
/
+66
|
\
|
|
|
*
|
xhci-ext-caps.c: Add missing platform_device_put() on error in xhci_create_in...
Wei Yongjun
2019-10-04
1
-0
/
+1
|
*
|
xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete()
Mathias Nyman
2019-10-04
1
-0
/
+8
|
*
|
xhci: Increase STS_SAVE timeout in xhci_suspend()
Kai-Heng Feng
2019-10-04
1
-1
/
+1
|
*
|
xhci: Prevent deadlock when xhci adapter breaks during init
Bill Kuzeja
2019-10-04
1
-2
/
+21
|
*
|
usb: xhci: wait for CNR controller not ready bit in xhci resume
Rick Tseng
2019-10-04
1
-0
/
+12
|
*
|
xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hosts
Mathias Nyman
2019-10-04
1
-4
/
+11
|
*
|
xhci: Check all endpoints for LPM timeout
Jan Schmidt
2019-10-04
1
-4
/
+4
|
*
|
xhci: Prevent device initiated U1/U2 link pm if exit latency is too long
Mathias Nyman
2019-10-04
1
-4
/
+6
|
*
|
xhci: Fix false warning message about wrong bounce buffer write length
Mathias Nyman
2019-10-04
1
-2
/
+2
|
|
/
*
|
usb: host: xhci-tegra: Add Tegra194 XHCI support
JC Kuo
2019-10-07
1
-0
/
+30
*
|
xhci: tegra: Parameterize mailbox register addresses
JC Kuo
2019-10-07
1
-16
/
+42
*
|
USB: host: ohci-at91: resume: balance the clock start call
Boris Krasnovskiy
2019-10-04
1
-2
/
+2
*
|
USB: host: ohci-at91: suspend: delay needed before to stop clocks
Nicolas Ferre
2019-10-04
1
-0
/
+1
*
|
USB: host: ohci-at91: completely shutdown the controller in at91_stop_hc()
Boris Krasnovskiy
2019-10-04
1
-1
/
+1
*
|
usb: host: xhci-tegra: use regulator_bulk_set_supply_names()
Bartosz Golaszewski
2019-10-04
1
-2
/
+3
*
|
usb: Fix Kconfig indentation
Krzysztof Kozlowski
2019-10-04
1
-34
/
+34
*
|
usb: host: u132-hcd: fix spelling mistake "overcurren" -> "overcurrent"
Colin Ian King
2019-10-04
1
-1
/
+1
*
|
usb: isp1362-hcd: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-04
1
-3
/
+2
*
|
usb: host: xhci-tegra: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-04
1
-5
/
+3
|
/
*
Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2019-09-18
65
-4934
/
+574
|
\
|
*
xhci-ext-caps.c: Add property to disable Intel SW switch
Saranya Gopal
2019-09-03
1
-0
/
+18
|
*
usb: host: xhci-rcar: Use xhci_plat_priv.quirks instead of code settings
Yoshihiro Shimoda
2019-09-03
2
-28
/
+14
[next]