summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-15usb: gadget: add udc driver for max3420Jassi Brar3-0/+1342
2020-03-15usb: dwc3: trace: print enqueue/dequeue pointers tooFelipe Balbi1-2/+7
2020-03-12xhci-pci: Allow host runtime PM as default for Intel Tiger Lake xHCIMika Westerberg1-1/+3
2020-03-12xhci: Finetune host initiated USB3 rootport link suspend and resumeMathias Nyman1-11/+25
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng4-13/+34
2020-03-12xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3Kai-Heng Feng1-1/+10
2020-03-12usb: host: xhci-tegra: Tegra186/Tegra194 LPMJC Kuo1-0/+7
2020-03-12usb: xhci: Enable LPM for VIA LABS VL805Nicolas Saenz Julienne1-0/+3
2020-03-12xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman2-0/+33
2020-03-12xhci: Add a separate debug message for split transaction errors.Mathias Nyman1-0/+4
2020-03-12xhci: bail out early if driver can't accress host in resumeMathias Nyman1-1/+3
2020-03-12USB: serial: pl2303: add device-id for HP LD381Scott Chen2-0/+2
2020-03-12USB: serial: option: add ME910G1 ECM composition 0x110bDaniele Palmas1-0/+2
2020-03-12usb: phy: Add driver for the Ingenic JZ4770 USB transceiverPaul Cercueil3-0/+252
2020-03-12USB: EHCI: ehci-mv: use a unique bus nameLubomir Rintel1-1/+1
2020-03-12USB: EHCI: ehci-mv: switch the HSIC HCI to HSIC modeLubomir Rintel1-0/+9
2020-03-12usb: typec: ucsi_ccg: workaround for NVIDIA test deviceAjay Gupta2-5/+52
2020-03-12USB: mon: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-18/+18
2020-03-12usb: host: xhci-plat: add a shutdownRan Wang1-0/+1