aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-08-22USB: gadget: f_hid: Add GET_REPORT via userspace IOCTLChris Wulff1-7/+266
2024-08-22usb: typec: tipd: Free IRQ only if it was requested beforeWadim Egorov1-1/+2
2024-08-22usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.cAbhishek Tamboli1-1/+11
2024-08-22usb: bdc: fix module autoloadingLiao Chen1-0/+1
2024-08-22usb: typec: ucsi: Add DATA_RESET option of Connector Reset commandVenkat Jayaraman2-2/+19
2024-08-22usb: gadget: lpc32xx_udc: Remove NULL check of list_entry()Yuesong Li1-37/+30
2024-08-22usb: ohci-exynos: Simplify with scoped for each OF child loopJinjie Ruan1-7/+2
2024-08-22usb: ehci-exynos: Simplify with scoped for each OF child loopJinjie Ruan1-7/+2
2024-08-22usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq functionPawel Laszczak1-1/+1
2024-08-22usb: dwc3: core: Prevent USB core invalid event buffer address accessSelvarasu Ganesan1-0/+8
2024-08-21usb: typec: ucsi: Move unregister out of atomic sectionBjorn Andersson1-5/+22
2024-08-21soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson1-6/+10
2024-08-19Merge 6.11-rc4 into tty-nextGreg Kroah-Hartman6-6/+9
2024-08-19Merge 6.11-rc4 into usb-nextGreg Kroah-Hartman6-6/+9
2024-08-15xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman1-3/+5
2024-08-14xhci: dbgtty: use kfifo from tty_port structJiri Slaby (SUSE)2-9/+9
2024-08-14xhci: dbgtty: remove kfifo_out() wrapperJiri Slaby (SUSE)1-14/+1
2024-08-13usb: gadget: f_uac1: Change volume name and remove alt namesChris Wulff2-44/+28
2024-08-13usb: gadget: f_fs: add capability for dfu functional descriptorDavid Sands1-2/+10
2024-08-13usb: gadget: configfs: Constify struct config_item_typeChristophe JAILLET1-4/+4
2024-08-13usb: gadget: configfs: Make check_user_usb_string() staticChristophe JAILLET1-1/+1
2024-08-13usb: common: Use helper function for_each_node_with_property()Zhang Zekun1-4/+3
2024-08-13usb: musb: poll ID pin status in dual-role mode in mpfs glue layerValentina Fernandez1-24/+136
2024-08-13usb: gadget: f_uac2: Expose all string descriptors through configfs.Chris Wulff2-18/+77
2024-08-13usb: phy: mxs: enable weak 1p1 regulator for imx6ul during suspendXu Yang1-4/+28
2024-08-13usb: phy: mxs: add wakeup enable for imx7ulpXu Yang1-2/+39
2024-08-13usb: phy: mxs: keep USBPHY2's clk always onXu Yang1-7/+26
2024-08-13usb: phy: mxs: enable regulator phy-3p0 to improve signal qualiltyXu Yang1-0/+26
2024-08-13usb: typec: tcpm/tcpci_maxim: fix non-contaminant CC handlingAndré Draszik3-7/+27
2024-08-13usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]Hans de Goede1-0/+1
2024-08-13Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"Xu Yang1-1/+0
2024-08-13usb: typec: ucsi: Fix the return value of ucsi_run_command()Heikki Krogerus1-1/+1
2024-08-13usb: xhci: fix duplicate stall handling in handle_tx_event()Niklas Neronin1-0/+1
2024-08-13usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier1-1/+1
2024-08-12Merge 6.11-rc3 into usb-nextGreg Kroah-Hartman20-59/+118
2024-08-07xhci-pci: Make xhci-pci-renesas a proper modular driverBen Hutchings5-64/+64
2024-08-07usb: dwc3: Use of_property_read_variable_u32_array() to read "power"Rob Herring (Arm)1-15/+4
2024-08-07usb: dwc3: imx8mp: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam1-12/+10
2024-08-07usb: gadget: u_audio: Use C99 syntax for array initializersAbhishek Tamboli1-5/+5
2024-08-07usb: chipidea: Use of_property_present()Rob Herring (Arm)1-1/+1
2024-08-07usb: typec: tcpm/tcpci_maxim: use device managed TCPCI port deregistrationAndré Draszik1-16/+14
2024-08-07usb: typec: tcpm/tcpci_maxim: convert to dev_err_probe()André Draszik1-10/+11
2024-08-07usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_ADC_CTRL1 registerAndré Draszik2-5/+5
2024-08-07usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL3 registerAndré Draszik2-10/+8
2024-08-07usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL2 registerAndré Draszik2-10/+14
2024-08-07usb: typec: tcpm/tcpci_maxim: drop STATUS_CHECK()André Draszik1-3/+1
2024-08-07usb: typec: tcpm/tcpci_maxim: simplify clearing of TCPC_ALERT_RX_BUF_OVFAndré Draszik1-6/+4
2024-08-07usb: typec: tcpm/tcpci_maxim: sort TCPC_ALERT_MASK values by bitAndré Draszik1-5/+7
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fieldsAndré Draszik1-2/+5
2024-08-07usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REVAndré Draszik1-1/+1