summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-20Merge tag 'usb-serial-5.19-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman3-1/+6
2022-05-19usb: dwc3: core: Add error log when core soft reset failedMayank Rana1-0/+1
2022-05-19usb: dwc3: gadget: Move null pinter check to proper placeAlbert Wang1-3/+3
2022-05-19usb: hub: Simplify error and success path in port_over_current_notifyBhuvanesh Surachari1-5/+3
2022-05-19usb: cdns3: allocate TX FIFO size according to composite EP numberFrank Li2-7/+49
2022-05-19usb: dwc3: Fix ep0 handling when getting reset while doing control transferMayank Rana3-5/+35
2022-05-19usb: Probe EHCI, OHCI controllers asynchronouslyDmitry Torokhov2-0/+2
2022-05-19usb: isp1760: Fix out-of-bounds array accessLinus Walleij1-0/+8
2022-05-19xhci: Don't defer primary roothub registration if there is only one roothubMathias Nyman1-2/+2
2022-05-19Merge tag 'thunderbolt-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman17-134/+883
2022-05-19USB: serial: option: add Quectel BG95 modemCarl Yin(殷张成)1-0/+2
2022-05-18USB: serial: pl2303: fix type detection for odd deviceJohan Hovold1-0/+3
2022-05-12xhci: Allow host runtime PM as default for Intel Alder Lake N xHCIMathias Nyman1-0/+2
2022-05-12xhci: Remove quirk for over 10 year old evaluation hardwareMathias Nyman3-35/+7
2022-05-12xhci: prevent U2 link power state if Intel tier policy prevented U1Mathias Nyman1-7/+4
2022-05-12xhci: use generic command timer for stop endpoint commands.Mathias Nyman4-91/+37
2022-05-12usb: host: xhci-plat: omit shared hcd if either root hub has no portsHeiner Kallweit1-0/+2
2022-05-12usb: host: xhci-plat: prepare operation w/o shared hcdHeiner Kallweit1-13/+18
2022-05-12usb: host: xhci-plat: create shared hcd after having added main hcdHeiner Kallweit1-13/+16
2022-05-12xhci: prepare for operation w/o shared hcdHeiner Kallweit4-25/+68
2022-05-12xhci: factor out parts of xhci_gen_setup()Heiner Kallweit1-50/+54
2022-05-12xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I1-0/+2
2022-05-12usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2-6/+25
2022-05-12usb: host: ehci-xilinx: adding description for return valuePiyush Mehta1-0/+6
2022-05-12usb: gadget: udc: Remove useless variable assignment in xudc_read_fifo()Piyush Mehta1-1/+1
2022-05-12USB: c67x00: remove unnecessary check of resYang Yingliang1-4/+2
2022-05-12usb: host: ehci-xilinx: Fix quoted string split across linesPiyush Mehta1-4/+2
2022-05-12USB / dwc3: Fix a checkpatch warning in core.cKushagra Verma1-12/+8
2022-05-12thunderbolt: Add KUnit test for devices with no DisplayPort adaptersGil Fine1-0/+92
2022-05-12thunderbolt: Fix buffer allocation of devices with no DisplayPort adaptersGil Fine1-2/+5
2022-05-11USB: gadget: Add ID numbers to gadget namesAlan Stern2-2/+16
2022-05-05usb: gadget: uvc: track frames in format entriesMichael Grzeschik2-1/+30
2022-05-05usb: gadget: uvc: move structs to common headerMichael Grzeschik3-111/+115
2022-05-05usb: gadget: uvc: prevent index variables to start from 0Michael Grzeschik1-0/+12
2022-05-05arm64: dts: qcom: align DWC3 USB interrupts with DT schemaKrzysztof Kozlowski2-8/+12
2022-05-05arm64: dts: qcom: align DWC3 USB clocks with DT schemaKrzysztof Kozlowski18-80/+151
2022-05-05arm64: dts: qcom: msm8996: add clock-names to DWC3 USB nodeKrzysztof Kozlowski1-0/+5
2022-05-05arm64: dts: qcom: qcs404: add dedicated qcom,qcs404-dwc3 compatibleKrzysztof Kozlowski1-2/+2
2022-05-05arm64: dts: qcom: sm6125: add dedicated qcom,sm6125-dwc3 compatibleKrzysztof Kozlowski1-1/+1
2022-05-05arm64: dts: qcom: msm8994: add dedicated qcom,msm8994-dwc3 compatibleKrzysztof Kozlowski1-1/+1
2022-05-05arm64: dts: qcom: ipq8074: add dedicated qcom,ipq8074-dwc3 compatibleKrzysztof Kozlowski1-2/+2
2022-05-05arm64: dts: qcom: correct DWC3 node names and unit addressesKrzysztof Kozlowski11-36/+37
2022-05-05dt-bindings: usb: qcom,dwc3: fix clock matchingKrzysztof Kozlowski1-22/+200
2022-05-05dt-bindings: usb: qcom,dwc3: add IPQ8074, MSM8994, QCS404 and SM6125Krzysztof Kozlowski1-0/+4
2022-05-05usb: dwc3: gadget: Delay issuing End TransferThinh Nguyen1-10/+12
2022-05-05usb: dwc3: gadget: Only End Transfer for ep0 data phaseThinh Nguyen1-0/+11
2022-05-05usb: dwc3: ep0: Don't prepare beyond Setup stageThinh Nguyen2-13/+18
2022-05-05usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup()Thinh Nguyen1-27/+8
2022-05-05usb: dwc3: gadget: Refactor pullup()Thinh Nguyen1-29/+36
2022-05-05usb: dwc3: gadget: Prevent repeat pullup()Thinh Nguyen1-0/+4