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
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
usb: vhci-hcd: Prevent suspending virtually attached devices
Cristian Ciocaltea
-0
/
+22
2025-09-25
Merge tag 'usb-serial-6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
-1
/
+7
2025-09-24
USB: serial: option: add SIMCom 8230C compositions
Xiaowei Li
-0
/
+6
2025-09-18
usb: xhci: align PORTSC trace with one-based port numbering
Niklas Neronin
-1
/
+1
2025-09-18
usb: xhci: correct indentation for PORTSC tracing function
Niklas Neronin
-17
/
+17
2025-09-18
usb: xhci: improve TR Dequeue Pointer mask
Niklas Neronin
-7
/
+8
2025-09-18
usb: xhci-pci: add support for hosts with zero USB3 ports
Niklas Neronin
-18
/
+24
2025-09-18
usb: xhci: Update a comment about Stop Endpoint retries
Michal Pecio
-2
/
+3
2025-09-18
Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"
Michal Pecio
-7
/
+4
2025-09-17
Merge patch series "usb: gadget: Refactor function drivers to use __free() cl...
Greg Kroah-Hartman
-146
/
+110
2025-09-17
usb: gadget: f_rndis: Refactor bind path to use __free()
Kuen-Han Tsai
-50
/
+35
2025-09-17
usb: gadget: f_ecm: Refactor bind path to use __free()
Kuen-Han Tsai
-28
/
+20
2025-09-17
usb: gadget: f_acm: Refactor bind path to use __free()
Kuen-Han Tsai
-23
/
+19
2025-09-17
usb: gadget: f_ncm: Refactor bind path to use __free()
Kuen-Han Tsai
-45
/
+33
2025-09-17
usb: gadget: Store endpoint pointer in usb_request
Kuen-Han Tsai
-0
/
+3
2025-09-17
usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver support
Biju Das
-1
/
+68
2025-09-17
usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_priv
Biju Das
-0
/
+15
2025-09-17
usb: host: xhci-rcar: Move R-Car reg definitions
Biju Das
-44
/
+50
2025-09-17
usb: gadget: f_fs: Fix epfile null pointer access after ep enable.
Owen Gu
-1
/
+7
2025-09-17
usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs
Forest Crossman
-6
/
+8
2025-09-17
usb: xhci: plat: Facilitate using autosuspend for xhci plat devices
Krishna Kurapati
-0
/
+1
2025-09-17
Merge patch series "Add SpacemiT K1 USB3.0 host controller support"
Greg Kroah-Hartman
-0
/
+178
2025-09-17
usb: dwc3: add generic driver to support flattened
Ze Huang
-0
/
+178
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
-2
/
+2
2025-09-15
Merge 6.17-rc6 into usb-next
Greg Kroah-Hartman
-40
/
+108
2025-09-14
usb: typec: tipd: Handle mode transitions for CD321x
Hector Martin
-4
/
+286
2025-09-14
usb: typec: tipd: Read data status in probe and cache its value
Hector Martin
-0
/
+4
2025-09-14
usb: typec: tipd: Use read_power_status function in probe
Hector Martin
-4
/
+1
2025-09-14
usb: typec: tipd: Update partner identity when power status was updated
Hector Martin
-1
/
+8
2025-09-14
usb: typec: tipd: Register DisplayPort and Thunderbolt altmodes for cd321x
Sven Peter
-3
/
+82
2025-09-14
usb: typec: tipd: Read USB4, Thunderbolt and DisplayPort status for cd321x
Sven Peter
-4
/
+76
2025-09-14
usb: typec: tipd: Add cd321x struct with separate size
Sven Peter
-5
/
+15
2025-09-14
usb: typec: tipd: Trace data status for CD321x correctly
Sven Peter
-1
/
+51
2025-09-14
usb: typec: tipd: Move switch_power_state to tipd_data
Sven Peter
-9
/
+8
2025-09-14
usb: typec: tipd: Move initial irq mask to tipd_data
Sven Peter
-12
/
+11
2025-09-14
usb: typec: tipd: Clear interrupts first
Sven Peter
-13
/
+11
2025-09-12
Merge patch series "Support system sleep with offloaded usb transfers" into u...
Greg Kroah-Hartman
-10
/
+257
2025-09-12
usb: host: enable USB offload during system sleep
Guan-Yu Lin
-6
/
+64
2025-09-12
xhci: sideband: add api to trace sideband usage
Guan-Yu Lin
-0
/
+36
2025-09-12
usb: offload: add apis for offload usage tracking
Guan-Yu Lin
-0
/
+138
2025-09-12
usb: xhci-plat: separate dev_pm_ops for each pm_event
Guan-Yu Lin
-4
/
+19
2025-09-12
usb: misc: Add Intel USBIO bridge driver
Israel Cepeda
-0
/
+764
2025-09-12
usb: dwc3: qcom: Implement glue callbacks to facilitate runtime suspend
Krishna Kurapati
-10
/
+68
2025-09-12
usb: dwc3: core: Introduce glue callbacks for flattened implementations
Krishna Kurapati
-0
/
+29
2025-09-12
usb: xhci: tegra: Support USB wakeup function for Tegra234
Haotien Hsu
-2
/
+80
2025-09-12
usb: udc: Add trace event for usb_gadget_set_state
Kuen-Han Tsai
-0
/
+6
2025-09-12
usb: dwc2: Add support for 'maximum-speed' property
Herve Codina
-0
/
+26
2025-09-12
usb: typec: tcpci: add wakeup support
Xu Yang
-0
/
+33
2025-09-12
USB: core: remove the move buf action
Edward Adam Davis
-2
/
+2
2025-09-12
Merge tag 'usb-serial-6.17-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
-0
/
+17
[prev]
[next]