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
2024-05-01
xhci: pci: Group out Thunderbolt xHCI IDs
Andy Shevchenko
1
-7
/
+9
2024-05-01
xhci: pci: Use full names in PCI IDs for Intel platforms
Andy Shevchenko
1
-9
/
+9
2024-05-01
usb: xhci: remove goto 'cleanup' in handle_tx_event()
Niklas Neronin
1
-17
/
+21
2024-05-01
usb: xhci: replace goto with return when possible in handle_tx_event()
Niklas Neronin
1
-3
/
+3
2024-05-01
usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()
Niklas Neronin
1
-9
/
+4
2024-05-01
usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...
Niklas Neronin
1
-2
/
+3
2024-05-01
xhci: remove XHCI_TRUST_TX_LENGTH quirk
Mathias Nyman
4
-30
/
+10
2024-05-01
xhci: improve PORTSC register debugging output
Mathias Nyman
1
-1
/
+6
2024-05-01
usb: xhci: use array_size() when allocating and freeing memory
Niklas Neronin
1
-7
/
+7
2024-05-01
usb: xhci: remove redundant variable 'erst_size'
Niklas Neronin
2
-3
/
+1
2024-05-01
usb: xhci: address off-by-one in xhci_num_trbs_free()
Niklas Neronin
1
-1
/
+1
2024-05-01
usb: xhci: improve debug message in xhci_ring_expansion_needed()
Niklas Neronin
1
-4
/
+2
2024-05-01
usb: xhci: check if 'requested segments' exceeds ERST capacity
Niklas Neronin
2
-14
/
+14
2024-05-01
xhci: remove xhci_check_usb2_port_capability helper
Mathias Nyman
1
-21
/
+8
2024-05-01
xhci: stored cached port capability values in one place
Mathias Nyman
3
-28
/
+7
2024-04-30
usb: typec: tcpm: Check for port partner validity before consuming it
Badhri Jagan Sridharan
1
-7
/
+23
2024-04-30
usb: typec: tcpm: enforce ready state when queueing alt mode vdm
RD Babiera
1
-0
/
+4
2024-04-30
usb: typec: tcpm: unregister existing source caps before re-registration
Amit Sunil Dhamne
1
-1
/
+4
2024-04-30
usb: typec: tcpm: clear pd_event queue in PORT_RESET
RD Babiera
1
-0
/
+1
2024-04-30
usb: typec: tcpm: queue correct sop type in tcpm_queue_vdm_unlocked
RD Babiera
1
-1
/
+1
2024-04-30
usb: dwc3: exynos: add support for Google Tensor gs101
André Draszik
1
-0
/
+9
2024-04-30
USB: fix up for "usb: misc: onboard_hub: rename to onboard_dev"
Stephen Rothwell
1
-1
/
+5
2024-04-30
usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device
Alan Stern
1
-2
/
+3
2024-04-30
usb: ohci: Prevent missed ohci interrupts
Guenter Roeck
1
-0
/
+8
2024-04-26
usb: dwc3: core: Fix compile warning on s390 gcc in dwc3_get_phy call
Krishna Kurapati
1
-3
/
+3
2024-04-25
usb: hcd-pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
1
-1
/
+2
2024-04-23
usb: dwc3: qcom: Add multiport suspend/resume support for wrapper
Krishna Kurapati
1
-6
/
+17
2024-04-23
usb: dwc3: qcom: Enable wakeup for applicable ports of multiport
Krishna Kurapati
1
-30
/
+41
2024-04-23
usb: dwc3: qcom: Refactor IRQ handling in glue driver
Krishna Kurapati
1
-34
/
+106
2024-04-23
usb: dwc3: qcom: Add helper function to request wakeup interrupts
Krishna Kurapati
1
-29
/
+24
2024-04-23
usb: dwc3: core: Refactor PHY logic to support Multiport Controller
Krishna Kurapati
3
-84
/
+201
2024-04-23
usb: dwc3: core: Skip setting event buffers for host only controllers
Krishna Kurapati
1
-0
/
+13
2024-04-23
usb: dwc3: core: Access XHCI address space temporarily to read port info
Krishna Kurapati
2
-0
/
+66
2024-04-23
usb: typec: qcom-pmic: fix pdphy start() error handling
Johan Hovold
1
-4
/
+7
2024-04-23
usb: typec: qcom-pmic: fix use-after-free on late probe errors
Johan Hovold
1
-2
/
+6
2024-04-23
usb: gadget: f_fs: Fix a race condition when processing setup packets.
Chris Wulff
1
-1
/
+1
2024-04-23
USB: core: Fix access violation during port device removal
Alan Stern
1
-2
/
+6
2024-04-23
usb: dwc3: core: Prevent phy suspend during init
Thinh Nguyen
4
-52
/
+68
2024-04-23
usb: xhci-plat: Don't include xhci.h
Thinh Nguyen
2
-1
/
+4
2024-04-23
usb: gadget: uvc: use correct buffer size when parsing configfs lists
Ivan Avdeev
1
-2
/
+2
2024-04-23
usb: gadget: composite: fix OS descriptors w_value logic
Peter Korsgaard
1
-3
/
+3
2024-04-23
usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete
Wesley Cheng
1
-1
/
+6
2024-04-23
Merge 6.9-rc5 into usb-next
Greg Kroah-Hartman
13
-43
/
+85
2024-04-19
Merge tag 'usb-serial-6.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
1
-0
/
+40
2024-04-18
USB: serial: option: add Telit FN920C04 rmnet compositions
Daniele Palmas
1
-0
/
+6
2024-04-18
usb: dwc3: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
1
-10
/
+3
2024-04-18
usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
1
-10
/
+3
2024-04-18
usb: ohci-exynos: Use devm_clk_get_enabled() helpers
Anand Moon
1
-11
/
+3
2024-04-18
usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
1
-10
/
+3
2024-04-18
usb: ehci-exynos: Use devm_clk_get_enabled() helpers
Anand Moon
1
-11
/
+3
[prev]
[next]