summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-11-15usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXISamuel Dionne-Riel1-0/+1
2021-11-09usb: dwc3: add layerscape supportMichael Walle3-0/+233
2021-11-09usb: dwc3: Enable undefined length INCR burst typeMichael Walle2-0/+85
2021-11-09usb: dwc3: Add frame length adjustment quirkMichael Walle2-0/+32
2021-11-09usb: common: silence dubious errorsMichael Walle1-2/+2
2021-11-09usb: xhci: fsl: add new compatible fsl,ls1028a-dwc3Michael Walle1-0/+1
2021-11-03usb: mtu3: flush cache for the first GPD when allocate GPD ringChunfeng Yun1-0/+1
2021-10-30usb: xhci-brcm: Include header file needed for dev_errStefan Agner1-0/+1
2021-10-15Convert CONFIG_USB_EHCI_IS_TDI to KconfigMarek Behún1-0/+7
2021-10-15Convert CONFIG_USB_EHCI_MXS to KconfigMarek Behún1-0/+7
2021-10-15Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDIMarek Behún1-1/+1
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2-0/+36
2021-10-12usb: sandbox: Add gadget callbacksPatrice Chotard1-0/+28
2021-10-12usb: gadget: Add bcdDevice for the DWC2 USB Gadget ControllerPatrice Chotard1-0/+8
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland1-2/+0
2021-10-07usb: dwc3: meson-gxl: add AXG compatibleNeil Armstrong1-0/+1
2021-10-02arm: Remove zmx25 board and ARCH_MX25Tom Rini1-50/+1
2021-10-01arm: Remove flea3 boardTom Rini1-53/+0
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk8-18/+18
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk4-4/+4
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk2-2/+0
2021-09-28Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to KconfigTom Rini1-0/+34
2021-09-28usb: ehci-omap: Drop non-DM_USB legacy codeTom Rini1-13/+0
2021-09-28Convert CONFIG_USB_XHCI_OMAP to KconfigTom Rini1-0/+10
2021-09-28usb: phy: ti: Remove non-DM PHY codeTom Rini3-271/+0
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini6-44/+132
2021-09-22usb: xhci-dwc3: Add support for USB 3.1 controllersMark Kettenis1-1/+2
2021-09-22usb: ehci-mx6: use phy_type from device treeMatthias Schiffer1-2/+23
2021-09-22usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer1-0/+3
2021-09-22usb: xhci-dwc3: Add support for clocks/resetsSamuel Holland1-0/+56
2021-09-22usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland3-41/+48
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek2-6/+0
2021-08-30usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2Tom Rini2-47/+47
2021-08-06pci: usb: ohci: Test on PCI not DM_PCISimon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass3-4/+3
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass4-8/+8
2021-07-19usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini8-24/+35
2021-07-14usb: musb-new: Add glue driver for ST-Ericsson Ux500Stephan Gerhold4-2/+191
2021-07-08arm: Remove spear600 boards and the rest of SPEAr supportTom Rini2-78/+0
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay3-0/+6
2021-06-24usb: ehci-mx6: Do not fail when 'reg' is not foundFabio Estevam1-1/+1
2021-06-24usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6Fabio Estevam1-8/+7
2021-06-16Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-7/+8
2021-06-09usb: ehci-mx6: add support for i.MXRTGiulio Benetti2-7/+8
2021-06-09usb: dwc2: Avoid delay when initializing USB peripheral by dwc2João Loureiro1-1/+8
2021-06-08usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct nameKishon Vijay Abraham I1-1/+1
2021-05-16usb: dwc3-generic: Disable host driver definition if gadget onlyKunihiko Hayashi1-1/+2
2021-05-16usb: musb-new: Extend and move Allwinner quirk into KconfigAndre Przywara2-2/+11
2021-05-14usb: dwc3-meson-g12a: skip phy on -ENODATA aswellNeil Armstrong1-1/+1