summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: usbtest: fix a type promotion bugDan Carpenter2023-10-081-1/+1
* usbip: Use platform_device_register_full()Andy Shevchenko2023-10-081-35/+20
* USB: usbip: fix stub_dev hub disconnectJonas Blixt2023-10-081-2/+7
* Revert "usb: gadget: uvc: stop pump thread on video disable"Greg Kroah-Hartman2023-10-051-7/+1
* Revert "usb: gadget: uvc: cleanup request when not in correct state"Greg Kroah-Hartman2023-10-051-6/+0
* Revert "usb: gadget: uvc: rework pump worker to avoid while loop"Greg Kroah-Hartman2023-10-051-14/+6
* arm64: dts: qcom: sm8550-qrd: add orientation gpioNeil Armstrong2023-10-051-0/+1
* arm64: dts: qcom: sm8550-mtp: add orientation gpioNeil Armstrong2023-10-051-0/+1
* usb: ucsi: glink: use the connector orientation GPIO to provide switch eventsNeil Armstrong2023-10-051-1/+53
* dt-bindings: soc: qcom: qcom,pmic-glink: add a gpio used to determine the Typ...Neil Armstrong2023-10-051-0/+19
* usb: dwc3: document gfladj_refclk_lpm_sel fieldSwarup Laxman Kotiaklapudi2023-10-051-0/+2
* usb: gadget: f_uac2: allow changing terminal types through configfsJames Gruber2023-10-054-2/+26
* dt-bindings: usb: gpio-sbu-mux: Add an entry for CBDTU02043Fabio Estevam2023-10-051-0/+1
* docs: driver-api: usb: update dma infoRandy Li2023-10-051-37/+11
* USB: dma: remove unused function prototypeRandy Li2023-10-051-16/+0
* Revert "phy: qcom-qmp-usb: Add Qualcomm SDX75 USB3 PHY support"Greg Kroah-Hartman2023-10-041-173/+0
* usb: gadgetfs: return USB_GADGET_DELAYED_STATUS from setup()Andrey Konovalov2023-10-021-1/+16
* usb: raw-gadget: return USB_GADGET_DELAYED_STATUS from setup()Andrey Konovalov2023-10-021-0/+11
* usb: gadget: clarify usage of USB_GADGET_DELAYED_STATUSAndrey Konovalov2023-10-022-0/+17
* USB: c67x00: Remove unused declaration c67x00_hcd_msg_received()Yue Haibing2023-10-021-1/+0
* usb: pd: Exposing the Peak Current value of Fixed Supplies to user spaceHeikki Krogerus2023-10-023-6/+12
* usb: misc: onboard_usb_hub: add Genesys Logic gl3510 hub supportJerome Brunet2023-10-021-0/+1
* dt-bindings: usb: add device for Genesys Logic hub gl3510Jerome Brunet2023-10-021-1/+2
* usb:typec:tcpm:support double Rp to Vbus cable as sinkMichael Wu2023-10-021-2/+2
* usb: xhci-mtk: improve split scheduling by separate IN/OUT budgetChunfeng Yun2023-10-022-40/+278
* usb: xhci-mtk: add a bandwidth budget tableChunfeng Yun2023-10-022-32/+85
* dt-bindings: usb: ci-hdrc-usb2: Allow "fsl,imx27-usb" to be passed aloneFabio Estevam2023-10-021-0/+1
* usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoffNiklas Schnelle2023-10-021-7/+16
* usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle2023-10-025-10/+52
* usb: pci-quirks: group AMD specific quirk code togetherNiklas Schnelle2023-10-022-65/+68
* usbmon: Use list_for_each_entry() helperJinjie Ruan2023-10-021-18/+5
* usb: chipidea: tegra: Consistently use dev_err_probe()Michał Mirosław2023-10-021-9/+7
* usb: chipidea: Simplify Tegra DMA alignment codeMichał Mirosław2023-10-021-27/+18
* usb: chipidea: Fix DMA overwrite for TegraMichał Mirosław2023-10-021-3/+4
* phy: qcom-qmp-usb: Add Qualcomm SDX75 USB3 PHY supportRohit Agarwal2023-10-021-0/+173
* dt-bindings: usb: dwc3: Add SDX75 compatibleRohit Agarwal2023-10-021-0/+3
* dt-bindings: usb: qcom,dwc3: Fix SDX65 clocksRohit Agarwal2023-10-021-0/+1
* dt-bindings: phy: qcom,qmp-usb: Add SDX75 USB3 PHYRohit Agarwal2023-10-021-0/+2
* dt-bindings: phy: qcom,snps-eusb2-phy: Add compatible for SDX75Rohit Agarwal2023-10-021-1/+6
* dt-bindings: usb: dwc3: Add DWC_usb3 TX/RX threshold configurableStanley Chang2023-10-021-0/+56
* usb: dwc3: core: configure TX/RX threshold for DWC3_IPStanley Chang2023-10-022-36/+137
* dt-bindings: usb: dwc3: Add Realtek DHC RTD SoC DWC3 USBStanley Chang2023-10-021-0/+80
* usb: dwc3: add Realtek DHC RTD SoC dwc3 glue layer driverStanley Chang2023-10-023-0/+487
* usb: typec: intel_pmc_mux: Configure Displayport Alternate mode 2.1Utkarsh Patel2023-10-021-0/+24
* platform/chrome: cros_ec_typec: Add Displayport Alternatemode 2.1 SupportUtkarsh Patel2023-10-021-0/+28
* usb: pd: Add helper macro to get Type C cable speedUtkarsh Patel2023-10-021-0/+1
* usb: typec: Add Active or Passive cable defination to cable discover mode VDOUtkarsh Patel2023-10-021-0/+1
* usb: typec: Add Displayport Alternate Mode 2.1 SupportUtkarsh Patel2023-10-024-8/+31
* usb: gadget: uvc: rework pump worker to avoid while loopMichael Grzeschik2023-10-021-6/+14
* usb: gadget: uvc: cleanup request when not in correct stateMichael Grzeschik2023-10-021-0/+6