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-plat: fix crash when suspend if remote wake enable
Frank Li
2022-01-26
1
-0
/
+3
*
headers/prep: Fix non-standard header section: drivers/usb/host/ohci-tmio.c
Ingo Molnar
2022-01-05
1
-5
/
+0
*
Merge 5.16-rc8 into usb-next
Greg Kroah-Hartman
2022-01-03
1
-1
/
+4
|
\
|
*
xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.
Mathias Nyman
2021-12-21
1
-1
/
+4
*
|
usb: host: fotg210: Use platform_get_irq() to get the interrupt
Lad Prabhakar
2021-12-21
1
-8
/
+3
*
|
xhci: use max() to make code cleaner
Changcheng Deng
2021-12-21
1
-4
/
+2
*
|
Revert "usb: host: ehci-sh: propagate errors from platform_get_irq()"
Greg Kroah-Hartman
2021-12-21
1
-2
/
+2
*
|
Merge 5.16-rc6 into usb-next
Greg Kroah-Hartman
2021-12-20
2
-2
/
+6
|
\
|
|
*
usb: xhci: Extend support for runtime power management for AMD's Yellow carp.
Nehal Bakulchandra Shah
2021-12-15
1
-1
/
+5
|
*
usb: xhci-mtk: fix list_del warning when enable list debug
Chunfeng Yun
2021-12-13
1
-1
/
+1
*
|
usb: host: ohci-omap: propagate errors from platform_get_irq()
Sergey Shtylyov
2021-12-17
1
-1
/
+1
*
|
usb: host: ehci-sh: propagate errors from platform_get_irq()
Sergey Shtylyov
2021-12-17
1
-2
/
+2
*
|
usb: uhci: Use platform_get_irq() to get the interrupt
Rob Herring
2021-12-17
1
-1
/
+5
*
|
usb: ohci-s3c2410: Use platform_get_irq() to get the interrupt
Rob Herring
2021-12-17
1
-2
/
+8
*
|
usb: ohci-spear: Remove direct access to platform_device resource list
Rob Herring
2021-12-17
1
-1
/
+1
*
|
usb: host: xen-hcd: add missing unlock in error path
Yang Yingliang
2021-12-15
1
-0
/
+3
*
|
usb: Introduce Xen pvUSB frontend (xen hcd)
Juergen Gross
2021-12-13
3
-0
/
+1618
*
|
Merge 5.16-rc5 into usb-next
Greg Kroah-Hartman
2021-12-13
3
-12
/
+16
|
\
|
|
*
xhci: avoid race between disable slot command and host runtime suspend
Mathias Nyman
2021-12-10
3
-8
/
+16
|
*
xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspending
Kai-Heng Feng
2021-12-10
1
-4
/
+0
*
|
Merge 5.16-rc4 into usb-next
Greg Kroah-Hartman
2021-12-06
1
-7
/
+14
|
\
|
|
*
xhci: Fix commad ring abort, write all 64 bits to CRCR register.
Mathias Nyman
2021-12-03
1
-7
/
+14
*
|
usb: uhci: add aspeed ast2600 uhci support
Neal Liu
2021-12-03
1
-1
/
+2
*
|
Merge 5.16-rc3 into usb-next
Greg Kroah-Hartman
2021-11-29
1
-12
/
+29
|
\
|
|
*
usb: xhci: tegra: Check padctrl interrupt presence in device tree
Dmitry Osipenko
2021-11-17
1
-12
/
+29
*
|
usb: xhci-mtk: fix random remote wakeup
Chunfeng Yun
2021-11-17
1
-5
/
+6
*
|
usb: xhci-mtk: remove unnecessary error check
Chunfeng Yun
2021-11-17
1
-4
/
+1
*
|
usb: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-11-17
1
-1
/
+0
*
|
USB: ehci_brcm_hub_control: Improve port index sanitizing
Haimin Zhang
2021-11-17
1
-1
/
+5
|
/
*
Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-11-11
2
-2
/
+2
|
\
|
*
xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delay
Mathias Nyman
2021-11-06
1
-1
/
+2
|
*
Revert "xhci: Set HCD flag to defer primary roothub registration"
Greg Kroah-Hartman
2021-11-05
1
-1
/
+0
*
|
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
usb: xhci: Use to_pci_driver() instead of pci_dev->driver
Uwe Kleine-König
2021-10-18
1
-1
/
+1
*
|
Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-11-04
16
-41
/
+67
|
\
\
|
*
|
usb: max-3421: Use driver data instead of maintaining a list of bound devices
Uwe Kleine-König
2021-10-21
1
-20
/
+5
|
*
|
usb: ohci: disable start-of-frame interrupt in ohci_rh_suspend
Yinbo Zhu
2021-10-21
1
-0
/
+3
|
*
|
usb: host: ehci: Make use of dma_pool_zalloc() instead of dma_pool_alloc/mems...
Cai Huoqing
2021-10-21
1
-2
/
+1
|
*
|
usb: host: fotg210: Make use of dma_pool_zalloc() instead of dma_pool_alloc/m...
Cai Huoqing
2021-10-21
1
-2
/
+1
|
*
|
Merge 5.15-rc6 into usb-next
Greg Kroah-Hartman
2021-10-18
5
-21
/
+58
|
|
\
\
|
*
|
|
usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform
Nehal Bakulchandra Shah
2021-10-14
1
-0
/
+16
|
*
|
|
usb: host: ohci-tmio: check return value after calling platform_get_resource()
Yang Yingliang
2021-10-13
1
-1
/
+1
|
*
|
|
Merge 5.15-rc5 into usb-next
Greg Kroah-Hartman
2021-10-11
2
-78
/
+6
|
|
\
\
\
|
*
|
|
|
usb: exynos: describe driver in KConfig
Krzysztof Kozlowski
2021-10-05
1
-2
/
+4
|
*
|
|
|
usb: xhci-mtk: use xhci_dbg() to print log
Chunfeng Yun
2021-10-05
1
-1
/
+1
|
*
|
|
|
USB: EHCI: Improve port index sanitizing
Alan Stern
2021-10-05
1
-5
/
+6
|
*
|
|
|
usb: host: oxu210hp: Fix a function name in comments
Cai Huoqing
2021-10-05
1
-1
/
+1
|
*
|
|
|
usb: host: fotg210: Fix a function name in comments
Cai Huoqing
2021-10-05
1
-1
/
+1
|
*
|
|
|
usb: ehci: Fix a function name in comments
Cai Huoqing
2021-10-05
1
-1
/
+1
|
*
|
|
|
Merge 5.15-rc3 into usb-next
Greg Kroah-Hartman
2021-09-27
3
-52
/
+29
|
|
\
\
\
\
[next]