1. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  2. cb4363a usb: ehci-mx6: Drop assignment of sequence number by Simon Glass · 4 years ago
  3. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  4. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  5. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  6. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  7. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  8. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  9. 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  10. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  11. a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  12. a86d51a usb: ehci-mx6: Print error code on failure by Marek Vasut · 4 years, 6 months ago
  13. 2737045 usb: ehci-mx6: Handle fixed regulators correctly by Marek Vasut · 4 years, 6 months ago
  14. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  15. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  16. f8b2719 usb: mx6: add fuse check by Peng Fan · 4 years, 7 months ago
  17. 1b80705 usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 9 months ago
  18. 9da57ea ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP by Ye Li · 5 years ago
  19. 9c24d01 usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs by Igor Opaniuk · 5 years ago
  20. d93dda7 usb: ehci-mx6: Fix bus enumeration for DM case by Marek Vasut · 5 years ago
  21. 15287f0 usb: ehci-mx6: Use common code to extract dr_mode by Adam Ford · 6 years ago
  22. 888a946 usb: ehci-mx6: Make regulator DM_REGULATOR dependent by Abel Vesa · 6 years ago
  23. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  24. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  25. 918de03 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  26. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  27. 0ffb9d6 arm: Add explicit include of <asm/mach-types.h> by Simon Glass · 7 years ago
  28. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  29. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  30. 1335133 usb: ehci-mx6: handle vbus-supply by Peng Fan · 8 years ago
  31. 9e3eab3 usb: ehci-mx6: implement ofdata_to_platdata by Peng Fan · 8 years ago
  32. d41919b usb: replace ehci_*_remove() with usb_deregister() by Masahiro Yamada · 8 years ago
  33. 5c363c1 dm: ehci-mx6: support driver model by Peng Fan · 8 years ago
  34. 8652ce9 usb: ehci-mx6: introduce config for high active power pin by Stefan Agner · 8 years ago
  35. 475cf91 usb: ehci-mx6: configure power polarity in usb_power_config by Stefan Agner · 8 years ago
  36. 928d3d0 ehci: mx7: fix otg id detection by Peng Fan · 8 years ago
  37. 13186cf ehci: mx7: fix usbnc_regs by Peng Fan · 8 years ago
  38. 3dfd3a0 usb: ehci-mx6: allow board_ehci_hcd_init to fail by Stefan Agner · 9 years ago
  39. 3add69e usb: Rename ehci-fsl.h to ehci-ci.h by Mateusz Kulikowski · 9 years ago
  40. 4073b83 usb: ehci-mx6: Use shared wait_for_bit by Mateusz Kulikowski · 9 years ago
  41. c52eb1c imx: usb: ehci-mx6: wait_for_bit to check reg status by Adrian Alonso · 9 years ago
  42. f31599f imx: usb: ehci-mx6: add usb support for imx7d soc by Adrian Alonso · 9 years ago
  43. 14dfbbb imx: usb: ehci-mx6: document board specific functions by Adrian Alonso · 9 years ago
  44. aee79b4 imx: usb: ehci-mx6: reg accessor cleanups by Adrian Alonso · 9 years ago
  45. 220402e usb:ehci-mx6 add phy mode query function by Peng Fan · 10 years ago
  46. f93453a usb: ehci-mx6: Rename the USB register base address by Ye.Li · 10 years ago
  47. ed72a9e usb: ehci-mx6: add support for otg port by Troy Kisky · 11 years ago
  48. 7d6bbb9 usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init. by Troy Kisky · 11 years ago
  49. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  50. 2e869d7 USB: drop unneeded header in ehci-mx6 by Stefano Babic · 12 years ago
  51. 98023c1 ehci-mx5/6: Make board_ehci_hcd_init() optional by Benoît Thébaudeau · 12 years ago
  52. 3494a4c usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · 12 years ago
  53. 2714e17 i.mx: iomux-v3.h: move to imx-common include directory by Troy Kisky · 12 years ago
  54. 5d113ca USB: ehci-mx6: Fix broken IO access by Wolfgang Grandegger · 13 years ago
  55. 654838c USB: ehci-mx6: Add proper IO accessors by Fabio Estevam · 13 years ago
  56. 1859b70 usb/ehci: Add USB support for the MX6Q by Wolfgang Grandegger · 13 years ago