summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-30usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2Tom Rini
2021-08-05pci: usb: ohci: Test on PCI not DM_PCISimon Glass
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini
2021-07-14usb: musb-new: Add glue driver for ST-Ericsson Ux500Stephan Gerhold
2021-07-07arm: Remove spear600 boards and the rest of SPEAr supportTom Rini
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-06-24usb: ehci-mx6: Do not fail when 'reg' is not foundFabio Estevam
2021-06-24usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6Fabio Estevam
2021-06-16Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-06-09usb: ehci-mx6: add support for i.MXRTGiulio Benetti
2021-06-09usb: dwc2: Avoid delay when initializing USB peripheral by dwc2João Loureiro
2021-06-08usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct nameKishon Vijay Abraham I
2021-05-16usb: dwc3-generic: Disable host driver definition if gadget onlyKunihiko Hayashi
2021-05-16usb: musb-new: Extend and move Allwinner quirk into KconfigAndre Przywara
2021-05-14usb: dwc3-meson-g12a: skip phy on -ENODATA aswellNeil Armstrong
2021-04-28usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHYMarek Vasut
2021-04-22usb: ehci-hcd: Add IAA handshake for removing async QHYe Li
2021-04-18usb: ehci-mx6: Add iMX8M supportMarek Vasut
2021-04-18usb: ehci-mx6: Fix aarch64 build warningsMarek Vasut
2021-04-18usb: ehci-mx6: Add fsl,imx7d-usb compatible stringMarek Vasut
2021-04-18usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not definedMarek Vasut
2021-04-18usb: ehci-mx6: Add generic EHCI PHY supportMarek Vasut
2021-04-18usb: ehci-mx6: Use portnr from DT in DM caseMarek Vasut
2021-04-18usb: ehci-mx6: Pass MISC address to usb_oc_config()Marek Vasut
2021-04-18usb: ehci-mx6: Split usb_power_config()Marek Vasut
2021-04-18usb: ehci-mx6: Pass PHY address to usb_*_phy*()Marek Vasut
2021-04-18usb: ehci-mx6: Split ehci_mx6_common_init()Marek Vasut
2021-04-18usb: ehci-mx6: Parse USB PHY and MISC offsets from DTMarek Vasut
2021-04-18usb: ehci-mx6: Unify USBNC registersMarek Vasut
2021-04-18usb: ehci-mx6: Add DM clock supportMarek Vasut
2021-04-18usb: ehci-mx6: Turn off Vbus on probe failureMarek Vasut
2021-04-12lib: string: Implement strlcatSean Anderson
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2021-04-06usb: xhci: Make debug output better readable and checkpatch cleanStefan Roese
2021-04-06usb: xhci: Add missing xhci_readl()Aaron Williams
2021-04-06usb: Return -ENOSYS when system call is not availableSimon Glass
2021-03-10usb: mtu3: flush cache for next GPDChunfeng Yun
2021-03-03usb: USB keyboard requires DM_KEYBOARDHeinrich Schuchardt
2021-03-03usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár
2021-03-03usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár
2021-03-03usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár
2021-03-03usb: musb: Fix receiving of bigger buffersPali Rohár
2021-03-03usb: musb: Fix transmission of bigger buffersPali Rohár
2021-03-03usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár
2021-03-03usb: musb: Fix configuring FIFO for endpointsPali Rohár
2021-03-03usb: musb: Always clear the data toggle bit when configuring epPali Rohár
2021-02-26usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard