aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2025-03-06usb: xhci: refactor trb_in_td() to be staticNiklas Neronin2-63/+61
2025-03-06usb: xhci: set page size to the xHCI-supported sizeNiklas Neronin2-20/+22
2025-03-06usb: xhci: correct debug message page size calculationNiklas Neronin1-3/+3
2025-03-06usb: xhci: Skip only one TD on Ring Underrun/OverrunMichal Pecio1-1/+14
2025-03-06usb: xhci: Expedite skipping missed isoch TDs on modern HCsMichal Pecio1-4/+10
2025-03-06usb: xhci: Fix isochronous Ring Underrun/Overrun event handlingMichal Pecio1-6/+14
2025-03-06usb: xhci: Complete 'error mid TD' transfers when handling Missed ServiceMichal Pecio1-1/+5
2025-03-06usb: xhci: Don't skip on Stopped - Length InvalidMichal Pecio1-0/+4
2025-03-06usb: xhci: remove redundant update_ring_for_set_deq_completion() functionNiklas Neronin1-39/+2
2025-03-06xhci: show correct U1 and U2 timeout values in debug messagesMathias Nyman1-4/+4
2025-03-06USB: serial: option: fix Telit Cinterion FE990A nameFabio Porcedda1-4/+4
2025-03-06USB: serial: option: add Telit Cinterion FE990B compositionsFabio Porcedda1-0/+16
2025-03-06USB: serial: option: match on interface class for Telit FN990BJohan Hovold1-12/+12
2025-03-04usb: xhci: Fix host controllers "dying" after suspend and resumeMichal Pecio1-1/+5
2025-03-04usb: dwc3: Set SUSPENDENABLE soon after phy initThinh Nguyen3-30/+45
2025-03-03usb: dwc3: exynos: add support for exynos7870Kaustabh Chakraborty1-0/+9
2025-03-03usb: storage: shuttle_usbat: Use const for constant arrayJonathan Neuschäfer1-1/+1
2025-03-03usb: storage: sddr55: Use const for constant arraysJonathan Neuschäfer1-2/+2
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