index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-29
usb: gadget: uvc: Make bmControls attr read/write
Daniel Scally
1
-2
/
+119
2023-03-29
usb: typec: tps6598x: Add support for polling interrupts status
Aswath Govindraju
1
-5
/
+36
2023-03-27
Merge 6.3-rc4 into usb-next
Greg Kroah-Hartman
19
-89
/
+105
2023-03-24
Merge patch series "Constify most SCSI host templates"
Martin K. Petersen
4
-4
/
+4
2023-03-24
scsi: usb: uas: Declare two host templates and host template pointers const
Bart Van Assche
4
-4
/
+4
2023-03-24
Merge patch series "target: TMF and recovery fixes"
Martin K. Petersen
1
-2
/
+2
2023-03-24
scsi: target: Pass in cmd counter to use during cmd setup
Mike Christie
1
-2
/
+2
2023-03-23
usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...
Zheng Wang
1
-0
/
+1
2023-03-23
usb: dwc3: add several registers dump for debugfs
Li Jun
1
-0
/
+5
2023-03-23
usb: dwc3-am62: Enable as a wakeup source by default
Roger Quadros
1
-0
/
+3
2023-03-23
usb: dwc3-am62: Add support for system wakeup based on USB events
Aswath Govindraju
1
-0
/
+39
2023-03-23
usb: dwc2: fix a race, don't power off/on phy for dual-role mode
Fabrice Gasnier
2
-6
/
+3
2023-03-23
usb: dwc2: fix a devres leak in hw_enable upon suspend resume
Fabrice Gasnier
1
-14
/
+2
2023-03-23
usb: chipidea: core: fix possible concurrent when switch role
Xu Yang
3
-2
/
+13
2023-03-23
usb: chipdea: core: fix return -EINVAL if request role is the same with curre...
Xu Yang
1
-1
/
+4
2023-03-23
usb: typec: ucsi: add PMIC Glink UCSI driver
Neil Armstrong
3
-0
/
+356
2023-03-23
usb: phy: twl6030: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-23
usb: phy: tegra: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-23
usb: phy: tahvo: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-23
usb: phy: mxs: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-23
usb: phy: mv: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-23
usb: phy: keystone: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-23
usb: phy: gpio-vbus: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-23
usb: phy: generic: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-23
usb: phy: fsl: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-23
usb: phy: am335x: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-03-23
usb: phy: ab8500: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-23
USB: serial: quatech2: remove unused qt2_setdevice function
Tom Rix
1
-8
/
+0
2023-03-23
usb: typec: tipd: remove unused tps6598x_write16,32 functions
Tom Rix
1
-10
/
+0
2023-03-23
usb: typec: tcpci_mt6360: remove unused mt6360_tcpc_read16 function
Tom Rix
1
-6
/
+0
2023-03-23
usb: gadget: udc: remove unused usbf_ep_dma_reg_clrset function
Tom Rix
1
-11
/
+0
2023-03-23
usb: typec: tcpm: remove unnecessary (void*) conversions
Yu Zhe
2
-2
/
+2
2023-03-23
usb: chipidea: debug: remove redundant 'role' debug file
Xu Yang
1
-55
/
+0
2023-03-23
xhci: Move xhci MSI sync function to to xhci-pci
Josue David Hernandez Gutierrez
2
-25
/
+13
2023-03-23
xhci: Call MSI sync function from xhci-pci instead of generic xhci code
Josue David Hernandez Gutierrez
2
-5
/
+7
2023-03-23
xhci: Move functions to cleanup MSI to xhci-pci
Josue David Hernandez Gutierrez
3
-32
/
+26
2023-03-23
xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functions
Josue David Hernandez Gutierrez
3
-6
/
+18
2023-03-23
xhci: Move functions to setup msi to xhci-pci
Josue David Hernandez Gutierrez
5
-135
/
+131
2023-03-23
xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resume
Josue David Hernandez Gutierrez
3
-6
/
+18
2023-03-23
xhci: dbc: Provide sysfs option to configure dbc descriptors
Mathias Nyman
2
-4
/
+191
2023-03-23
xhci: mem: Join string literals back
Andy Shevchenko
1
-17
/
+10
2023-03-23
xhci: mem: Replace explicit castings with appropriate specifiers
Andy Shevchenko
1
-10
/
+7
2023-03-23
xhci: mem: Use while (i--) pattern to clean up
Andy Shevchenko
1
-2
/
+1
2023-03-23
xhci: mem: Drop useless return:s
Andy Shevchenko
1
-7
/
+4
2023-03-23
xhci: mem: Get rid of redundant 'else'
Andy Shevchenko
1
-8
/
+6
2023-03-23
xhci: mem: Use dma_poll_zalloc() instead of explicit memset()
Andy Shevchenko
1
-4
/
+2
2023-03-23
xhci: mem: Carefully calculate size for memory allocations
Andy Shevchenko
1
-4
/
+5
2023-03-23
USB: mark all struct bus_type as const
Greg Kroah-Hartman
7
-8
/
+8
2023-03-21
usb: ftdi-elan: Delete driver
Uwe Kleine-König
3
-2801
/
+0
2023-03-21
usb: host: u132-hcd: Delete driver
Uwe Kleine-König
5
-3270
/
+0
[prev]
[next]