- 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
- 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
- 0ccb0ac bootstd: usb: Add a bootdev driver by Simon Glass · 2 years, 7 months ago
- 2fc0995 arm: Remove unused ep93xx code by Tom Rini · 2 years, 8 months ago
- fc4bee1 usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from Kconfig by Adam Ford · 2 years, 9 months ago
- 70dbff1 usb: ehci-omap: Use PHY system to manage phy resets by Adam Ford · 2 years, 9 months ago
- d11f995 usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAP by Adam Ford · 2 years, 9 months ago
- ac0c125 usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probe by Adam Ford · 2 years, 9 months ago
- 0935dbf usb: ehci-omap: Drop dead code by Adam Ford · 2 years, 9 months ago
- 8ad1c9c Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 9 months ago
- af6d093 usb: ehci: ehci-marvell: Update compatible string to official DT bindings by Pali Rohár · 2 years, 9 months ago
- d5daa02 usb: xhci: reset endpoint on USB stall by Stefan Agner · 3 years, 2 months ago
- 078dfef usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn by Adam Ford · 2 years, 10 months ago
- 761a178 Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 10 months ago
- 07791e8 usb: ehci: dm: Convert i.MX28 ehci code to driver model by Lukasz Majewski · 3 years ago
- 2d431e3 usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start}) by Lukasz Majewski · 3 years ago
- fc313d3 usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DM by Lukasz Majewski · 3 years ago
- f82feb7 usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28 by Lukasz Majewski · 3 years ago
- 821ca60 usb: Use the first available device for ehci_gadget by Sean Anderson · 3 years, 1 month ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 8f176eb usb: xhci: fsl: add new compatible fsl,ls1028a-dwc3 by Michael Walle · 3 years, 1 month ago
- 617e851 usb: xhci-brcm: Include header file needed for dev_err by Stefan Agner · 3 years, 2 months ago
- 56882dc Convert CONFIG_USB_EHCI_IS_TDI to Kconfig by Marek Behún · 3 years, 2 months ago
- 7b80500 Convert CONFIG_USB_EHCI_MXS to Kconfig by Marek Behún · 3 years, 2 months ago
- 9283204 Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI by Marek Behún · 3 years, 2 months ago
- 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 1 month ago
- 4c3dc6f usb: sandbox: Add gadget callbacks by Patrice Chotard · 3 years, 3 months ago
- 8ba5960 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years, 3 months ago
- 14b38cb arm: Remove flea3 board by Tom Rini · 3 years, 2 months ago
- 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago WIP/2021-09-30-whitespace-cleanups
- 899867a Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to Kconfig by Tom Rini · 3 years, 2 months ago
- fb1d177 usb: ehci-omap: Drop non-DM_USB legacy code by Tom Rini · 3 years, 2 months ago
- 8d8d7e9 Convert CONFIG_USB_XHCI_OMAP to Kconfig by Tom Rini · 3 years, 2 months ago
- e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 2 months ago
- 53eed9a usb: xhci-dwc3: Add support for USB 3.1 controllers by Mark Kettenis · 3 years, 2 months ago
- 0f513c5 usb: ehci-mx6: use phy_type from device tree by Matthias Schiffer · 3 years, 2 months ago
- 91ce84a usb: xhci-dwc3: Add support for clocks/resets by Samuel Holland · 3 years, 5 months ago
- 70a98ca usb: xhci-pci: Move reset logic out of XHCI core by Samuel Holland · 3 years, 5 months ago
- b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- 33e8e61 usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2 by Tom Rini · 3 years, 4 months ago
- 990ac1b pci: usb: ohci: Test on PCI not DM_PCI by Simon Glass · 3 years, 4 months ago
- be5c060 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 5 months ago
- 570c3dc arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 6 months ago
- b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- 4822114 usb: ehci-mx6: Do not fail when 'reg' is not found by Fabio Estevam · 3 years, 5 months ago
- ec326b9 usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6 by Fabio Estevam · 3 years, 5 months ago
- b2c4b7f Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 5 months ago WIP/16Jun2021
- e7e81e8 usb: ehci-mx6: add support for i.MXRT by Giulio Benetti · 3 years, 6 months ago
- dcd2bbe usb: dwc2: Avoid delay when initializing USB peripheral by dwc2 by João Loureiro · 3 years, 8 months ago
- 53396d6 usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHY by Marek Vasut · 3 years, 7 months ago
- e1769da usb: ehci-hcd: Add IAA handshake for removing async QH by Ye Li · 3 years, 9 months ago
- 5e7e2a8 usb: ehci-mx6: Add iMX8M support by Marek Vasut · 3 years, 8 months ago
- f444f89 usb: ehci-mx6: Fix aarch64 build warnings by Marek Vasut · 3 years, 8 months ago
- e87015f usb: ehci-mx6: Add fsl,imx7d-usb compatible string by Marek Vasut · 3 years, 8 months ago
- 1aae8a3 usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not defined by Marek Vasut · 3 years, 8 months ago
- 50d0146 usb: ehci-mx6: Add generic EHCI PHY support by Marek Vasut · 3 years, 8 months ago
- 6443a3b usb: ehci-mx6: Use portnr from DT in DM case by Marek Vasut · 3 years, 8 months ago
- 6686469 usb: ehci-mx6: Pass MISC address to usb_oc_config() by Marek Vasut · 3 years, 8 months ago
- 849763b usb: ehci-mx6: Split usb_power_config() by Marek Vasut · 3 years, 8 months ago
- eb64f59 usb: ehci-mx6: Pass PHY address to usb_*_phy*() by Marek Vasut · 3 years, 8 months ago
- ef464e4 usb: ehci-mx6: Split ehci_mx6_common_init() by Marek Vasut · 3 years, 8 months ago
- 4dcfa3b usb: ehci-mx6: Parse USB PHY and MISC offsets from DT by Marek Vasut · 3 years, 8 months ago
- 598fa7e usb: ehci-mx6: Unify USBNC registers by Marek Vasut · 3 years, 8 months ago
- 7f2c10e usb: ehci-mx6: Add DM clock support by Marek Vasut · 3 years, 8 months ago
- 7e1f1e1 usb: ehci-mx6: Turn off Vbus on probe failure by Marek Vasut · 3 years, 8 months ago
- 82e4e19 usb: xhci: Make debug output better readable and checkpatch clean by Stefan Roese · 3 years, 8 months ago
- cf86877 usb: xhci: Add missing xhci_readl() by Aaron Williams · 3 years, 8 months ago
- 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
- 1a47455 xhci: translate virtual addresses into the bus's address space by Nicolas Saenz Julienne · 3 years, 11 months ago
- e3bbc1f usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag by Nicolas Saenz Julienne · 3 years, 11 months ago
- 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
- cec8042 usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx() by Stefan Roese · 3 years, 10 months ago
- 5a5024f usb: xhci-pci: Check for errors from dm_pci_map_bar() by Pali Rohár · 3 years, 10 months ago
- 04232f7 usb: xhci-mtk: support option to disable ports by Chunfeng Yun · 4 years ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago WIP/2021-02-02-drop-asm_global_data-when-unused
- b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
- 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago WIP/05Jan2021-next
- f10643c dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
- 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
- c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 4 years ago
- 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
- b27347f usb: Update for new sequence numbers by Simon Glass · 4 years ago
- 4de51cc usb: ehci-mx6: Drop assignment of sequence number by Simon Glass · 4 years ago
- 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- 621ed49 usb: xhci: fix lack of short packet event trb handling by Ran Wang · 4 years ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
- 0f8106f treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 4 years ago
- 3fade88 usb: xhci: avoid type conversion of void * by Heinrich Schuchardt · 4 years, 2 months ago
- 2e84463 usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c by Tom Rini · 4 years, 1 month ago
- f526aee usb: xhci: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
- 1c431f1 Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 2 months ago WIP/07Oct2020
- 92ca2fe usb: xhci: octeon: Add DWC3 glue layer for Octeon by Stefan Roese · 4 years, 3 months ago
- e68efa1 usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addresses by Stefan Roese · 4 years, 3 months ago
- 72a53ac usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr() by Stefan Roese · 4 years, 3 months ago