1. 34bb7d3 drivers: mmc: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. c0f4bc7 mmc: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. c1edd47 mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig by Tom Rini · 7 months ago
  6. 6853d89 mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops by Ian Roberts · 7 months ago
  7. dad81fb mmc: Drop unused mmc_send_tuning() cmd_error parameter by Marek Vasut · 9 months ago
  8. 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  9. 7ab6500 mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error by Pali Rohár · 2 years, 7 months ago
  10. bdd47f3 Convert CONFIG_ESDHC_DETECT_QUIRK to Kconfig by Tom Rini · 2 years, 5 months ago
  11. 3a672d6 mmc: fsl_esdhc: Add new config option for default fallback mode by Pali Rohár · 2 years, 7 months ago
  12. 39a43b0 mmc: fsl_esdhc: Set fallback mode to 1-bit by Pali Rohár · 2 years, 7 months ago
  13. 6c6cec3 mmc: fsl_esdhc: Define macro ESDHCCTL_SNOOP for Snoop attribute by Pali Rohár · 2 years, 8 months ago
  14. 1822a97 drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver by Stephen Carlson · 3 years, 3 months ago
  15. ff31efc mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common() by Michael Walle · 3 years, 3 months ago
  16. e087cd6 mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT by Yangbo Lu · 3 years, 6 months ago
  17. 7259dc5 mmc: fsl_esdhc: add pulse width detection workaround by Michael Walle · 3 years, 8 months ago
  18. 148dc61 mmc: fsl_esdhc: add workaround for erratum A-011334 by Michael Walle · 3 years, 8 months ago
  19. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  20. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  21. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  22. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  23. 8fbe95b mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · 4 years, 1 month ago
  24. ee2708b mmc: fsl_esdhc: set sysctl register for clock initialization by Yangbo Lu · 4 years, 1 month ago
  25. 081d401 mmc: fsl_esdhc: add ADMA2 support by Michael Walle · 4 years, 1 month ago
  26. bc9e13e mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED() by Michael Walle · 4 years, 1 month ago
  27. bdd413f mmc: fsl_esdhc: simplify esdhc_setup_data() by Michael Walle · 4 years, 2 months ago
  28. c9bba2e mmc: fsl_esdhc: use dma-mapping API by Michael Walle · 4 years, 2 months ago
  29. 4ff0c69 mmc: fsl_esdhc: simplify 64bit check for SDMA transfers by Michael Walle · 4 years, 2 months ago
  30. 9ac60a4 mmc: fsl_esdhc: fix eMMC HS400 stability issue by Yangbo Lu · 4 years, 3 months ago
  31. dd08eea mmc: fsl_esdhc: fix mmc->clock with actual clock by Yangbo Lu · 4 years, 3 months ago
  32. 8f9ace1 mmc: fsl_esdhc: support eMMC HS400 mode by Yangbo Lu · 4 years, 3 months ago
  33. 573859c mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init by Yangbo Lu · 4 years, 3 months ago
  34. 73da9c8 mmc: fsl_esdhc: support tuning for eMMC HS200 by Yangbo Lu · 4 years, 3 months ago
  35. 76c7469 mmc: fsl_esdhc: add a reinit() callback by Yangbo Lu · 4 years, 3 months ago
  36. f9049b2 Move eSDHC adapter card identification to board files by Yangbo Lu · 4 years, 5 months ago
  37. ff98fde Drop global data sdhc_adapter for powerpc by Yangbo Lu · 4 years, 5 months ago
  38. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  39. ce88402 mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issue by Yangbo Lu · 4 years, 6 months ago
  40. 8abc043 mmc: fsl_esdhc: read register once for card inserted status by Yangbo Lu · 4 years, 6 months ago
  41. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  42. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  43. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  44. a6d1f1a mmc: fsl_esdhc: actually enable cache snooping on mpc830x by Rasmus Villemoes · 4 years, 10 months ago
  45. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  46. 1ca7a9f Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usage by Yangbo Lu · 5 years ago
  47. 5ebc07a mmc: fsl_esdhc: drop useless fdt fixup by Yangbo Lu · 5 years ago
  48. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  49. b8626e4 mmc: fsl_esdhc: get clock directly from global data by Yangbo Lu · 5 years ago
  50. 4fc9333 mmc: fsl_esdhc: clean up DM and non-DM code by Yangbo Lu · 5 years ago
  51. f3bcc83 mmc: fsl_esdhc: always check write protect state by Yangbo Lu · 5 years ago
  52. 9fed28d mmc: fsl_esdhc: drop redundant code for non-removable feature by Yangbo Lu · 5 years ago
  53. b64dc8d mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common() by Yangbo Lu · 5 years ago
  54. 501e3a5 mmc: fsl_esdhc: clean up bus width configuration code by Yangbo Lu · 5 years ago
  55. 63267b4 mmc: fsl_esdhc: fix voltage validation by Yangbo Lu · 5 years ago
  56. d17d260 mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init() by Yangbo Lu · 5 years ago
  57. 4ee9b86 mmc: fsl_esdhc: drop i.MX DDR support code by Yangbo Lu · 5 years ago
  58. d385697 mmc: fsl_esdhc: remove redundant DM_MMC checking by Yangbo Lu · 5 years ago
  59. 77f2632 mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC by Yangbo Lu · 5 years ago
  60. 101d3ef mmc: fsl_esdhc: Add emmc hs200 support by Yinbo Zhu · 5 years ago
  61. 62b56b3 mmc: fsl_esdhc: drop i.MX code by Yangbo Lu · 5 years ago
  62. 4cc119b mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled by Yangbo Lu · 6 years ago
  63. 583d5e9 driver: mmc: adopt 32 bit addr in fsl_esdhc for CONFIG_PPC by Yinbo Zhu · 6 years ago
  64. 4bc8601 driver: mmc: set sdhc clock in fsl_esdhc for CONFIG_PPC by Yinbo Zhu · 6 years ago
  65. 2a52183 Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue" by Lukasz Majewski · 6 years ago
  66. e1f4f69 mmc: fsl_esdhc: Fix wp_enable issue by Ye Li · 6 years ago
  67. 56fd85d mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue by Ye Li · 6 years ago
  68. f3a7c24 mmc: fsl_esdhc: Fix DM_REGULATOR ifdefs for SPL builds by Abel Vesa · 6 years ago
  69. 0b0409c Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  70. 3fba961 mmc: fsl_esdhc: add compatible for fsl, imx53-esdhc by Patrick Bruenn · 6 years ago
  71. 520a669 drivers: esdhc: add support for ColdFire mcf5441x family by Angelo Dureghello · 6 years ago
  72. af9d442 mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops by Yinbo Zhu · 6 years ago
  73. 7300ef5 mmc: fsl_esdhc: Avoid infinite loop in esdhc_send_cmd_common() by Fabio Estevam · 6 years ago
  74. 39945c1 imx: rename mx8m,MX8M to imx8m,IMX8M by Peng Fan · 6 years ago
  75. 4c286b7 mmc: fsl_esdhc: add uclass clk support by Peng Fan · 6 years ago
  76. ef6e9ca fsl_esdhc: Update usdhc driver to support i.MX8 by Ye Li · 6 years ago
  77. ddd8d75 mmc: fsl_esdhc: enable HS400 feature by Peng Fan · 6 years ago
  78. 239cb2f mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · 7 years ago
  79. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  80. c414270 mmc: fsl_esdhc: support SDR104 and HS200 by Peng Fan · 7 years ago
  81. b9b4236 mmc: fsl_esdhc: add strobe and tuning entry by Peng Fan · 7 years ago
  82. 3364c4b mmc: fsl_esdhc: support i.MX8M by Peng Fan · 7 years ago
  83. 22464e0 mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clock by Benoît Thébaudeau · 7 years ago
  84. 283620c mmc: fsl_esdhc: Fix eMMC 1.8v setting issue by Peng Fan · 7 years ago
  85. d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · 7 years ago
  86. 2a7b6f5 mmc: fsl_esdhc: Fix PIO timeout by Benoît Thébaudeau · 7 years ago
  87. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  88. b9876e2 dm: imx: cm_fx6: Enable more driver model support by Simon Glass · 7 years ago
  89. 407025d dm: mmc: fsl_esdhc: Update to support MMC operations by Simon Glass · 7 years ago
  90. 80e9df4 dm: mmc: fsl_esdhc: Update to support livetree by Simon Glass · 7 years ago
  91. 5ee3980 dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init() by Simon Glass · 7 years ago
  92. fa02ca5 dm: mmc: fsl_esdhc: Set up platform data by Simon Glass · 7 years ago
  93. 0c3ef22 dm: mmc: fsl_esdhc: Detect init failure by Simon Glass · 7 years ago
  94. 81357b5 dm: mmc: fsl_esdhc: Detect reset failure by Simon Glass · 7 years ago
  95. 6aa55dc dm: mmc: fsl_esdhc: Set up common versions of operations by Simon Glass · 7 years ago
  96. 1d177d4 dm: mmc: fsl_esdhc: Pass private data to internal functions by Simon Glass · 7 years ago
  97. 88610a7 mmc: fsl_esdhc: not always setting esdhc fdt status to okay by Yang Li · 7 years ago
  98. 107a5e4 driver: mmc: fsl_esdhc: Fix compiling warning by York Sun · 7 years ago
  99. 7ecd35e mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT by Peng Fan · 7 years ago
  100. 5eb8b43 dm: mmc: fsl_esdhc: handle vqmmc supply by Peng Fan · 7 years ago