aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-02-17usb: gadget: uvc: dont drop frames if zero length packages are lateMichael Grzeschik1-1/+2
2024-02-17usb: gadget: uvc: rework complete handlerMichael Grzeschik1-47/+48
2024-02-17usb: gadget: uvc: refactor the check for a valid buffer in the pump workerMichael Grzeschik1-4/+3
2024-02-17usb: gadget: uvc: drop unnecessary check for always set reqMichael Grzeschik1-7/+0
2024-02-17usb: roles: Link the switch to its connectorHeikki Krogerus1-2/+38
2024-02-17usb: image: mdc800: Remove redundant assignment to variable retvalColin Ian King1-1/+0
2024-02-17usb: storage: freecom: Remove redundant assignment to variable offsetColin Ian King1-1/+0
2024-02-17usb: sysfs: use kstrtobool() if possibleGuan-Yu Lin1-10/+12
2024-02-17usb: gadget: functionfs: Add DMABUF import interfacePaul Cercueil2-0/+468
2024-02-17usb: gadget: functionfs: Factorize wait-for-endpoint codePaul Cercueil1-21/+27
2024-02-17usb: gadget: Support already-mapped DMA SGsPaul Cercueil1-1/+6
2024-02-17usb: dwc3: apply snps,host-vbus-glitches workaround unconditionallyFrank Li3-7/+1
2024-02-17usb: dwc3: Fix an IS_ERR() vs NULL check in dwc3_power_off_all_roothub_ports()Dan Carpenter1-1/+1
2024-02-17usb: dwc3: gadget: Remove redundant assignment to pointer trbColin Ian King1-1/+1
2024-02-17usb: dwc3: gadget: Rewrite endpoint allocation flowThinh Nguyen4-51/+41
2024-02-17usb: core: Kconfig: Improve USB authorization mode helpNiko Mauno1-6/+16
2024-02-17xhci: add helper to stop endpoint and wait for completionMathias Nyman2-16/+48
2024-02-17xhci: Decouple handling an event from checking for unhandled eventsMathias Nyman1-19/+19
2024-02-17xhci: Don't check if the event ring is valid before every event TRBMathias Nyman1-6/+6
2024-02-17xhci: add helper that checks for unhandled events on a event ringMathias Nyman1-3/+8
2024-02-17xhci: move event processing for one interrupter to a separate functionMathias Nyman1-45/+42
2024-02-17xhci: update event ring dequeue pointer position to controller correctlyMathias Nyman1-10/+13
2024-02-17xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()Mathias Nyman1-22/+15
2024-02-17xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman3-8/+11
2024-02-17xhci: Add helper to set an interrupters interrupt moderation intervalMathias Nyman1-7/+18
2024-02-17xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman3-6/+19
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2-0/+14
2024-02-09Revert "usb: dwc3: Support EBC feature of DWC_usb31"Thinh Nguyen3-9/+0
2024-02-08usb: gadget: max3420_udc: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-1/+1
2024-02-08usb: typec: ucsi: Add qcm6490-pmic-glink as needing PDOS quirkLuca Weiss1-0/+1
2024-02-05usb: core: hcd: Convert from tasklet to BH workqueueTejun Heo1-11/+12
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman20-79/+256
2024-02-02Merge tag 'usb-serial-6.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman3-0/+4
2024-01-31USB: serial: option: add Fibocom FM101-GL variantPuliang Lu1-0/+1
2024-01-30USB: serial: qcserial: add new usb-id for Dell Wireless DW5826eJackBB Wu1-0/+2
2024-01-30USB: serial: cp210x: add ID for IMST iM871A-USBLeonard Dallmayr1-0/+1
2024-01-27usb: typec: qcom-pmic-typec: allow different implementations for the port bac...Dmitry Baryshkov4-319/+282
2024-01-27usb: typec: qcom-pmic-typec: allow different implementations for the PD PHYDmitry Baryshkov5-195/+171
2024-01-27usb: typec: qcom-pmic-typec: fix arguments of qcom_pmic_typec_pdphy_set_rolesDmitry Baryshkov3-5/+8
2024-01-27usb: typec: tcpm: fix the PD disabled caseDmitry Baryshkov1-1/+2
2024-01-27usb: ucsi_acpi: Quirk to ack a connector change ack cmdChristian A. Ehrhardt1-3/+68
2024-01-27usb: ucsi_acpi: Fix command completion handlingChristian A. Ehrhardt1-4/+13
2024-01-27usb: ucsi: Add missing ppm_lockChristian A. Ehrhardt1-0/+2
2024-01-27usb: ulpi: Fix debugfs directory leakSean Anderson1-1/+1
2024-01-27Revert "usb: typec: tcpm: fix cc role at port reset"Badhri Jagan Sridharan1-2/+1
2024-01-27usb: gadget: pch_udc: fix an Excess kernel-doc warningRandy Dunlap1-1/+0
2024-01-27usb: gadget: f_fs: expose ready state in configfsPeter Korsgaard1-0/+20
2024-01-27usb: dwc3: Add workaround for host mode VBUS glitch when bootRan Wang3-0/+56
2024-01-27XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li3-259/+264
2024-01-27usb: typec: altmodes/displayport: add SOP' supportRD Babiera1-4/+158