index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Lines
2021-06-15
usb: host: xhci-plat: Create platform device for onboard hubs in probe()
Matthias Kaehlcke
-0
/
+9
2021-06-15
usb: renesas-xhci: Replace BIT(15) with macro
Moritz Fischer
-1
/
+1
2021-06-14
Merge tag 'for-5.14-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...
Greg Kroah-Hartman
-131
/
+482
2021-06-14
Merge tag 'v5.13-rc6' into usb-next
Greg Kroah-Hartman
-1
/
+7
2021-06-14
Merge tag 'v5.13-rc6' into tty-next
Greg Kroah-Hartman
-1
/
+7
2021-06-11
usb: xhci: tegra: Enable ELPG for runtime/system PM
JC Kuo
-37
/
+370
2021-06-11
usb: xhci: tegra: Unlink power domain devices
JC Kuo
-94
/
+112
2021-06-10
usb: ehci: do not initialise static variables
Jason Wang
-2
/
+2
2021-06-09
usb: pci-quirks: disable D3cold on xhci suspend for s2idle on AMD Renoir
Mario Limonciello
-1
/
+7
2021-05-31
Merge 5.13-rc4 into usb-next
Greg Kroah-Hartman
-7
/
+7
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
-21
/
+32
2021-05-27
USB: fotg210-hcd: remove dentry storage for debugfs file
Greg Kroah-Hartman
-5
/
+3
2021-05-25
xhci: Fix 5.12 regression of missing xHC cache clearing command after a Stall
Mathias Nyman
-2
/
+6
2021-05-25
xhci: fix giving back URB with incorrect status regression in 5.12
Mathias Nyman
-5
/
+1
2021-05-21
fsl-usb: add need_oc_pp_cycle flag for 85xx also
Gopalakrishnan Santhanam
-4
/
+4
2021-05-17
usb: host: xhci-tegra: Switch to use %ptTs
Andy Shevchenko
-5
/
+1
2021-05-17
Merge 5.13-rc2 into usb-next
Greg Kroah-Hartman
-14
/
+25
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
-2
/
+2
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
-2
/
+2
2021-05-13
usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to core
Peter Chen
-140
/
+5
2021-05-13
xhci: Add reset resume quirk for AMD xhci controller.
Sandeep Singh
-1
/
+3
2021-05-13
usb: xhci: Increase timeout for HC halt
Maximilian Luz
-2
/
+3
2021-05-13
xhci: Do not use GFP_KERNEL in (potentially) atomic context
Christophe JAILLET
-3
/
+3
2021-05-13
xhci: Fix giving back cancelled URBs even if halted endpoint can't reset
Mathias Nyman
-5
/
+11
2021-05-13
xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCI
Abhijeet Rao
-1
/
+3
2021-05-10
usb: xhci-mtk: use first-fit for LS/FS
Chunfeng Yun
-0
/
+5
2021-05-10
usb: xhci-mtk: remove unnecessary assignments in periodic TT scheduler
Ikjoon Jang
-23
/
+14
2021-05-10
usb: xhci-mtk: remove unnecessary setting of has_ippc
Chunfeng Yun
-2
/
+0
2021-05-10
usb: xhci-mtk: use bitfield instead of bool
Chunfeng Yun
-4
/
+4
2021-05-10
usb: fotg210-hcd: Fix an error message
Christophe JAILLET
-2
/
+2
2021-04-22
usb: xhci-mtk: remove bus status check
Chunfeng Yun
-41
/
+2
2021-04-14
usb: xhci-mtk: remove unused members
Chunfeng Yun
-3
/
+0
2021-04-14
usb: xhci-mtk: use clock bulk to get clocks
Chunfeng Yun
-95
/
+24
2021-04-14
usb: xhci-mtk: add support runtime PM
Chunfeng Yun
-16
/
+124
2021-04-14
usb: xhci-mtk: check return value in suspend/resume hooks
Chunfeng Yun
-10
/
+27
2021-04-10
USB:ehci:fix Kunpeng920 ehci hardware problem
Longfang Liu
-0
/
+3
2021-04-09
usb: host: u132-hcd: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
-2
/
+1
2021-04-06
xhci: prevent double-fetch of transfer and transfer event TRBs
Mathias Nyman
-23
/
+19
2021-04-06
xhci: fix potential array out of bounds with several interrupters
Mathias Nyman
-1
/
+5
2021-04-06
xhci: check control context is valid before dereferencing it.
Mathias Nyman
-0
/
+8
2021-04-06
xhci: check port array allocation was successful before dereferencing it
Mathias Nyman
-0
/
+3
2021-04-02
usb: xhci-mtk: support quirk to disable usb2 lpm
Chunfeng Yun
-0
/
+4
2021-04-02
usb: xhci-mtk: fix broken streams issue on 0.96 xHCI
Chunfeng Yun
-1
/
+9
2021-04-02
usb: xhci-mtk: fix oops when unbind driver
Chunfeng Yun
-1
/
+3
2021-04-02
usb: xhci-mtk: fix wrong remainder of bandwidth budget
Chunfeng Yun
-5
/
+2
2021-03-28
usb: xhci-mtk: remove MODULE_ALIAS
Chunfeng Yun
-1
/
+0
2021-03-28
usb: xhci-mtk: drop CONFIG_OF
Chunfeng Yun
-3
/
+1
2021-03-26
usb: xhci-mtk: add support ip-sleep wakeup for mT8192
Chunfeng Yun
-0
/
+10
2021-03-26
usb: xhci-mtk: support ip-sleep wakeup for MT8183
Chunfeng Yun
-0
/
+13
2021-03-23
usb: xhci: Remove unused function
Thinh Nguyen
-147
/
+0
[prev]
[next]