summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-308-18/+18
* WS cleanup: remove trailing white spaceWolfgang Denk2021-09-304-4/+4
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-302-2/+0
* Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to KconfigTom Rini2021-09-271-0/+34
* usb: ehci-omap: Drop non-DM_USB legacy codeTom Rini2021-09-271-13/+0
* Convert CONFIG_USB_XHCI_OMAP to KconfigTom Rini2021-09-271-0/+10
* usb: phy: ti: Remove non-DM PHY codeTom Rini2021-09-273-271/+0
* Merge tag 'v2021.10-rc5' into nextTom Rini2021-09-276-44/+132
|\
| * usb: xhci-dwc3: Add support for USB 3.1 controllersMark Kettenis2021-09-221-1/+2
| * usb: ehci-mx6: use phy_type from device treeMatthias Schiffer2021-09-221-2/+23
| * usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer2021-09-221-0/+3
| * usb: xhci-dwc3: Add support for clocks/resetsSamuel Holland2021-09-221-0/+56
| * usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland2021-09-223-41/+48
* | Remove #include <version.h> from files which do not need itPali Rohár2021-09-171-1/+0
* | Kconfig: Remove all default n/no optionsMichal Simek2021-08-312-6/+0
* | usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2Tom Rini2021-08-302-47/+47
|/
* pci: usb: ohci: Test on PCI not DM_PCISimon Glass2021-08-051-1/+1
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-023-4/+3
* Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-284-8/+8
* usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini2021-07-188-24/+35
* usb: musb-new: Add glue driver for ST-Ericsson Ux500Stephan Gerhold2021-07-144-2/+191
* arm: Remove spear600 boards and the rest of SPEAr supportTom Rini2021-07-072-78/+0
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-063-0/+6
* usb: ehci-mx6: Do not fail when 'reg' is not foundFabio Estevam2021-06-241-1/+1
* usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6Fabio Estevam2021-06-241-8/+7
* Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-06-162-7/+8
|\
| * usb: ehci-mx6: add support for i.MXRTGiulio Benetti2021-06-092-7/+8
* | usb: dwc2: Avoid delay when initializing USB peripheral by dwc2João Loureiro2021-06-091-1/+8
* | usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct nameKishon Vijay Abraham I2021-06-081-1/+1
|/
* usb: dwc3-generic: Disable host driver definition if gadget onlyKunihiko Hayashi2021-05-161-1/+2
* usb: musb-new: Extend and move Allwinner quirk into KconfigAndre Przywara2021-05-162-2/+11
* usb: dwc3-meson-g12a: skip phy on -ENODATA aswellNeil Armstrong2021-05-141-1/+1
* usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHYMarek Vasut2021-04-281-5/+12
* usb: ehci-hcd: Add IAA handshake for removing async QHYe Li2021-04-222-0/+28
* usb: ehci-mx6: Add iMX8M supportMarek Vasut2021-04-181-1/+3
* usb: ehci-mx6: Fix aarch64 build warningsMarek Vasut2021-04-181-4/+4
* usb: ehci-mx6: Add fsl,imx7d-usb compatible stringMarek Vasut2021-04-181-0/+1
* usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not definedMarek Vasut2021-04-181-0/+5
* usb: ehci-mx6: Add generic EHCI PHY supportMarek Vasut2021-04-181-2/+17
* usb: ehci-mx6: Use portnr from DT in DM caseMarek Vasut2021-04-181-45/+7
* usb: ehci-mx6: Pass MISC address to usb_oc_config()Marek Vasut2021-04-181-11/+8
* usb: ehci-mx6: Split usb_power_config()Marek Vasut2021-04-181-51/+92
* usb: ehci-mx6: Pass PHY address to usb_*_phy*()Marek Vasut2021-04-181-19/+10
* usb: ehci-mx6: Split ehci_mx6_common_init()Marek Vasut2021-04-181-30/+30
* usb: ehci-mx6: Parse USB PHY and MISC offsets from DTMarek Vasut2021-04-181-0/+55
* usb: ehci-mx6: Unify USBNC registersMarek Vasut2021-04-181-34/+19
* usb: ehci-mx6: Add DM clock supportMarek Vasut2021-04-181-5/+32
* usb: ehci-mx6: Turn off Vbus on probe failureMarek Vasut2021-04-181-2/+27
* lib: string: Implement strlcatSean Anderson2021-04-121-6/+0
* Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-04-062-10/+7
|\