summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * usb: xhci: Make debug output better readable and checkpatch cleanStefan Roese2021-04-061-6/+3
| * usb: xhci: Add missing xhci_readl()Aaron Williams2021-04-061-4/+4
* | usb: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-1/+1
|/
* usb: mtu3: flush cache for next GPDChunfeng Yun2021-03-101-0/+3
* usb: USB keyboard requires DM_KEYBOARDHeinrich Schuchardt2021-03-031-0/+1
* usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár2021-03-031-8/+8
* usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár2021-03-031-12/+2
* usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár2021-03-031-8/+4
* usb: musb: Fix receiving of bigger buffersPali Rohár2021-03-031-1/+15
* usb: musb: Fix transmission of bigger buffersPali Rohár2021-03-031-11/+6
* usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár2021-03-031-1/+1
* usb: musb: Fix configuring FIFO for endpointsPali Rohár2021-03-031-4/+4
* usb: musb: Always clear the data toggle bit when configuring epPali Rohár2021-03-031-4/+0
* usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard2021-02-261-6/+2