index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-26
USB: core: Fix deadlock in port "disable" sysfs attribute
Alan Stern
1
-4
/
+34
2024-03-26
USB: core: Add hub_get() and hub_put() routines
Alan Stern
2
-7
/
+18
2024-03-26
usb: typec: ucsi: Check capabilities before cable and identity discovery
Jameson Thies
2
-15
/
+24
2024-03-26
usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset
Christian A. Ehrhardt
1
-1
/
+35
2024-03-26
usb: typec: ucsi_acpi: Refactor and fix DELL quirk
Christian A. Ehrhardt
1
-42
/
+33
2024-03-26
usb: typec: ucsi: Ack unsupported commands
Christian A. Ehrhardt
1
-1
/
+5
2024-03-26
usb: typec: ucsi: Check for notifications after init
Christian A. Ehrhardt
1
-1
/
+9
2024-03-26
usb: typec: ucsi: Clear EVENT_PENDING under PPM lock
Christian A. Ehrhardt
1
-2
/
+2
2024-03-26
usb: typec: Return size of buffer if pd_set operation succeeds
Kyle Tso
1
-1
/
+6
2024-03-26
usb: udc: remove warning when queue disabled ep
yuan linyu
1
-1
/
+3
2024-03-26
usb: dwc3: pci: Drop duplicate ID
Heikki Krogerus
1
-2
/
+0
2024-03-26
usb: dwc3: Properly set system wakeup
Thinh Nguyen
4
-0
/
+25
2024-03-26
Revert "usb: phy: generic: Get the vbus supply"
Alexander Stein
1
-7
/
+0
2024-03-26
usb: cdc-wdm: close race between read and workqueue
Oliver Neukum
1
-1
/
+5
2024-03-26
usb: dwc2: gadget: LPM flow fix
Minas Harutyunyan
3
-21
/
+47
2024-03-26
usb: dwc2: gadget: Fix exiting from clock gating
Minas Harutyunyan
4
-5
/
+14
2024-03-26
usb: dwc2: host: Fix ISOC flow in DDMA mode
Minas Harutyunyan
3
-9
/
+22
2024-03-26
usb: dwc2: host: Fix remote wakeup from hibernation
Minas Harutyunyan
2
-4
/
+14
2024-03-26
usb: dwc2: host: Fix hibernation flow
Minas Harutyunyan
2
-2
/
+28
2024-03-26
USB: core: Fix deadlock in usb_deauthorize_interface()
Alan Stern
1
-3
/
+13
2024-03-26
usb: typec: tcpm: Update PD of Type-C port upon pd_set
Kyle Tso
1
-0
/
+2
2024-03-26
usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()
Xu Yang
1
-2
/
+0
2024-03-26
usb: misc: ljca: Fix double free in error handling path
Yongzhi Liu
1
-13
/
+9
2024-03-26
usb: typec: ucsi: Fix race between typec_switch and role_switch
Krishna Kurapati
1
-0
/
+14
2024-03-26
usb: typec: tcpm: Correct port source pdo array in pd_set callback
Kyle Tso
1
-1
/
+1
2024-03-26
USB: UAS: return ENODEV when submit urbs fail with device not attached
Weitao Wang
1
-15
/
+13
2024-03-21
Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
94
-1907
/
+4488
2024-03-19
usb: usb-acpi: Fix oops due to freeing uninitialized pld pointer
Mathias Nyman
1
-1
/
+1
2024-03-13
Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-1
/
+1
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
1
-5
/
+3
2024-03-11
Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-11
/
+12
2024-03-08
Merge tag 'usb-serial-6.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
6
-3
/
+19
2024-03-07
usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin
Colin Ian King
1
-1
/
+1
2024-03-07
usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic
Wayne Chang
1
-14
/
+25
2024-03-07
USB: gadget: pxa27x_udc: Remove unused of_gpio.h
Andy Shevchenko
1
-1
/
+0
2024-03-07
usb: gadget/snps_udc_plat: Remove unused of_gpio.h
Andy Shevchenko
1
-1
/
+0
2024-03-07
usb: ohci-pxa27x: Remove unused of_gpio.h
Andy Shevchenko
1
-1
/
+0
2024-03-07
usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined
Colin Ian King
1
-0
/
+2
2024-03-06
usb: Clarify expected behavior of dev_bin_attrs_are_visible()
Elbert Mai
1
-2
/
+5
2024-03-05
xhci: Allow RPM on the USB controller (1022:43f7) by default
Basavaraj Natikar
1
-1
/
+4
2024-03-05
usb: isp1760: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-5
/
+3
2024-03-05
xhci: Fix failure to detect ring expansion need.
Mathias Nyman
1
-1
/
+7
2024-03-05
usb: misc: onboard_hub: use pointer consistently in the probe function
Javier Carrasco
1
-1
/
+1
2024-03-05
usb: gadget: fsl: Increase size of name buffer for endpoints
Uwe Kleine-König
1
-1
/
+1
2024-03-05
usb: gadget: fsl: Add of device table to enable module autoloading
Uwe Kleine-König
1
-0
/
+10
2024-03-05
usb: typec: tcpm: add support to set tcpc connector orientatition
Marco Felsch
1
-0
/
+6
2024-03-05
usb: typec: tcpci: add generic tcpci fallback compatible
Marco Felsch
1
-0
/
+1
2024-03-05
usb: gadget: fsl-udc: Replace custom log wrappers by dev_{err,warn,dbg,vdbg}
Uwe Kleine-König
2
-100
/
+62
2024-03-05
usb: core: Set connect_type of ports based on DT node
Stephen Boyd
2
-0
/
+73
2024-03-05
usb: misc: onboard_usb_hub: Add support for TI TUSB8020B
Macpaul Lin
2
-0
/
+9
[next]