aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-27usb: typec: tcpm: add alt mode enter/exit/vdm support for sop'RD Babiera1-20/+106
2024-01-27usb: typec: tcpm: add discover svids and discover modes support for sop'RD Babiera1-21/+140
2024-01-27usb: typec: tcpm: add state machine support for SRC_VDM_IDENTITY_REQUESTRD Babiera1-6/+43
2024-01-27usb: typec: tcpm: add discover identity support for SOP'RD Babiera1-48/+340
2024-01-27usb: typec: tcpci: add attempt_vconn_swap_discovery callbackRD Babiera3-1/+28
2024-01-27usb: typec: tcpm: add control message support to sop'RD Babiera1-45/+114
2024-01-27usb: typec: tcpm: process receive and transmission of sop' messagesRD Babiera1-11/+134
2024-01-27usb: typec: tcpci: add tcpm_transmit_type to tcpm_pd_receiveRD Babiera6-9/+34
2024-01-27usb: typec: tcpci: add cable_comm_capable attributeRD Babiera2-0/+9
2024-01-27usb: typec: altmodes: add svdm version info for typec cablesRD Babiera2-0/+41
2024-01-27usb: typec: altmodes: add typec_cable_ops to typec_altmodeRD Babiera2-0/+121
2024-01-27usb: phy: generic: Disable vbus on removalSean Anderson1-0/+3
2024-01-27usb: phy: generic: Implement otg->set_vbusSean Anderson1-28/+17
2024-01-27usb: phy: generic: Get the vbus supplySean Anderson1-0/+7
2024-01-27usb: mtu3: Add MT8195 MTU3 ip-sleep wakeup supportAngeloGioacchino Del Regno1-0/+30
2024-01-27usb: core: add phy notify connect and disconnectStanley Chang4-4/+162