1. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 6 weeks ago
  2. 209ae76 include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  3. b096740 mmc: Poll CD in case cyclic framework is enabled by Marek Vasut · 3 months ago
  4. 3aa43cc Merge patch series "provide names for emmc hardware partitions" by Tom Rini · 3 months ago
  5. 728cbde mmc: allow use of hardware partition names for mmc partconf by Tim Harvey · 6 months ago
  6. a4e7839 mmc: use an enumerated type to represent PARTITION_CONFIG fields by Tim Harvey · 6 months ago
  7. 4fdfc84 include: Remove duplicate newlines by Marek Vasut · 4 months ago
  8. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  9. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  10. c1edd47 mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig by Tom Rini · 7 months ago
  11. b6e8629 mmc: Add generic tuning flag by Marek Vasut · 9 months ago
  12. 259cc63 mmc: Convert hs400_tuning flag from u8 to bool by Marek Vasut · 9 months ago
  13. dad81fb mmc: Drop unused mmc_send_tuning() cmd_error parameter by Marek Vasut · 9 months ago
  14. f2ceb75 mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPL by Jonas Karlman · 10 months ago
  15. 27abf9f mmc: Introduce mmc_send_stop_transmission() by Hai Pham · 1 year, 5 months ago
  16. c0aadbb mmc: Check support for TRIM operations by Loic Poulain · 1 year, 10 months ago
  17. efdeed6 cmd: mmc: Expand bkops handling by Marek Vasut · 1 year, 11 months ago
  18. 9173548 Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig by Tom Rini · 2 years, 1 month ago
  19. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
  20. 4493cb5 drivers: mmc: write protect single boot area by Ying-Chun Liu (PaulLiu) · 2 years, 7 months ago
  21. 9c32f4f mmc: Add support for wait_dat0 callback by Loic Poulain · 2 years, 6 months ago
  22. f8b4a29 bootstd: mmc: Add a bootdev driver by Simon Glass · 2 years, 7 months ago
  23. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  24. 3fd7aca mmc: unconditionally define mmc_deinit() by Heinrich Schuchardt · 3 years ago
  25. bb5b9fe mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 3 months ago
  26. 7c63962 mmc: mmc_get_op_cond: Allow quiet detection of eMMC by Pali Rohár · 3 years, 4 months ago
  27. ff6bf1f mmc: mmc-uclass: change to static about dm function by Jaehoon Chung · 3 years, 6 months ago
  28. 099814b mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd by Jaehoon Chung · 3 years, 6 months ago
  29. 48ad827 mmc: pwrseq: add mmc-pwrseq file to provide a generic interface by Jaehoon Chung · 3 years, 9 months ago
  30. a463bbe mmc: fix response timeout after switch command by Stefan Bosch · 3 years, 10 months ago
  31. 248a8f0 mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 11 months ago
  32. 0afdfe3 mmc: Define timing macro's by Ashok Reddy Soma · 4 years, 1 month ago
  33. 5347aea mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · 4 years, 3 months ago
  34. 3ed53ac mmc: add a hs400_tuning flag by Yangbo Lu · 4 years, 3 months ago
  35. c46f5d7 mmc: add a reinit() API by Yangbo Lu · 4 years, 3 months ago
  36. d2f487f mmc: Add mmc_dev() by Sean Anderson · 4 years, 2 months ago
  37. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  38. 5a18f87 dm: mmc: Update mmc_get_mmc_dev() to use const * by Simon Glass · 4 years, 8 months ago
  39. 31976d9 mmc: Add option to adjust b_max before long read by Marek Vasut · 4 years, 8 months ago
  40. 75e5a64 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · 4 years, 8 months ago
  41. bf230e1 mmc: export mmc_send_ext_csd() by Heinrich Schuchardt · 4 years, 8 months ago
  42. 1eeadbe mmc: EXT_CSD registers for write protection by Heinrich Schuchardt · 4 years, 8 months ago
  43. 01db77e mmc: Merge SD_LEGACY and MMC_LEGACY bus modes by Faiz Abbas · 4 years, 9 months ago
  44. f6fd4ec mmc: Add a deferred_probe() API by Faiz Abbas · 4 years, 9 months ago
  45. 19a0e72 mmc: Add a saved_clock member by Faiz Abbas · 4 years, 9 months ago
  46. 990246b mmc: make <mmc.h> self-contained by Masahiro Yamada · 4 years, 9 months ago
  47. 63c0ae2 mmc: add mmc_get_dma_dir() helper by Masahiro Yamada · 4 years, 9 months ago
  48. 5ea041b mmc: add additional quirk for APP_CMD retry by Joel Johnson · 4 years, 11 months ago
  49. 6f55833 mmc: add a driver callback for power-cycle by Yann Gautier · 5 years ago
  50. c59b41c spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · 5 years ago
  51. db174c6 mmc: Rename timeout parameters for clarification by Sam Protsenko · 5 years ago
  52. eede83b mmc: support hs400 enhanced strobe mode by Peng Fan · 5 years ago
  53. 9f7793d cmd: Remove mmc_spi command by Anup Patel · 5 years ago
  54. 7f5b169 mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · 5 years ago
  55. 201559c mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · 5 years ago
  56. 4f04a32 mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · 5 years ago
  57. a26ed26 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · 5 years ago
  58. d0bb516 mmc: Read sd card detect properties from DT by T Karthik Reddy · 5 years ago
  59. a4773fc mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · 6 years ago
  60. 43c3cb3 env: fix allow to build multiple environments by Rajesh Bhagat · 6 years ago
  61. d489839 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · 6 years ago
  62. 4680125 mmc: add HS400 support by Peng Fan · 6 years ago
  63. 2663fe4 mmc: break out get_op_cond code to its own function by Jon Nettleton · 6 years ago
  64. 9b22c0f mmc: drop mention of IN_PROGRESS status by Baruch Siach · 6 years ago
  65. 239cb2f mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · 7 years ago
  66. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  67. c64862b mmc: fix bug in mmc_startup_v4() by Jean-Jacques Hiblot · 7 years ago
  68. ba54ab8 mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
  69. c94c547 mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · 7 years ago
  70. 27edffe mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
  71. cb534f0 mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · 7 years ago
  72. 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · 7 years ago
  73. d39be65 dm: mmc: update mmc_of_parse() by Jean-Jacques Hiblot · 7 years ago
  74. 422b294 dm: mmc: Add a library function to parse generic dt binding by Kishon Vijay Abraham I · 7 years ago
  75. 71264bb mmc: add a library function to send tuning command by Jean-Jacques Hiblot · 7 years ago
  76. b6937d6 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · 7 years ago
  77. 07baaa6 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · 7 years ago
  78. 3d30972b mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · 7 years ago
  79. dc030fb mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · 7 years ago
  80. f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · 7 years ago
  81. 210369f mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · 7 years ago
  82. ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · 7 years ago
  83. d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · 7 years ago
  84. 5f23d87 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · 7 years ago
  85. 4afb12b mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · 7 years ago
  86. e178c11 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · 7 years ago
  87. ec34683 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  88. 5b1a4d9 mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  89. 00de504 mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · 7 years ago
  90. a94fb41 mmc: introduce mmc modes by Jean-Jacques Hiblot · 7 years ago
  91. ed9506b mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · 7 years ago
  92. a49ffa1 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · 7 years ago
  93. f54f753 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  94. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  95. 8bf9908 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  96. 828b725 x86: Convert MMC to driver model by Simon Glass · 7 years ago
  97. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  98. 367b3ac Revert "x86: Convert MMC to driver model" by Bin Meng · 7 years ago
  99. e812831 mmc: Change 'part_config' to be a u8 not char. by Tom Rini · 8 years ago
  100. 112e4b8 x86: Convert MMC to driver model by Simon Glass · 8 years ago