1. 50dee4f mmc: Set clock when reverting to safe bus mode by Valentine Barshak · 1 year, 4 months ago
  2. 0ac2cca mmc: Introduce mmc_send_stop_transmission() by Hai Pham · 1 year, 4 months ago
  3. 41a1285 mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add comment by Marek Vasut · 1 year, 4 months ago
  4. 229d689 mmc: fix improper use of memset by Sam Edwards · 1 year, 5 months ago
  5. eeb739a mmc: Check support for TRIM operations by Loic Poulain · 1 year, 9 months ago
  6. 497b7c6 Correct SPL use of MMC_QUIRKS by Simon Glass · 1 year, 9 months ago
  7. cf1f735 cmd: mmc: Expand bkops handling by Marek Vasut · 1 year, 10 months ago
  8. 337af54 mmc: Fix static checker warnings by Venkatesh Yadav Abbarapu · 2 years, 1 month ago
  9. 2349ecf mmc: Do not send status of send_status is false by Marek Vasut · 2 years, 3 months ago
  10. 19a29ff drivers: mmc: write protect single boot area by Ying-Chun Liu (PaulLiu) · 2 years, 6 months ago
  11. d6ad5a0 mmc: Add support for wait_dat0 callback by Loic Poulain · 2 years, 5 months ago
  12. 48467e4 mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUG by Pali Rohár · 2 years, 7 months ago
  13. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  14. 44645f8 mmc: Fix mmc_switch excessive timeout by Kirill Kapranov · 3 years ago
  15. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  16. fb8c2e8 mmc: fix device_remove when HS400_ES is enabled by Ye Li · 3 years, 2 months ago
  17. 3f4e52f mmc: fix switch issue with send_status disabled by Ye Li · 3 years, 2 months ago
  18. 19f7a34 mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 2 months ago
  19. a4c577f mmc: mmc_get_op_cond: Allow quiet detection of eMMC by Pali Rohár · 3 years, 3 months ago
  20. 2153a08 mmc: Check for device with a seq number equal to num before checking against index by Aswath Govindraju · 3 years, 7 months ago
  21. 8e2b0af mmc: fix response timeout after switch command by Stefan Bosch · 3 years, 9 months ago
  22. 52ff04a mmc: initialize an err variable by Jaehoon Chung · 3 years, 11 months ago
  23. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  24. b3dc016 mmc: check a return value about regulator's always-on by Jaehoon Chung · 4 years ago
  25. 5889645 mmc: display an error number to debug by Jaehoon Chung · 4 years ago
  26. da12917 mmc: Add some helper functions for retrying on error by Sean Anderson · 4 years ago
  27. 64dbd86 mmc: Fix comment typo by Naoki Hayama · 4 years ago
  28. 9dc6aef Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years ago
  29. 4dee3f7 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · 4 years, 3 months ago
  30. ef5ab0d mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch by Haibo Chen · 4 years, 1 month ago
  31. d271e10 mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · 4 years, 2 months ago
  32. 8c96880 mmc: add a hs400_tuning flag by Yangbo Lu · 4 years, 2 months ago
  33. 390f9bd mmc: add a reinit() API by Yangbo Lu · 4 years, 2 months ago
  34. 39913ac Move eSDHC adapter card identification to board files by Yangbo Lu · 4 years, 4 months ago
  35. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
  36. 810bc13 mmc: read ssr for SD spi by Pragnesh Patel · 4 years, 4 months ago
  37. 5fdb3c0 Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 4 months ago
  38. f5624b1 mmc: add missing space before comment delimiter by Marcel Ziswiler · 5 years ago
  39. fe95905 mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is ready by Haibo Chen · 4 years, 4 months ago
  40. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  41. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  42. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  43. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  44. 145429a mmc: Add option to adjust b_max before long read by Marek Vasut · 4 years, 7 months ago
  45. 0469d84 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · 4 years, 7 months ago
  46. 1601ea2 mmc: export mmc_send_ext_csd() by Heinrich Schuchardt · 4 years, 7 months ago
  47. e8d5dde mmc: Merge SD_LEGACY and MMC_LEGACY bus modes by Faiz Abbas · 4 years, 8 months ago
  48. 32860bd mmc: Add a deferred_probe() API by Faiz Abbas · 4 years, 8 months ago
  49. 76ca2d1 mmc: remove unneeded forward declarations by Masahiro Yamada · 4 years, 9 months ago
  50. 8adf50e mmc: check the return value of mmc_select_mode_and_width() by Masahiro Yamada · 4 years, 9 months ago
  51. 4af6659 mmc: fix the build error when MMC_WRITE is disabled by Jaehoon Chung · 4 years, 9 months ago
  52. d4a5fa3 mmc: add additional quirk for APP_CMD retry by Joel Johnson · 4 years, 9 months ago
  53. 3602a56 mmc: add a driver callback for power-cycle by Yann Gautier · 5 years ago
  54. 80f0201 spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · 5 years ago
  55. 27084c0 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  56. 6cf8a90 mmc: Rename timeout parameters for clarification by Sam Protsenko · 5 years ago
  57. 116cffe mmc: Fix timeout values passed to mmc_wait_dat0() by Sam Protsenko · 5 years ago
  58. fea3939 mmc: relocate code comment by Baruch Siach · 5 years ago
  59. 44acd49 mmc: support hs400 enhanced strobe mode by Peng Fan · 5 years ago
  60. f49ff79 mmc: skip select_mode_and_width for MMC SPI host by Anup Patel · 5 years ago
  61. 0538477 mmc: retry a few times if a partition switch failed by Jean-Jacques Hiblot · 5 years ago
  62. 9bc5666 mmc: do not change mode when accessing a boot partition by Jean-Jacques Hiblot · 5 years ago
  63. bb98b8c mmc: During a switch, poll on dat0 if available and check the final status by Jean-Jacques Hiblot · 5 years ago
  64. 513e00b mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · 5 years ago
  65. 39320c5 mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · 5 years ago
  66. cd0b80e mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · 5 years ago
  67. 863d100 mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status() by Jean-Jacques Hiblot · 5 years ago
  68. c5bda37 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · 5 years ago
  69. 72119aa mmc: Avoid HS400 mode when accessing boot partitions by Marek Vasut · 5 years ago
  70. 5cf1203 mmc: correct the HS400 initialization process by BOUGH CHEN · 6 years ago
  71. 7d5ccb1 mmc: Align MMC_TRACE with tiny printf by Marek Vasut · 6 years ago
  72. fceea99 mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · 6 years ago
  73. 6892550 mmc: Do not poll using CMD13 when changing timing by Marek Vasut · 6 years ago
  74. b9a2a0e mmc: Add support for downgrading HS200/HS400 to HS mode by Marek Vasut · 6 years ago
  75. eef05fd mmc: bring back partition init for non-DM MMC drivers by Andre Przywara · 6 years ago
  76. cf34576 mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01 by Marek Vasut · 6 years ago
  77. d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  78. 3dd2626 mmc: add HS400 support by Peng Fan · 6 years ago
  79. 6c09eba mmc: break out get_op_cond code to its own function by Jon Nettleton · 6 years ago
  80. 62d77ce mmc: Improve tinification by Marek Vasut · 7 years ago
  81. 36332b6 mmc: Changed the datatype of the variable to handle 64-bit arch by Vipul Kumar · 6 years ago
  82. d2faadb mmc: add the debug message in mmc_set_clock by Jaehoon Chung · 7 years ago
  83. 6511718 mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · 7 years ago
  84. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  85. 0a4c2b0 mmc: fix return value check condition by Peng Fan · 7 years ago
  86. ec360e6 mmc: Staticize sd_select_bus_width by Marek Vasut · 7 years ago
  87. 76584e3 mmc: fix off-by-one bug in mmc_startup_v4() by Alexander Kochetkov · 7 years ago
  88. 8a856db mmc: Drop unnecessary case for mmc_probe() by Faiz Abbas · 7 years ago
  89. 1b313aa mmc: synchronize the sequence with enum bus_mode in mmc.h by Jaehoon Chung · 7 years ago
  90. ace1bed mmc: fix bug in mmc_startup_v4() by Jean-Jacques Hiblot · 7 years ago
  91. a0276f3 mmc: Fix bug in sd_set_card_speed() by Jean-Jacques Hiblot · 7 years ago
  92. d4d6488 mmc: use pr_* log functions by Masahiro Yamada · 7 years ago
  93. 2f516e4 mmc: Poll for broken card detection case by Jun Nie · 7 years ago
  94. c0fafe6 mmc: fix to assign to correct clock value when clock is enabling by Jaehoon Chung · 7 years ago
  95. 9546eb9 mmc: fix the wrong disabling clock by Jaehoon Chung · 7 years ago
  96. b7a6e2c mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
  97. 173c06d mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · 7 years ago
  98. e6fa5a5 mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
  99. 5b2e72f mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · 7 years ago
  100. 58a6fb7 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · 7 years ago