summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2025-03-03usb: storage: sddr09: Use const for constant arraysJonathan Neuschäfer1-7/+7
2025-03-03usb: storage: realtek_cr: Use const for constant arraysJonathan Neuschäfer1-3/+3
2025-03-03usb: storage: initializers: Use const for constant arrayJonathan Neuschäfer1-1/+1
2025-03-03usb: storage: datafab: Use const for constant arraysJonathan Neuschäfer1-7/+7
2025-03-03usb: storage: alauda: Use const for card ID arrayJonathan Neuschäfer1-4/+4
2025-03-03usb: storage: transport: Use const for constant arrayJonathan Neuschäfer1-1/+1
2025-03-03usb: storage: jumpshot: Use const for constant arraysJonathan Neuschäfer1-5/+5
2025-03-03ucsi_ccg: Don't show non-functional attributesMario Limonciello1-6/+19
2025-03-03ucsi_ccg: Don't show failed to get FW build information errorMario Limonciello1-3/+2
2025-03-03usb: chipidea: imx: fix some typoXu Yang1-5/+5
2025-03-03usb: ulpi: Remove unused otg_ulpi_createDr. David Alan Gilbert1-23/+0
2025-03-03usb: core: replace usb_sndaddr0pipe macro with usb_sndctrlpipeStefan Eichenberger1-3/+1
2025-03-03usb: hub: lack of clearing xHC resourcesPawel Laszczak1-0/+33
2025-03-03usb: renesas_usbhs: Flush the notify_hotplug_workClaudiu Beznea1-0/+2
2025-03-03usb: renesas_usbhs: Use devm_usb_get_phy()Claudiu Beznea1-1/+1
2025-03-03usb: renesas_usbhs: Call clk_put()Claudiu Beznea1-1/+3
2025-03-03usb: dwc3: gadget: Prevent irq storm when TH re-executesBadhri Jagan Sridharan2-13/+13
2025-03-03usb: gadget: Check bmAttributes only if configuration is validPrashanth K1-1/+1
2025-03-03xhci: Restrict USB4 tunnel detection for USB3 devices to Intel hostsMarc Zyngier1-0/+8
2025-02-27usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio3-5/+10
2025-02-21USB: core: Add eUSB2 descriptor and parsing in USB coreKannappan R1-5/+46
2025-02-20usb: gadget: Fix setting self-powered state on suspendMarek Szyprowski1-1/+2
2025-02-19usb: typec: ucsi: increase timeout for PPM reset operationsFedor Pchelkin1-1/+1
2025-02-19acpi: typec: ucsi: Introduce a ->poll_cci methodChristian A. Ehrhardt7-12/+25
2025-02-19usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix functionalityAngeloGioacchino Del Regno1-0/+11
2025-02-19usb: gadget: Set self-powered based on MaxPower and bmAttributesPrashanth K1-5/+11
2025-02-19usb: gadget: u_ether: Set is_suspend flag if remote wakeup failsPrashanth K1-2/+2
2025-02-19usb: atm: cxacru: fix a flaw in existing endpoint checksNikita Zhandarovich1-6/+7
2025-02-19usb: typec: ps883x: fix configuration error handlingJohan Hovold1-10/+26
2025-02-19usb: typec: ps883x: fix missing accessibility checkJohan Hovold1-0/+11
2025-02-19usb: typec: ps883x: fix registration raceJohan Hovold1-15/+16
2025-02-19usb: typec: ps883x: fix probe error handlingJohan Hovold1-2/+3
2025-02-19usb: dwc2: Implement recovery after PM domain offStefan Wahren3-0/+41
2025-02-19usb: dwc2: Refactor backup/restore of registersStefan Wahren3-101/+121
2025-02-19usb: dwc2: gadget: Introduce register restore flagsStefan Wahren2-7/+11
2025-02-19usb: misc: onboard_dev: add vdda support for Microchip USB2514Catalin Popescu1-1/+8
2025-02-18usb: typec: tcpm: Switch to use hrtimer_setup()Nam Cao1-8/+8
2025-02-18usb: musb: cppi41: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-18usb: ehci: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18usb: gadget: Switch to use hrtimer_setup()Nam Cao2-6/+3
2025-02-18usb: fotg210-hcd: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18usb: dwc2: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18USB: chipidea: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-17USB: serial: mos7840: drop unused definesJohan Hovold1-13/+0
2025-02-17Merge 6.14-rc3 into usb-nextGreg Kroah-Hartman16-45/+139
2025-02-14usb: typec: Add support for Parade PS8830 Type-C RetimerAbel Vesa3-0/+448
2025-02-14USB: dwc3: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-10/+2
2025-02-14usb: dwc3: gadget: Avoid using reserved endpoints on Intel MerrifieldAndy Shevchenko1-0/+10
2025-02-14usb: dwc3: gadget: Add support for snps,reserved-endpoints propertyAndy Shevchenko1-1/+40
2025-02-14usb: dwc3: gadget: Refactor loop to avoid NULL endpointsAndy Shevchenko1-4/+18