summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-06-13usb: gadget: u_serial: Add null pointer check in gs_start_ioKuen-Han Tsai1-1/+5
2023-06-13usb: typec: intel_pmc_mux: Expose IOM port status to debugfsRajat Khandelwal1-1/+51
2023-06-13usb: typec: ucsi: Fix command cancellationHeikki Krogerus1-4/+7
2023-06-13USB: dwc3: fix use-after-free on core driver unbindJohan Hovold1-0/+5
2023-06-13USB: dwc3: qcom: fix NULL-deref on suspendJohan Hovold1-1/+10
2023-06-13usb: dwc3: gadget: Reset num TRBs before giving back the requestElson Roy Serrao1-0/+1
2023-06-13usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} errorBiju Das1-2/+2
2023-06-13xhci: Add ZHAOXIN xHCI host U1/U2 feature supportWeitao Wang2-25/+19
2023-06-13xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang3-7/+27
2023-06-13xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang3-3/+13
2023-06-13xhci: Fix resume issue of some ZHAOXIN hostsWeitao Wang1-0/+5
2023-06-13xhci: Stop unnecessary tracking of free trbs in a ringMathias Nyman4-49/+35
2023-06-13xhci: Fix transfer ring expansion size calculationMathias Nyman2-33/+45
2023-06-13xhci: split allocate interrupter into separate alloacte and add partsMathias Nyman1-37/+41
2023-06-13xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setupMathias Nyman6-32/+3
2023-06-13xhci: Don't require a valid get_quirks() function pointer during xhci setupMathias Nyman1-1/+2
2023-06-13xhci: Add usb cold attach (CAS) as a reason to resume root hub.Mathias Nyman1-1/+1
2023-06-13usb: xhci: Remove unused udev from xhci_log_ctx trace eventUdipto Goswami1-4/+0
2023-06-08Merge tag 'usb-serial-6.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-0/+16
2023-06-07USB: serial: report unsupported break signallingJohan Hovold1-1/+1
2023-06-07USB: serial: cp210x: disable break signalling on CP2105 SCIJohan Hovold1-0/+6
2023-06-07USB: serial: return errors from break handlingJohan Hovold24-71/+139
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman6-8/+73
2023-06-02USB: serial: option: add Quectel EM061KGL seriesJerry Meng1-0/+16
2023-05-30usb: typec: tps6598x: Fix broken polling mode after system suspend/resumeRoger Quadros1-1/+1
2023-05-30usb: typec: qcom-pmic-typec: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-30usb: xhci-tegra: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-30usb: xhci-plat: Convert to platform remove callback returning voidUwe Kleine-König3-8/+6
2023-05-30usb: xhci-mtk: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-30usb: xhci-histb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-30usb: dwc2/platform: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-30usb: misc: onboard_hub: Don't warn twice about problems during removeUwe Kleine-König1-3/+3
2023-05-29usb: usbfs: Use consistent mmap functionsRuihan Li1-2/+9
2023-05-29usb: usbfs: Enforce page requirements for mmapRuihan Li2-4/+46
2023-05-29usb: misc: eud: Fix indentation issuesBhupesh Sharma1-2/+2
2023-05-29usb: host: ohci-platform: increase max clock number to 4Sebastian Reichel1-1/+1
2023-05-29usb: cdns3: imx: Rework system PM to avoid duplicated operationsShenwei Wang1-3/+11
2023-05-29usb: host: fhci-hcd: Convert to platform remove callback returning voidUwe Kleine-König1-5/+4
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König18-19/+19
2023-05-29usb: cdns3: optimize OUT transfer by copying only actual received dataFrank Li1-2/+2
2023-05-29usb: cdns3: improve handling of unaligned address caseFrank Li1-4/+7
2023-05-29usb: cdns3: Add StarFive JH7110 USB driverMinda Chen3-0/+258
2023-05-29usb: cdns3: imx: simplify clock name usageFrank Li1-5/+5
2023-05-29usb: chipidea: imx: remove one duplicated reg defineXu Yang1-1/+0
2023-05-29usb: hide unused usbfs_notify_suspend/resume functionsArnd Bergmann1-0/+2
2023-05-29usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()Li Yang1-1/+1
2023-05-29usb: uhci: handle HAS_IOPORT dependenciesNiklas Schnelle2-8/+18
2023-05-29usb: add HAS_IOPORT dependenciesNiklas Schnelle1-2/+2
2023-05-29usb: gadget: udc: fix NULL dereference in remove()Dan Carpenter1-0/+3
2023-05-29usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal1-1/+1