summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-25usb: gadget: function: remove redundant assignment to variable 'status'Colin Ian King1-2/+0
2020-05-25USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor1-4/+0
2020-05-25usb: gadget: f_acm: add suspend resume callbacksFabrice Gasnier1-0/+16
2020-05-25usb: gadget: f_serial: add suspend resume callbacksFabrice Gasnier1-0/+16
2020-05-25usb: gadget: u_serial: add suspend resume callbacksFabrice Gasnier2-8/+51
2020-05-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2020-05-25usb: gadget: uvc_video: add worker to handle the frame pumpingMichael Grzeschik4-65/+19
2020-05-25usb: renesas_usbhs: Use the correct style for SPDX License IdentifierNishad Kamdar7-7/+7
2020-05-25usb: gadget: f_fs: remove unneeded semicolon in __ffs_data_got_descs()Jason Yan1-1/+1
2020-05-25dt-bindings: usb: dwc3: remove old DWC3 wrapperMartin Blumenstingl1-42/+0
2020-05-25doc: dt: bindings: usb: dwc3: remove amlogic compatible entriesNeil Armstrong1-2/+0
2020-05-25usb: dwc3: of-simple: remove Amlogic GXL and AXG compatiblesMartin Blumenstingl1-24/+6
2020-05-25phy: amlogic: meson-gxl-usb3: remove code for non-existing PHYMartin Blumenstingl4-327/+0
2020-05-25arm64: dts: amlogic: use the new USB control driver for GXL and GXMMartin Blumenstingl16-31/+68
2020-05-25usb: dwc3: meson-g12a: add support for GXL and GXM SoCsNeil Armstrong1-1/+101
2020-05-25usb: dwc3: meson-g12a: support the GXL/GXM DWC3 host phy disconnectNeil Armstrong1-0/+35
2020-05-25usb: dwc3: meson-g12a: refactor usb initNeil Armstrong1-15/+37
2020-05-25usb: gadget: udc: remove unused 'driver_desc'Jason Yan1-1/+0
2020-05-25usb: gadget: max3420: Add a missing '\n' in a log messageChristophe JAILLET1-1/+1
2020-05-25USB: mtu3: Use the correct style for SPDX License IdentifierNishad Kamdar6-6/+6
2020-05-25usb: cdns3: change dev_info to dev_dbg for debug messagePeter Chen2-3/+3
2020-05-25usb: cdns3: change "cdsn3" to"cdns3"Peter Chen1-5/+3
2020-05-25usb: cdns3: delete role_overridePeter Chen2-39/+0
2020-05-25usb: cdns3: core: get role switch node from firmwarePeter Chen1-0/+2
2020-05-25usb: dwc3: gadget: Continue to process pending requestsThinh Nguyen1-3/+21
2020-05-25usb: gadget: tegra-xudc: Add vbus_draw supportNagarjuna Kristam1-0/+17
2020-05-05usb: dwc3: gadget: WARN on no-resource statusThinh Nguyen1-0/+2
2020-05-05usb: dwc3: gadget: Issue END_TRANSFER to retry isoc transferThinh Nguyen1-1/+35
2020-05-05usb: dwc3: gadget: Store resource index of start cmdThinh Nguyen1-3/+6
2020-05-05usb: dwc3: gadget: Properly handle failed kick_transferThinh Nguyen1-8/+16
2020-05-05usb: dwc3: core: Use role-switch default dr_modeThinh Nguyen1-0/+2
2020-05-05usb: dwc3: drd: Don't free non-existing irqThinh Nguyen1-1/+1
2020-05-05usb: dwc3: meson-g12a: refactor usb2 phy initNeil Armstrong1-21/+53
2020-05-05usb: dwc3: meson-g12a: check return of dwc3_meson_g12a_usb_initNeil Armstrong1-1/+3
2020-05-05usb: dwc3: meson-g12a: get the reset as sharedNeil Armstrong1-1/+1
2020-05-05usb: dwc3: meson-g12a: handle the phy and glue registers separatelyNeil Armstrong1-39/+85
2020-05-05usb: dwc3: meson-g12a: specify phy names in soc dataNeil Armstrong1-14/+33
2020-05-05dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: add the Amlogic GXL and GXM Fa...Neil Armstrong1-4/+69
2020-05-05dt-bindings: usb: qcom,dwc3: Add compatible for SC7180Sandeep Maheswaram1-0/+1
2020-05-05dt-bindings: usb: qcom,dwc3: Convert USB DWC3 bindingsSandeep Maheswaram2-104/+158
2020-05-05usb: dwc3: gadget: Refactor dwc3_gadget_ep_dequeueThinh Nguyen1-16/+11
2020-05-05usb: dwc3: gadget: Remove unnecessary checksThinh Nguyen1-8/+1
2020-05-05usb: dwc3: gadget: Give back staled requestsThinh Nguyen1-1/+14
2020-05-05usb: dwc3: gadget: Properly handle ClearFeature(halt)Thinh Nguyen1-3/+33
2020-05-05dt-bindings: usb: document aspeed vhub device ID/string propertiesTao Ren1-0/+68
2020-05-05usb: gadget: aspeed: fixup usb1 device descriptor at init timeTao Ren1-11/+8
2020-05-05usb: gadget: aspeed: allow to set device IDs in device treeTao Ren1-0/+21
2020-05-05usb: gadget: aspeed: allow to set usb strings in device treeTao Ren1-1/+57
2020-05-05usb: gadget: add "usb_validate_langid" functionTao Ren3-13/+28
2020-05-05usb: gadget: aspeed: support multiple language stringsTao Ren3-17/+131