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-08-22
USB: gadget: f_hid: Add GET_REPORT via userspace IOCTL
Chris Wulff
1
-7
/
+266
2024-08-22
usb: typec: tipd: Free IRQ only if it was requested before
Wadim Egorov
1
-1
/
+2
2024-08-22
usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c
Abhishek Tamboli
1
-1
/
+11
2024-08-22
usb: bdc: fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-22
usb: typec: ucsi: Add DATA_RESET option of Connector Reset command
Venkat Jayaraman
2
-2
/
+19
2024-08-22
usb: gadget: lpc32xx_udc: Remove NULL check of list_entry()
Yuesong Li
1
-37
/
+30
2024-08-22
usb: ohci-exynos: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-7
/
+2
2024-08-22
usb: ehci-exynos: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-7
/
+2
2024-08-22
usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function
Pawel Laszczak
1
-1
/
+1
2024-08-22
usb: dwc3: core: Prevent USB core invalid event buffer address access
Selvarasu Ganesan
1
-0
/
+8
2024-08-21
usb: typec: ucsi: Move unregister out of atomic section
Bjorn Andersson
1
-5
/
+22
2024-08-21
soc: qcom: pmic_glink: Fix race during initialization
Bjorn Andersson
1
-6
/
+10
2024-08-19
Merge 6.11-rc4 into tty-next
Greg Kroah-Hartman
6
-6
/
+9
2024-08-19
Merge 6.11-rc4 into usb-next
Greg Kroah-Hartman
6
-6
/
+9
2024-08-15
xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration
Mathias Nyman
1
-3
/
+5
2024-08-14
xhci: dbgtty: use kfifo from tty_port struct
Jiri Slaby (SUSE)
2
-9
/
+9
2024-08-14
xhci: dbgtty: remove kfifo_out() wrapper
Jiri Slaby (SUSE)
1
-14
/
+1
2024-08-13
usb: gadget: f_uac1: Change volume name and remove alt names
Chris Wulff
2
-44
/
+28
2024-08-13
usb: gadget: f_fs: add capability for dfu functional descriptor
David Sands
1
-2
/
+10
2024-08-13
usb: gadget: configfs: Constify struct config_item_type
Christophe JAILLET
1
-4
/
+4
2024-08-13
usb: gadget: configfs: Make check_user_usb_string() static
Christophe JAILLET
1
-1
/
+1
2024-08-13
usb: common: Use helper function for_each_node_with_property()
Zhang Zekun
1
-4
/
+3
2024-08-13
usb: musb: poll ID pin status in dual-role mode in mpfs glue layer
Valentina Fernandez
1
-24
/
+136
2024-08-13
usb: gadget: f_uac2: Expose all string descriptors through configfs.
Chris Wulff
2
-18
/
+77
2024-08-13
usb: phy: mxs: enable weak 1p1 regulator for imx6ul during suspend
Xu Yang
1
-4
/
+28
2024-08-13
usb: phy: mxs: add wakeup enable for imx7ulp
Xu Yang
1
-2
/
+39
2024-08-13
usb: phy: mxs: keep USBPHY2's clk always on
Xu Yang
1
-7
/
+26
2024-08-13
usb: phy: mxs: enable regulator phy-3p0 to improve signal qualilty
Xu Yang
1
-0
/
+26
2024-08-13
usb: typec: tcpm/tcpci_maxim: fix non-contaminant CC handling
André Draszik
3
-7
/
+27
2024-08-13
usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]
Hans de Goede
1
-0
/
+1
2024-08-13
Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"
Xu Yang
1
-1
/
+0
2024-08-13
usb: typec: ucsi: Fix the return value of ucsi_run_command()
Heikki Krogerus
1
-1
/
+1
2024-08-13
usb: xhci: fix duplicate stall handling in handle_tx_event()
Niklas Neronin
1
-0
/
+1
2024-08-13
usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()
Marc Zyngier
1
-1
/
+1
2024-08-12
Merge 6.11-rc3 into usb-next
Greg Kroah-Hartman
20
-59
/
+118
2024-08-07
xhci-pci: Make xhci-pci-renesas a proper modular driver
Ben Hutchings
5
-64
/
+64
2024-08-07
usb: dwc3: Use of_property_read_variable_u32_array() to read "power"
Rob Herring (Arm)
1
-15
/
+4
2024-08-07
usb: dwc3: imx8mp: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()
Fabio Estevam
1
-12
/
+10
2024-08-07
usb: gadget: u_audio: Use C99 syntax for array initializers
Abhishek Tamboli
1
-5
/
+5
2024-08-07
usb: chipidea: Use of_property_present()
Rob Herring (Arm)
1
-1
/
+1
2024-08-07
usb: typec: tcpm/tcpci_maxim: use device managed TCPCI port deregistration
André Draszik
1
-16
/
+14
2024-08-07
usb: typec: tcpm/tcpci_maxim: convert to dev_err_probe()
André Draszik
1
-10
/
+11
2024-08-07
usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_ADC_CTRL1 register
André Draszik
2
-5
/
+5
2024-08-07
usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL3 register
André Draszik
2
-10
/
+8
2024-08-07
usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL2 register
André Draszik
2
-10
/
+14
2024-08-07
usb: typec: tcpm/tcpci_maxim: drop STATUS_CHECK()
André Draszik
1
-3
/
+1
2024-08-07
usb: typec: tcpm/tcpci_maxim: simplify clearing of TCPC_ALERT_RX_BUF_OVF
André Draszik
1
-6
/
+4
2024-08-07
usb: typec: tcpm/tcpci_maxim: sort TCPC_ALERT_MASK values by bit
André Draszik
1
-5
/
+7
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fields
André Draszik
1
-2
/
+5
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REV
André Draszik
1
-1
/
+1
[prev]
[next]