index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
usb: host: xhci-mtk: omit shared hcd if either root hub has no ports
Chunfeng Yun
1
-26
/
+46
2022-11-21
Merge 6.1-rc6 into usb-next
Greg Kroah-Hartman
1
-4
/
+6
2022-11-11
usb: Check !irq instead of irq == NO_IRQ
Christophe Leroy
5
-5
/
+5
2022-11-09
usb: fotg210: Collect pieces of dual mode controller
Linus Walleij
4
-6427
/
+0
2022-11-09
usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS
Brian Norris
1
-3
/
+4
2022-11-09
usb: ehci-pci: Set PROBE_PREFER_ASYNCHRONOUS
Brian Norris
1
-3
/
+4
2022-11-08
USB: bcma: Make GPIO explicitly optional
Linus Walleij
1
-4
/
+6
2022-10-31
Merge 6.1-rc3 into usb-next
Greg Kroah-Hartman
4
-39
/
+36
2022-10-25
xhci: Remove device endpoints from bandwidth list when freeing the device
Mathias Nyman
1
-8
/
+12
2022-10-25
xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices
Mario Limonciello
1
-28
/
+4
2022-10-25
xhci: Add quirk to reset host back to default state at shutdown
Mathias Nyman
3
-2
/
+13
2022-10-25
usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller
Jens Glathe
1
-1
/
+7
2022-10-22
USB: host: Kconfig: Fix spelling mistake "firwmare" -> "firmware"
Colin Ian King
1
-1
/
+1
2022-09-30
usb: host: ehci-exynos: switch to using gpiod API
Dmitry Torokhov
1
-12
/
+5
2022-09-22
xhci: remove unused lpm_failed_dev member from struct xhci_hcd
Mathias Nyman
1
-2
/
+0
2022-09-22
xhci: remove unused command member from struct xhci_hcd struct
Mathias Nyman
1
-1
/
+0
2022-09-22
xhci: show fault reason for a failed enable slot command
Mathias Nyman
1
-1
/
+2
2022-09-22
xhci: Don't show warning for reinit on known broken suspend
Mario Limonciello
1
-1
/
+2
2022-09-22
xhci: dbc: Fix memory leak in xhci_alloc_dbc()
Rafael Mendonca
1
-1
/
+1
2022-09-22
usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
Jianglei Nie
1
-1
/
+6
2022-09-05
usb: clean up after dropping driver registration log spam
Ard Biesheuvel
16
-27
/
+0
2022-09-05
USB: xhci: make xhci_get_endpoint_address static
Greg Kroah-Hartman
2
-2
/
+1
2022-09-05
usb: ohci-platform: fix usb disconnect issue after s4
Yinbo Zhu
1
-4
/
+24
2022-09-05
Merge 6.0-rc4 into usb-next
Greg Kroah-Hartman
5
-32
/
+30
2022-09-01
USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()
Heikki Krogerus
4
-4
/
+4
2022-09-01
USB: FHCI: Switch to GPIO descriptors
Linus Walleij
3
-55
/
+27
2022-08-31
usb: reduce kernel log spam on driver registration
Ard Biesheuvel
24
-39
/
+0
2022-08-31
usb: host: xhci-plat: suspend/resume clks for brcm
Justin Chen
1
-1
/
+1
2022-08-31
usb: host: xhci-plat: suspend and resume clocks
Justin Chen
2
-1
/
+16
2022-08-31
usb: ehci: Use endpoint in URB to get maxpacket
Khalid Masum
1
-2
/
+2
2022-08-25
Revert "xhci: turn off port power in shutdown"
Mathias Nyman
3
-16
/
+3
2022-08-25
xhci: Add grace period after xHC start to prevent premature runtime suspend.
Mathias Nyman
3
-2
/
+15
2022-08-25
xhci: Fix null pointer dereference in remove if xHC has only one roothub
Mathias Nyman
1
-3
/
+8
2022-08-19
USB: host: npcm: Add NPCM8XX support
Tomer Maimon
1
-4
/
+4
2022-08-19
usb: host: npcm7xx: remove USB EHCI host reset sequence
Tomer Maimon
1
-50
/
+0
2022-08-19
usb: xhci-mtk: fix bandwidth release issue
Chunfeng Yun
1
-2
/
+2
2022-08-19
usb: xhci-mtk: relax TT periodic bandwidth allocation
Chunfeng Yun
1
-9
/
+2
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-0
/
+25
2022-08-05
Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-2
/
+2
2022-07-27
usb: renesas-xhci: Do not print any log while fw verif success
Chen Xingdi
1
-4
/
+0
2022-07-27
USB: xhci: Fix comment typo
Jason Wang
1
-1
/
+1
2022-07-27
usb/host: fix repeated words in comments
Jilin Yuan
2
-2
/
+2
2022-07-18
Merge 5.19-rc7 into usb-next
Greg Kroah-Hartman
2
-8
/
+6
2022-07-16
xhci: tracing: Use the new __vstring() helper
Steven Rostedt (Google)
1
-2
/
+2
2022-07-08
drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode.
Darren Stevens
2
-8
/
+6
2022-07-07
ARM: sa1100/assabet: move dmabounce hack to ohci driver
Arnd Bergmann
1
-0
/
+25
2022-06-30
usb: host: xhci: use snprintf() in xhci_decode_trb()
Sergey Shtylyov
1
-1
/
+1
2022-06-27
Merge 5.19-rc4 into usb-next
Greg Kroah-Hartman
4
-17
/
+43
2022-06-24
usb: max-3421: drop unexpected word "the" in the comments
Jiang Jian
1
-1
/
+1
2022-06-23
xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI
Utkarsh Patel
1
-1
/
+3
[next]