1. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  2. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  3. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  4. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  5. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  6. 8613c8d treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 3 months ago
  7. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  8. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 3 months ago
  9. 73021d1 usb: ehci-mx6: Print error code on failure by Marek Vasut · 4 years, 5 months ago
  10. 10bcafb usb: ehci-mx6: Handle fixed regulators correctly by Marek Vasut · 4 years, 5 months ago
  11. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  12. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  13. 0bd3d91 usb: mx6: add fuse check by Peng Fan · 4 years, 6 months ago
  14. ac28e59 usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 8 months ago
  15. 235f5e1 ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP by Ye Li · 5 years ago
  16. 1198a10 usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs by Igor Opaniuk · 5 years ago
  17. 501547c usb: ehci-mx6: Fix bus enumeration for DM case by Marek Vasut · 5 years ago
  18. 69535b3 usb: ehci-mx6: Use common code to extract dr_mode by Adam Ford · 6 years ago
  19. 921208e usb: ehci-mx6: Make regulator DM_REGULATOR dependent by Abel Vesa · 6 years ago
  20. fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  21. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  22. 4826350 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  23. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  24. c62db35 arm: Add explicit include of <asm/mach-types.h> by Simon Glass · 7 years ago
  25. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  26. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  27. fcf9f9f usb: ehci-mx6: handle vbus-supply by Peng Fan · 8 years ago
  28. cccbddc usb: ehci-mx6: implement ofdata_to_platdata by Peng Fan · 8 years ago
  29. 4052734 usb: replace ehci_*_remove() with usb_deregister() by Masahiro Yamada · 8 years ago
  30. bb42fb4 dm: ehci-mx6: support driver model by Peng Fan · 8 years ago
  31. c448309 usb: ehci-mx6: introduce config for high active power pin by Stefan Agner · 8 years ago
  32. 9a88180 usb: ehci-mx6: configure power polarity in usb_power_config by Stefan Agner · 8 years ago
  33. 57de41e ehci: mx7: fix otg id detection by Peng Fan · 8 years ago
  34. 429ff44 ehci: mx7: fix usbnc_regs by Peng Fan · 8 years ago
  35. 79d867c usb: ehci-mx6: allow board_ehci_hcd_init to fail by Stefan Agner · 8 years ago
  36. e162c6b usb: Rename ehci-fsl.h to ehci-ci.h by Mateusz Kulikowski · 9 years ago
  37. 8c25c25 usb: ehci-mx6: Use shared wait_for_bit by Mateusz Kulikowski · 9 years ago
  38. f0c89d5 imx: usb: ehci-mx6: wait_for_bit to check reg status by Adrian Alonso · 9 years ago
  39. 35554fc imx: usb: ehci-mx6: add usb support for imx7d soc by Adrian Alonso · 9 years ago
  40. 74f0610 imx: usb: ehci-mx6: document board specific functions by Adrian Alonso · 9 years ago
  41. e38ff30 imx: usb: ehci-mx6: reg accessor cleanups by Adrian Alonso · 9 years ago
  42. 229dbba usb:ehci-mx6 add phy mode query function by Peng Fan · 10 years ago
  43. 5546ad0 usb: ehci-mx6: Rename the USB register base address by Ye.Li · 10 years ago
  44. d1a5286 usb: ehci-mx6: add support for otg port by Troy Kisky · 11 years ago
  45. 127efc4 usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init. by Troy Kisky · 11 years ago
  46. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  47. 62db0b3 USB: drop unneeded header in ehci-mx6 by Stefano Babic · 12 years ago
  48. f22e4fa ehci-mx5/6: Make board_ehci_hcd_init() optional by Benoît Thébaudeau · 12 years ago
  49. 676ae06 usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · 12 years ago
  50. af2a35f i.mx: iomux-v3.h: move to imx-common include directory by Troy Kisky · 12 years ago
  51. 3f29d96 USB: ehci-mx6: Fix broken IO access by Wolfgang Grandegger · 12 years ago
  52. 522b2a0 USB: ehci-mx6: Add proper IO accessors by Fabio Estevam · 13 years ago
  53. 3f46752 usb/ehci: Add USB support for the MX6Q by Wolfgang Grandegger · 13 years ago