summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2024-08-23usb: typec: ucsi: Don't truncate the readsHeikki Krogerus-6/+4
2024-08-23usb: typec: ucsi: Remove unused fields from struct ucsi_connector_statusHeikki Krogerus-25/+2
2024-08-22usb: dwc3: st: add missing depopulate in probe error pathKrzysztof Kozlowski-1/+4
2024-08-22usb: dwc3: st: fix probed platform device ref count on probe error pathKrzysztof Kozlowski-8/+3
2024-08-22usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)Michael Grzeschik-1/+2
2024-08-22usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attri...Zijun Hu-0/+1
2024-08-22usb: typec: fsa4480: Relax CHIP_ID checkLuca Weiss-1/+1
2024-08-22usb: dwc3: xilinx: add missing depopulate in probe error pathKrzysztof Kozlowski-1/+6
2024-08-22usb: dwc3: omap: add missing depopulate in probe error pathKrzysztof Kozlowski-1/+3
2024-08-22usb: gadget: uvc: queue pump work in uvcg_video_enable()Xu Yang-0/+1
2024-08-22cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI ControllerIan Ray-0/+3
2024-08-22USB: gadget: f_hid: Add GET_REPORT via userspace IOCTLChris Wulff-7/+266
2024-08-22usb: typec: tipd: Free IRQ only if it was requested beforeWadim Egorov-1/+2
2024-08-22usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.cAbhishek Tamboli-1/+11
2024-08-22usb: bdc: fix module autoloadingLiao Chen-0/+1
2024-08-22usb: typec: ucsi: Add DATA_RESET option of Connector Reset commandVenkat Jayaraman-2/+19
2024-08-22usb: gadget: lpc32xx_udc: Remove NULL check of list_entry()Yuesong Li-37/+30
2024-08-22usb: ohci-exynos: Simplify with scoped for each OF child loopJinjie Ruan-7/+2
2024-08-22usb: ehci-exynos: Simplify with scoped for each OF child loopJinjie Ruan-7/+2
2024-08-22usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq functionPawel Laszczak-1/+1
2024-08-22usb: dwc3: core: Prevent USB core invalid event buffer address accessSelvarasu Ganesan-0/+8
2024-08-21usb: typec: ucsi: Move unregister out of atomic sectionBjorn Andersson-5/+22
2024-08-21soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson-6/+10
2024-08-19Merge 6.11-rc4 into tty-nextGreg Kroah-Hartman-6/+9
2024-08-19Merge 6.11-rc4 into usb-nextGreg Kroah-Hartman-6/+9
2024-08-15xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman-3/+5
2024-08-14xhci: dbgtty: use kfifo from tty_port structJiri Slaby (SUSE)-9/+9
2024-08-14xhci: dbgtty: remove kfifo_out() wrapperJiri Slaby (SUSE)-14/+1
2024-08-13usb: gadget: f_uac1: Change volume name and remove alt namesChris Wulff-44/+28
2024-08-13usb: gadget: f_fs: add capability for dfu functional descriptorDavid Sands-2/+10
2024-08-13usb: gadget: configfs: Constify struct config_item_typeChristophe JAILLET-4/+4
2024-08-13usb: gadget: configfs: Make check_user_usb_string() staticChristophe JAILLET-1/+1
2024-08-13usb: common: Use helper function for_each_node_with_property()Zhang Zekun-4/+3
2024-08-13usb: musb: poll ID pin status in dual-role mode in mpfs glue layerValentina Fernandez-24/+136
2024-08-13usb: gadget: f_uac2: Expose all string descriptors through configfs.Chris Wulff-18/+77
2024-08-13usb: phy: mxs: enable weak 1p1 regulator for imx6ul during suspendXu Yang-4/+28
2024-08-13usb: phy: mxs: add wakeup enable for imx7ulpXu Yang-2/+39
2024-08-13usb: phy: mxs: keep USBPHY2's clk always onXu Yang-7/+26
2024-08-13usb: phy: mxs: enable regulator phy-3p0 to improve signal qualiltyXu Yang-0/+26
2024-08-13usb: typec: tcpm/tcpci_maxim: fix non-contaminant CC handlingAndré Draszik-7/+27
2024-08-13usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]Hans de Goede-0/+1
2024-08-13Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"Xu Yang-1/+0
2024-08-13usb: typec: ucsi: Fix the return value of ucsi_run_command()Heikki Krogerus-1/+1
2024-08-13usb: xhci: fix duplicate stall handling in handle_tx_event()Niklas Neronin-0/+1
2024-08-13usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier-1/+1
2024-08-12Merge 6.11-rc3 into usb-nextGreg Kroah-Hartman-59/+118
2024-08-07xhci-pci: Make xhci-pci-renesas a proper modular driverBen Hutchings-64/+64
2024-08-07usb: dwc3: Use of_property_read_variable_u32_array() to read "power"Rob Herring (Arm)-15/+4
2024-08-07usb: dwc3: imx8mp: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam-12/+10
2024-08-07usb: gadget: u_audio: Use C99 syntax for array initializersAbhishek Tamboli-5/+5