index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-04
usb: typec: ucsi: support delaying GET_PDOS for device
Dmitry Baryshkov
2
-13
/
+29
2024-04-04
usb: typec: ucsi: extract code to read PD caps
Dmitry Baryshkov
1
-53
/
+32
2024-04-04
usb: typec: ucsi: simplify partner's PD caps registration
Dmitry Baryshkov
1
-13
/
+1
2024-04-04
usb: typec: ucsi: always register a link to USB PD device
Dmitry Baryshkov
1
-2
/
+2
2024-04-04
usb: typec: ucsi: properly register partner's PD device
Dmitry Baryshkov
1
-1
/
+1
2024-04-04
usb: typec: ucsi: limit the UCSI_NO_PARTNER_PDOS even further
Dmitry Baryshkov
1
-1
/
+3
2024-04-04
usb: typec: ucsi: allow non-partner GET_PDOS for Qualcomm devices
Dmitry Baryshkov
1
-1
/
+2
2024-04-04
usb: typec: displayport: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-04-04
usb: typec: nvidia: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-04-04
usb: phy: fsl-usb: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-04-04
usb: typec: ucsi: Only enable supported notifications
Diogo Ivo
1
-2
/
+23
2024-04-04
usb: gadget: omap_udc: remove unused variable
Arnd Bergmann
1
-7
/
+3
2024-04-04
usb: typec: ptn36502: Only select DRM_AUX_BRIDGE with OF
Nathan Chancellor
1
-1
/
+1
2024-04-04
usb: Disable USB3 LPM at shutdown
Kai-Heng Feng
1
-1
/
+3
2024-04-04
usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error
Norihiko Hama
1
-2
/
+2
2024-04-04
usb: typec: tcpm: Correct the PDO counting in pd_set
Kyle Tso
1
-2
/
+2
2024-04-04
usb: gadget: functionfs: Wait for fences before enqueueing DMABUF
Paul Cercueil
1
-11
/
+12
2024-04-04
usb: gadget: functionfs: Fix inverted DMA fence direction
Paul Cercueil
1
-2
/
+4
2024-04-04
usb: typec: ucsi: Fix connector check on init
Christian A. Ehrhardt
1
-2
/
+4
2024-04-04
xhci: Fix root hub port null pointer dereference in xhci tracepoints
Mathias Nyman
1
-7
/
+5
2024-04-04
usb: xhci: correct return value in case of STS_HCE
Oliver Neukum
1
-5
/
+4
2024-04-01
Merge 6.9-rc2 into usb-next
Greg Kroah-Hartman
27
-160
/
+376
2024-03-27
usb: misc: onboard_dev: add support for XMOS XVF3500
Javier Carrasco
2
-0
/
+10
2024-03-27
usb: misc: onboard_dev: add support for non-hub devices
Javier Carrasco
2
-1
/
+35
2024-03-27
usb: misc: onboard_hub: rename to onboard_dev
Javier Carrasco
9
-560
/
+576
2024-03-27
usb: misc: onboard_hub: use device supply names
Javier Carrasco
2
-23
/
+39
2024-03-27
usb: chipidea: ci_hdrc_imx: align usb wakeup clock name with dt-bindings
Xu Yang
1
-1
/
+1
2024-03-27
usb: renesas_usbhs: Remove trailing comma in the terminator entry for OF table
Biju Das
1
-1
/
+1
2024-03-27
usb: renesas_usbhs: Update usbhs pipe configuration for RZ/G2L family
Biju Das
3
-1
/
+31
2024-03-27
usb: renesas_usbhs: Improve usbhsc_default_pipe[] for isochronous transfers
Biju Das
1
-4
/
+4
2024-03-27
usb: renesas_usbhs: Simplify obtaining device data
Biju Das
1
-9
/
+4
2024-03-27
usb: dwc2: add support for Sophgo CV18XX/SG200X series SoC
Inochi Amaoto
1
-0
/
+21
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
[prev]
[next]