summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2022-02-11usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mnAdam Ford1-5/+18
2022-01-27Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+2
2022-01-27usb: ehci: dm: Convert i.MX28 ehci code to driver modelLukasz Majewski1-0/+184
2022-01-27usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start})Lukasz Majewski1-50/+62
2022-01-27usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DMLukasz Majewski1-21/+21
2022-01-27usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28Lukasz Majewski1-3/+4
2022-01-25usb: Use the first available device for ehci_gadgetSean Anderson1-2/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt4-54/+54
2021-11-09usb: xhci: fsl: add new compatible fsl,ls1028a-dwc3Michael Walle1-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 Rini1-0/+28
2021-10-12usb: sandbox: Add gadget callbacksPatrice Chotard1-0/+28
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 Denk1-1/+1
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-27Merge tag 'v2021.10-rc5' into nextTom Rini5-44/+129
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: 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-01Kconfig: Remove all default n/no optionsMichal Simek1-4/+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-07-19usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini1-10/+10
2021-07-08arm: Remove spear600 boards and the rest of SPEAr supportTom Rini2-78/+0
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
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-04-28usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHYMarek Vasut1-5/+12
2021-04-22usb: ehci-hcd: Add IAA handshake for removing async QHYe Li2-0/+28
2021-04-18usb: ehci-mx6: Add iMX8M supportMarek Vasut1-1/+3
2021-04-18usb: ehci-mx6: Fix aarch64 build warningsMarek Vasut1-4/+4
2021-04-18usb: ehci-mx6: Add fsl,imx7d-usb compatible stringMarek Vasut1-0/+1
2021-04-18usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not definedMarek Vasut1-0/+5
2021-04-18usb: ehci-mx6: Add generic EHCI PHY supportMarek Vasut1-2/+17
2021-04-18usb: ehci-mx6: Use portnr from DT in DM caseMarek Vasut1-45/+7
2021-04-18usb: ehci-mx6: Pass MISC address to usb_oc_config()Marek Vasut1-11/+8
2021-04-18usb: ehci-mx6: Split usb_power_config()Marek Vasut1-51/+92
2021-04-18usb: ehci-mx6: Pass PHY address to usb_*_phy*()Marek Vasut1-19/+10
2021-04-18usb: ehci-mx6: Split ehci_mx6_common_init()Marek Vasut1-30/+30
2021-04-18usb: ehci-mx6: Parse USB PHY and MISC offsets from DTMarek Vasut1-0/+55