summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2025-11-21xhci: Add helper to find trb from its dma addressMathias Nyman-6/+22
2025-11-21usb: xhci: limit run_graceperiod for only usb 3.0 devicesHongyu Xie-1/+1
2025-11-21usb: xhci-mtk: correct most kernel-doc problems in xhci-mtk.hRandy Dunlap-4/+6
2025-11-19usb: dwc3: imx8mp: Set out of band wakeup for i.MX95Peng Fan-2/+7
2025-11-19usb: chipidea: ci_hdrc_imx: Set out of band wakeup for i.MX95Peng Fan-1/+10
2025-11-19usb: chipidea: core: detach power domain for ci_hdrc platform deviceXu Yang-0/+3
2025-11-17convert gadgetfsAl Viro-8/+11
2025-11-17gadgetfs: switch to simple_remove_by_name()Al Viro-19/+13
2025-11-17convert functionfsAl Viro-8/+9
2025-11-17functionfs: switch to simple_remove_by_name()Al Viro-29/+22
2025-11-17functionfs: fix the open/removal racesAl Viro-10/+43
2025-11-17functionfs: need to cancel ->reset_work in ->kill_sb()Al Viro-0/+3
2025-11-17functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()Al Viro-5/+3
2025-11-17functionfs: don't abuse ffs_data_closed() on fs shutdownAl Viro-8/+8
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki-0/+1
2025-11-17USB: serial: ftdi_sio: drop NDI quirk module parameterJohan Hovold-38/+3
2025-11-17USB: serial: ftdi_sio: clean up NDI speed hackJohan Hovold-10/+2
2025-11-17USB: serial: ftdi_sio: enable NDI speed hack consistentlyJohan Hovold-1/+2
2025-11-17USB: serial: ftdi_sio: rename quirk symbolsJohan Hovold-20/+20
2025-11-17USB: serial: ftdi_sio: clean up quirk commentsJohan Hovold-9/+10
2025-11-17USB: serial: ftdi_sio: rewrite 8u2232c quirkJohan Hovold-7/+12
2025-11-17USB: serial: ftdi_sio: silence jtag probeJohan Hovold-6/+2
2025-11-17USB: serial: ftdi_sio: match on interface number for jtagJohan Hovold-48/+24
2025-11-14usb: sl811-hcd: Add PM_EVENT_POWEROFF into suspend callbacksMario Limonciello (AMD)-0/+1
2025-11-12Merge tag 'usb-serial-6.18-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-2/+10
2025-11-10USB: serial: option: add support for Rolling RW101R-GLVanillan Wang-2/+8
2025-11-09usb: typec: ucsi: psy: Set max current to zero when disconnectedJameson Thies-0/+5
2025-11-09usb: gadget: f_eem: Fix memory leak in eem_unwrapKuen-Han Tsai-1/+6
2025-11-09usb: dwc3: pci: Sort out the Intel device IDsHeikki Krogerus-41/+41
2025-11-09usb: dwc3: pci: add support for the Intel Nova Lake -SHeikki Krogerus-0/+2
2025-11-09drivers/usb/dwc3: fix PCI parent checkJamie Iles-1/+2
2025-11-09usb: storage: Fix memory leak in USB bulk transportDesnes Nunes-0/+16
2025-11-09xhci: sideband: Fix race condition in sideband unregisterMathias Nyman-44/+58
2025-11-09xhci: dbgtty: Fix data corruption when transmitting data form DbC to hostMathias Nyman-1/+17
2025-11-09xhci: fix stale flag preventig URBs after link state error is clearedMathias Nyman-5/+11
2025-10-30USB: serial: ftdi_sio: add support for u-blox EVK-M101Oleksandr Suvorov-0/+2
2025-10-28usb: cdns3: Fix double resource release in cdns3_pci_probeMiaoqian Lin-4/+1
2025-10-28usb: gadget: udc: fix use-after-free in usb_gadget_state_workJimmy Hu-1/+16
2025-10-28usb: renesas_usbhs: Fix synchronous external abort on unbindClaudiu Beznea-7/+7
2025-10-28usb: typec: ucsi: Add support for orientationAbel Vesa-0/+27
2025-10-28usb: typec: ucsi: Add SET_POWER_LEVEL UCSI command to debugfsVenkat Jayaraman-0/+2
2025-10-28usb: mtu3: fix invalid kernel-doc in mtu3.hRandy Dunlap-12/+20
2025-10-28usb: mtu3: fix misspelled wordsRandy Dunlap-4/+4
2025-10-28usb: dwc3: apple: Only support a single reset controllerSven Peter-14/+14
2025-10-28xen/usb: Constify struct hc_driverChristophe JAILLET-2/+2
2025-10-27USB: serial: kobil_sct: drop unnecessary initialisationsJohan Hovold-4/+2
2025-10-27USB: serial: kobil_sct: clean up set_termios()Johan Hovold-10/+16
2025-10-27USB: serial: kobil_sct: add control request helpersJohan Hovold-81/+27
2025-10-27USB: serial: kobil_sct: clean up device type checksJohan Hovold-9/+10
2025-10-27USB: serial: kobil_sct: clean up tiocmset()Johan Hovold-35/+26