index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
usb: dwc3: xilinx: improve error handling for PM APIs
Piyush Mehta
1
-4
/
+7
2023-12-15
USB: serial: option: add Quectel RM500Q R13 firmware support
Reinhard Speyerer
1
-0
/
+1
2023-12-15
USB: serial: option: add Foxconn T99W265 with new baseline
Slark Xiao
1
-0
/
+2
2023-12-12
Backmerge tag 'v6.7-rc5' into drm-next
Dave Airlie
4
-9
/
+9
2023-12-11
usb: fotg210-udc: fix function kernel-doc comments
Randy Dunlap
1
-3
/
+3
2023-12-11
usb: cdns3: starfive: don't misuse /** comment
Randy Dunlap
1
-1
/
+1
2023-12-11
Merge 6.7-rc5 into usb-next
Greg Kroah-Hartman
4
-9
/
+9
2023-12-10
usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
Arnd Bergmann
1
-1
/
+1
2023-12-07
usb: typec: ucsi: fix UCSI on buggy Qualcomm devices
Dmitry Baryshkov
3
-0
/
+19
2023-12-07
usb: typec: qcom-pmic-typec: Only select DRM_AUX_HPD_BRIDGE with OF
Nathan Chancellor
1
-1
/
+1
2023-12-07
usb: typec: nb7vpq904m: Only select DRM_AUX_BRIDGE with OF
Nathan Chancellor
1
-1
/
+1
2023-12-07
usb: gadget: f_hid: fix report descriptor allocation
Konstantin Aladyshev
1
-3
/
+4
2023-12-06
usb: xhci: xhci-plat: Add support for BCM2711
Stefan Wahren
1
-0
/
+3
2023-12-06
usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hub
Hardik Gajjar
1
-0
/
+29
2023-12-06
usb: hub: Replace hardcoded quirk value with BIT() macro
Hardik Gajjar
1
-2
/
+2
2023-12-06
Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"
Mathias Nyman
1
-2
/
+0
2023-12-04
usb: typec: qcom-pmic-typec: switch to DRM_AUX_HPD_BRIDGE
Dmitry Baryshkov
2
-35
/
+7
2023-12-04
usb: typec: nb7vpq904m: switch to DRM_AUX_BRIDGE
Dmitry Baryshkov
2
-43
/
+3
2023-12-04
usb: typec: tcpci: add vconn over current fault handling to maxim_core
RD Babiera
1
-1
/
+19
2023-12-04
usb: typec: tcpm: add tcpm_port_error_recovery symbol
RD Babiera
1
-0
/
+14
2023-12-04
usb: typec: tps6598x: add reset gpio support
Javier Carrasco
1
-0
/
+20
2023-12-04
usb: core: Allow subclassed USB drivers to override usb_choose_configuration()
Douglas Anderson
1
-0
/
+7
2023-12-04
usb: core: Don't force USB generic_subclass drivers to define probe()
Douglas Anderson
1
-1
/
+4
2023-12-04
usb: gadget: f_tcm: Remove snprintf() from sysfs call-backs and replace with ...
Lee Jones
1
-2
/
+2
2023-12-04
usb: gadget: Remove snprintf() from sysfs call-backs and replace with sysfs_e...
Lee Jones
1
-1
/
+1
2023-12-04
usb: fotg210-hcd: Replace snprintf() with the safer scnprintf() variant
Lee Jones
1
-8
/
+4
2023-12-04
usb: cdnsp: Replace snprintf() with the safer scnprintf() variant
Lee Jones
1
-177
/
+177
2023-12-04
usb: atm: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()
Lee Jones
1
-8
/
+8
2023-12-04
usb: typec: class: fix typec_altmode_put_partner to put plugs
RD Babiera
1
-2
/
+3
2023-12-04
USB: gadget: core: adjust uevent timing on gadget unbind
Roy Luo
1
-2
/
+2
2023-12-04
spi: spl022: fix sleeping in interrupt context
Mark Brown
17
-101
/
+152
2023-12-04
xhci: fix possible null pointer deref during xhci urb enqueue
Mathias Nyman
1
-17
/
+23
2023-12-04
xhci: Reconfigure endpoint 0 max packet size only during endpoint reset
Mathias Nyman
1
-43
/
+42
2023-12-04
xhci: minor coding style cleanup in 'xhci_try_enable_msi()'
Niklas Neronin
1
-5
/
+3
2023-12-04
xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup code
Niklas Neronin
1
-29
/
+15
2023-12-04
xhci: change 'msix_count' to encompass MSI or MSI-X vectors
Niklas Neronin
2
-9
/
+9
2023-12-04
xhci: refactor static MSI function
Niklas Neronin
1
-34
/
+15
2023-12-04
xhci: refactor static MSI-X function
Niklas Neronin
1
-40
/
+28
2023-12-04
xhci: add handler for only one interrupt line
Niklas Neronin
1
-25
/
+10
2023-12-04
xhci: check if legacy irq is available before using it as fallback
Niklas Neronin
1
-1
/
+1
2023-12-04
xhci: dbc: Add missing headers
Andy Shevchenko
1
-1
/
+16
2023-12-04
xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)
Andy Shevchenko
1
-3
/
+3
2023-12-04
xhci: dbc: Use sizeof_field() where it makes sense
Andy Shevchenko
1
-1
/
+1
2023-12-04
xhci: dbc: Replace custom return value with proper Linux error code
Andy Shevchenko
1
-1
/
+1
2023-12-04
xhci: dbc: Don't shadow error codes in store() functions
Andy Shevchenko
1
-8
/
+18
2023-12-04
xhci: dbc: Check for errors first in xhci_dbc_stop()
Andy Shevchenko
1
-4
/
+4
2023-12-04
xhci: dbc: Use ATTRIBUTE_GROUPS()
Andy Shevchenko
1
-7
/
+4
2023-12-04
xhci: dbc: Use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2
-28
/
+17
2023-12-04
xhci: dbc: Convert to use sysfs_streq()
Andy Shevchenko
1
-2
/
+2
2023-12-04
xhci: dbc: Drop duplicate checks for dma_free_coherent()
Andy Shevchenko
1
-9
/
+5
[prev]
[next]