summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-19phy: tegra: xusb: Add set_mode support for UTMI phy on Tegra186Nagarjuna Kristam1-22/+92
2020-03-19phy: tegra: xusb: Add set_mode support for USB 2 phy on Tegra210Nagarjuna Kristam1-27/+104
2020-03-19phy: tegra: xusb: Add support to get companion USB 3 portNagarjuna Kristam1-0/+21
2020-03-19phy: tegra: xusb: Add usb-phy supportNagarjuna Kristam2-0/+86
2020-03-19phy: tegra: xusb: Add usb-role-switch supportNagarjuna Kristam3-0/+76
2020-03-17USB: c67x00: Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2020-03-17USB: atm: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-17usb: musb: tusb6010: fix a possible missing data type replacementMacpaul Lin1-1/+1
2020-03-17usb: musb: fix crash with highmen PIO and usbmonMans Rullgard1-12/+5
2020-03-17usb: musb: jz4740: Add support for the JZ4770Paul Cercueil1-0/+28
2020-03-17usb: musb: jz4740: Unconditionally depend on devicetreePaul Cercueil2-5/+10
2020-03-17usb: musb: jz4740: Register USB role switchPaul Cercueil2-0/+49
2020-03-17usb: musb: jz4740: Add support for DMAPaul Cercueil2-7/+15
2020-03-17usb: musb: remove redundant assignment to variable retColin Ian King1-1/+1
2020-03-17Merge tag 'usb-ci-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman8-14/+18
2020-03-17Merge tag 'thunderbolt-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman3-4/+4
2020-03-16usb: get rid of 'choice' for legacy gadget driversMasahiro Yamada1-26/+22
2020-03-16usb: dwc3: fix up for role switch API changeStephen Rothwell1-4/+6
2020-03-16Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman27-160/+3004
2020-03-16USB: chipidea: Use the correct style for SPDX License IdentifierNishad Kamdar6-6/+6
2020-03-16usb: chipidea: otg: handling vbus disconnect event occurred during system sus...Peter Chen1-0/+7
2020-03-16usb: chipidea: udc: using structure ci_hdrc device for runtime PMPeter Chen1-8/+5
2020-03-15usb: gadget: aspeed: add ast2600 vhub supportTao Ren2-2/+5
2020-03-15usb: gadget: aspeed: read vhub properties from device treeTao Ren5-57/+88
2020-03-15usb: gadget: aspeed: support per-vhub usb descriptorsTao Ren2-12/+46
2020-03-15usb: gadget: f_phonet: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-15usb: gadget: composite: Inform controller driver of self-poweredThinh Nguyen1-0/+9
2020-03-15usb: gadget: amd5536udc: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni1-1/+1
2020-03-15udc: s3c-hsudc: Silence warning about supplies during deferred probeMarek Szyprowski1-1/+2
2020-03-15usb: dwc2: Silence warning about supplies during deferred probeMarek Szyprowski1-1/+3
2020-03-15usb: gadget: add raw-gadget interfaceAndrey Konovalov3-0/+1090
2020-03-15usb: dwc2: Implement set_selfpowered()John Keeping1-1/+23
2020-03-15usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-03-15usb: dwc3: core: don't do suspend for device mode if already suspendedLi Jun1-0/+2
2020-03-15usb: dwc3: Rework resets initialization to be more flexibleJohn Stultz1-1/+1
2020-03-15usb: dwc3: Rework clock initialization to be more flexibleJohn Stultz1-15/+5
2020-03-15usb: dwc3: Add support for role-switch-default-mode bindingJohn Stultz2-3/+25
2020-03-15usb: dwc3: Registering a role switch in the DRD code.Yu Chen2-1/+79
2020-03-15usb: dwc3: core: add support for disabling SS instances in park modeNeil Armstrong2-0/+9
2020-03-15usb: dwc3: gadget: Wrap around when skip TRBsThinh Nguyen1-1/+1
2020-03-15usb: dwc3: gadget: Don't clear flags before transfer endedThinh Nguyen1-3/+1
2020-03-15usb: dwc3: Remove kernel doc annotation where it's not neededAndy Shevchenko1-1/+1
2020-03-15usb: dwc3: Add ACPI support for xHCI portsAndy Shevchenko1-0/+2
2020-03-15usb: dwc3: exynos: Add support for Exynos5422 suspend clkAnand Moon1-0/+9
2020-03-15usb: dwc3: meson-g12a: Don't use ret uninitialized in dwc3_meson_g12a_otg_initNathan Chancellor1-1/+1
2020-03-15usb: cdns3: remove redundant assignment to pointer trbColin Ian King1-1/+1
2020-03-15usb: gadget: remove redundant assignment to variable statusColin Ian King1-2/+0
2020-03-15usb: gadget: xudc: Remove redundant platform_get_irq error messageYueHaibing1-4/+1
2020-03-15usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FSAmelie Delaunay4-2/+141
2020-03-15usb: dwc3: Add Amlogic A1 DWC3 glueHanjie Lin1-56/+116