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-05-16
xhci-pci: Only run d3cold avoidance quirk for s2idle
Mario Limonciello
2
-3
/
+11
2023-05-13
usb: typec: qcom: Add Qualcomm PMIC Type-C driver
Bryan O'Donoghue
11
-275
/
+1762
2023-05-13
usb: dwc3-meson-g12a: support OTG switch for all IP versions
Dmitry Rokosov
1
-13
/
+3
2023-05-13
usb: dwc2: support dwc2 IP for Amlogic A1 SoC family
Dmitry Rokosov
1
-0
/
+21
2023-05-13
usb: gadget: udc: Handle gadget_connect failure during bind operation
Krishna Kurapati
1
-4
/
+17
2023-05-13
usb: dwc3: gadget: Bail out in pullup if soft reset timeout happens
Krishna Kurapati
1
-1
/
+4
2023-05-13
usb: dwc2: Fix some error handling paths
Christophe JAILLET
1
-3
/
+13
2023-05-13
usb: dwc3: Add error logs for unknown endpoint events
Roy Luo
2
-0
/
+6
2023-05-13
usb-storage: fix deadlock when a scsi command timeouts more than once
Maxime Bizon
1
-7
/
+21
2023-05-13
usb: dwc3: fix a test for error in dwc3_core_init()
Dan Carpenter
1
-1
/
+1
2023-05-13
usb: typec: tps6598x: Fix fault at module removal
Roger Quadros
1
-0
/
+3
2023-05-13
usb: gadget: u_ether: Fix host MAC address case
Konrad Gräfe
1
-0
/
+3
2023-05-13
usb: typec: altmodes/displayport: fix pin_assignment_show
Badhri Jagan Sridharan
1
-0
/
+4
2023-05-13
Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started"
Francesco Dolcini
1
-104
/
+44
2023-05-13
Revert "usb: gadget: udc: core: Prevent redundant calls to pullup"
Francesco Dolcini
1
-3
/
+0
2023-05-13
usb: xhci: tegra: enable stream protocol support
Henry Lin
1
-0
/
+3
2023-05-13
usb: xhci: plat: remove error log for failure to get usb-phy
Stanley Chang
1
-4
/
+0
2023-05-13
usb: dwc3: debugfs: Resume dwc3 before accessing registers
Udipto Goswami
1
-0
/
+109
2023-05-13
USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value
Weitao Wang
1
-4
/
+6
2023-05-13
usb: dwc3: core: add support for realtek SoCs custom's global register start ...
Stanley Chang
2
-0
/
+13
2023-05-13
xhci: Improve the XHCI system resume time
Basavaraj Natikar
1
-1
/
+1
2023-05-13
USB: Extend pci resume function to handle PM events
Basavaraj Natikar
10
-24
/
+35
2023-05-13
usb: dwc3: fix gadget mode suspend interrupt handler issue
Linyu Yuan
2
-1
/
+13
2023-05-13
usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()
Roger Quadros
1
-33
/
+34
2023-05-13
USB: usbtmc: Fix direction for 0-length ioctl control messages
Alan Stern
1
-0
/
+2
2023-05-08
usb: typec: mux: Remove some unneeded includes
Christophe JAILLET
1
-4
/
+1
2023-04-27
Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
16
-18
/
+14
2023-04-27
Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
118
-7397
/
+2257
2023-04-27
Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-0
/
+91
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+2
2023-04-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-37
/
+6
2023-04-26
Merge branch 'for-6.4/logitech-hidpp' into for-linus
Jiri Kosina
3
-0
/
+91
2023-04-21
usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate API
Wesley Cheng
1
-32
/
+21
2023-04-21
usb: dwc3: gadget: Execute gadget stop after halting the controller
Wesley Cheng
1
-2
/
+13
2023-04-20
USB: sisusbvga: Add endpoint checks
Alan Stern
1
-0
/
+14
2023-04-20
USB: core: Add routines for endpoint checks in old drivers
Alan Stern
1
-0
/
+76
2023-04-20
usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive
Wesley Cheng
1
-17
/
+32
2023-04-20
usb: dwc3: core: add support for disabling High-speed park mode
Stanley Chang
2
-0
/
+9
2023-04-20
usb: mtu3: add optional clock xhci_ck and frmcnt_ck
Chunfeng Yun
2
-1
/
+3
2023-04-20
usb: mtu3: expose role-switch control to userspace
Chunfeng Yun
1
-0
/
+1
2023-04-20
usb: mtu3: unlock @mtu->lock just before giving back request
Chunfeng Yun
1
-1
/
+1
2023-04-20
usb: mtu3: fix kernel panic at qmu transfer done irq handler
Chunfeng Yun
1
-2
/
+3
2023-04-20
usb: mtu3: use boolean return value
Chunfeng Yun
1
-1
/
+1
2023-04-20
usb: mtu3: give back request when rx error happens
Chunfeng Yun
1
-1
/
+36
2023-04-20
usb: chipidea: fix missing goto in `ci_hdrc_probe`
Yinhao Hu
1
-1
/
+1
2023-04-20
usb: gadget: udc: core: Prevent redundant calls to pullup
Badhri Jagan Sridharan
1
-0
/
+3
2023-04-20
usb: gadget: udc: core: Invoke usb_gadget_connect only when started
Badhri Jagan Sridharan
1
-44
/
+104
2023-04-20
usb: typec: ucsi: don't print PPM init deferred errors
Fabrice Gasnier
1
-2
/
+4
2023-04-20
usb: typec: tcpm: fix multiple times discover svids error
Frank Wang
1
-1
/
+15
[prev]
[next]