1. 9c3e926 mmc: Log the error when init fails by Simon Glass · Fri Sep 20 09:24:38 2024 +0200
  2. 10f9def mmc: Change the frequency to MMC_HS_52 when selecting hs400 by Venkatesh Yadav Abbarapu · Tue Apr 23 11:00:57 2024 +0530
  3. 3aa43cc Merge patch series "provide names for emmc hardware partitions" by Tom Rini · Thu Sep 05 12:13:24 2024 -0600
  4. 728cbde mmc: allow use of hardware partition names for mmc partconf by Tim Harvey · Fri May 31 08:36:34 2024 -0700
  5. 367e385 mmc: Use logging instead of pr_err() by Simon Glass · Thu Aug 22 07:54:55 2024 -0600
  6. 34bb7d3 drivers: mmc: Remove duplicate newlines by Marek Vasut · Sat Jul 20 14:40:43 2024 +0200
  7. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  8. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  9. c0f4bc7 mmc: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:30:59 2024 -0600
  10. c1edd47 mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig by Tom Rini · Wed May 01 19:30:18 2024 -0600
  11. 67c77f9 mmc: Unconditionally call mmc_deinit() by Marek Vasut · Sun Mar 17 04:01:22 2024 +0100
  12. 259cc63 mmc: Convert hs400_tuning flag from u8 to bool by Marek Vasut · Sat Feb 24 23:32:09 2024 +0100
  13. dad81fb mmc: Drop unused mmc_send_tuning() cmd_error parameter by Marek Vasut · Tue Feb 20 09:36:23 2024 +0100
  14. 82479d4 mmc: Avoid buffer overrun in mmc_startup() by Heinrich Schuchardt · Thu Jan 04 04:49:42 2024 +0100
  15. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  16. 0f28e18 mmc: Use regulator_set_enable_if_allowed by Jonas Karlman · Wed Jul 19 21:20:59 2023 +0000
  17. 29f8d07 mmc: Set clock when reverting to safe bus mode by Valentine Barshak · Sat Jun 10 13:22:33 2023 +0200
  18. 27abf9f mmc: Introduce mmc_send_stop_transmission() by Hai Pham · Tue Jun 20 00:38:24 2023 +0200
  19. 61a6a2e mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add comment by Marek Vasut · Tue Jun 20 00:38:23 2023 +0200
  20. ed8339f mmc: fix improper use of memset by Sam Edwards · Thu May 18 13:47:07 2023 -0600
  21. c0aadbb mmc: Check support for TRIM operations by Loic Poulain · Thu Jan 26 10:24:17 2023 +0100
  22. 68f3ced Correct SPL use of MMC_QUIRKS by Simon Glass · Sun Feb 05 15:40:16 2023 -0700
  23. efdeed6 cmd: mmc: Expand bkops handling by Marek Vasut · Thu Jan 05 15:19:08 2023 +0100
  24. 6738fcb mmc: Fix static checker warnings by Venkatesh Yadav Abbarapu · Thu Sep 29 10:22:49 2022 +0530
  25. 946e06f mmc: Do not send status of send_status is false by Marek Vasut · Fri Jul 15 01:58:24 2022 +0200
  26. 4493cb5 drivers: mmc: write protect single boot area by Ying-Chun Liu (PaulLiu) · Mon Apr 25 21:59:02 2022 +0800
  27. 9c32f4f mmc: Add support for wait_dat0 callback by Loic Poulain · Thu May 26 16:37:21 2022 +0200
  28. 377ecee mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUG by Pali Rohár · Sun Apr 03 00:20:10 2022 +0200
  29. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  30. cd9ea64 mmc: Fix mmc_switch excessive timeout by Kirill Kapranov · Sat Oct 09 23:49:59 2021 +0300
  31. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  32. 3679e80 mmc: fix device_remove when HS400_ES is enabled by Ye Li · Tue Aug 17 17:20:34 2021 +0800
  33. 99b0d2e mmc: fix switch issue with send_status disabled by Ye Li · Tue Aug 17 17:20:33 2021 +0800
  34. bb5b9fe mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · Fri Aug 13 23:04:41 2021 +0530
  35. 7c63962 mmc: mmc_get_op_cond: Allow quiet detection of eMMC by Pali Rohár · Wed Jul 14 16:37:29 2021 +0200
  36. 57e2ccb mmc: Check for device with a seq number equal to num before checking against index by Aswath Govindraju · Thu Mar 25 12:48:47 2021 +0530
  37. a463bbe mmc: fix response timeout after switch command by Stefan Bosch · Sat Jan 23 13:37:41 2021 +0100
  38. 6b3431c mmc: initialize an err variable by Jaehoon Chung · Fri Dec 04 06:36:00 2020 +0900
  39. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  40. c71c95c mmc: check a return value about regulator's always-on by Jaehoon Chung · Fri Nov 06 20:30:41 2020 +0900
  41. ad9f7ce mmc: display an error number to debug by Jaehoon Chung · Tue Nov 17 07:04:59 2020 +0900
  42. 8632509 mmc: Add some helper functions for retrying on error by Sean Anderson · Sat Oct 17 08:36:27 2020 -0400
  43. 3110dcb mmc: Fix comment typo by Naoki Hayama · Mon Oct 12 18:35:22 2020 +0900
  44. 53a55a1 Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Thu Oct 15 08:20:42 2020 -0400
  45. 49fee03 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · Tue Aug 04 10:05:46 2020 +0100
  46. d8de5e4 mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch by Haibo Chen · Tue Sep 22 18:11:42 2020 +0800
  47. 5347aea mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · Tue Sep 01 16:58:04 2020 +0800
  48. 3ed53ac mmc: add a hs400_tuning flag by Yangbo Lu · Tue Sep 01 16:58:03 2020 +0800
  49. c46f5d7 mmc: add a reinit() API by Yangbo Lu · Tue Sep 01 16:57:59 2020 +0800
  50. f9049b2 Move eSDHC adapter card identification to board files by Yangbo Lu · Wed Jun 17 18:08:58 2020 +0800
  51. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  52. a01f57e mmc: read ssr for SD spi by Pragnesh Patel · Mon Jun 29 15:17:26 2020 +0530
  53. d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · Tue Jun 30 11:43:18 2020 -0400
  54. b2b7fc8 mmc: add missing space before comment delimiter by Marcel Ziswiler · Mon May 20 02:44:53 2019 +0200
  55. 7194951 mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is ready by Haibo Chen · Mon Jun 15 17:18:12 2020 +0800
  56. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  57. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  58. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  59. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  60. 31976d9 mmc: Add option to adjust b_max before long read by Marek Vasut · Sat Apr 04 12:45:05 2020 +0200
  61. 75e5a64 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · Mon Mar 30 07:24:19 2020 +0200
  62. bf230e1 mmc: export mmc_send_ext_csd() by Heinrich Schuchardt · Mon Mar 30 07:24:17 2020 +0200
  63. 01db77e mmc: Merge SD_LEGACY and MMC_LEGACY bus modes by Faiz Abbas · Wed Feb 26 13:44:32 2020 +0530
  64. f6fd4ec mmc: Add a deferred_probe() API by Faiz Abbas · Wed Feb 26 13:44:30 2020 +0530
  65. bd9bb2b mmc: remove unneeded forward declarations by Masahiro Yamada · Thu Jan 23 15:54:01 2020 +0900
  66. bf1f25c mmc: check the return value of mmc_select_mode_and_width() by Masahiro Yamada · Thu Jan 23 14:31:12 2020 +0900
  67. 58b9eb8 mmc: fix the build error when MMC_WRITE is disabled by Jaehoon Chung · Fri Jan 17 15:06:54 2020 +0900
  68. 5ea041b mmc: add additional quirk for APP_CMD retry by Joel Johnson · Sat Jan 11 09:08:14 2020 -0700
  69. 6f55833 mmc: add a driver callback for power-cycle by Yann Gautier · Thu Sep 19 17:56:12 2019 +0200
  70. c59b41c spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · Mon Sep 09 14:40:36 2019 +0530
  71. 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · Wed Sep 25 08:56:27 2019 -0600
  72. db174c6 mmc: Rename timeout parameters for clarification by Sam Protsenko · Wed Aug 14 22:52:51 2019 +0300
  73. 6962be8 mmc: Fix timeout values passed to mmc_wait_dat0() by Sam Protsenko · Wed Aug 14 22:52:50 2019 +0300
  74. 0448ce6 mmc: relocate code comment by Baruch Siach · Mon Jul 22 15:52:12 2019 +0300
  75. eede83b mmc: support hs400 enhanced strobe mode by Peng Fan · Wed Jul 10 14:43:07 2019 +0800
  76. d9c92c7 mmc: skip select_mode_and_width for MMC SPI host by Anup Patel · Mon Jul 08 04:10:43 2019 +0000
  77. faf5c95 mmc: retry a few times if a partition switch failed by Jean-Jacques Hiblot · Tue Jul 02 10:53:58 2019 +0200
  78. e8a626d mmc: do not change mode when accessing a boot partition by Jean-Jacques Hiblot · Tue Jul 02 10:53:57 2019 +0200
  79. 5a7cf40 mmc: During a switch, poll on dat0 if available and check the final status by Jean-Jacques Hiblot · Tue Jul 02 10:53:56 2019 +0200
  80. 7f5b169 mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · Tue Jul 02 10:53:55 2019 +0200
  81. 201559c mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · Tue Jul 02 10:53:54 2019 +0200
  82. 4f04a32 mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · Tue Jul 02 10:53:53 2019 +0200
  83. 443edbe mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status() by Jean-Jacques Hiblot · Tue Jul 02 10:53:52 2019 +0200
  84. a26ed26 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · Tue Jul 02 10:53:50 2019 +0200
  85. 9e3d7b6 mmc: Avoid HS400 mode when accessing boot partitions by Marek Vasut · Fri May 31 15:22:44 2019 +0200
  86. 8702bbc mmc: correct the HS400 initialization process by BOUGH CHEN · Tue Mar 26 06:24:17 2019 +0000
  87. 6eeee30 mmc: Align MMC_TRACE with tiny printf by Marek Vasut · Sat Mar 23 18:54:45 2019 +0100
  88. a4773fc mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · Tue Jan 29 04:45:51 2019 +0100
  89. 8a96647 mmc: Do not poll using CMD13 when changing timing by Marek Vasut · Wed Feb 06 11:34:27 2019 +0100
  90. 111572f mmc: Add support for downgrading HS200/HS400 to HS mode by Marek Vasut · Thu Jan 03 21:19:24 2019 +0100
  91. 1779804 mmc: bring back partition init for non-DM MMC drivers by Andre Przywara · Mon Dec 17 10:05:45 2018 +0000
  92. 4105e97 mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01 by Marek Vasut · Sun Nov 18 03:25:08 2018 +0100
  93. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · Mon Oct 15 02:21:07 2018 -0700
  94. 4680125 mmc: add HS400 support by Peng Fan · Fri Aug 10 14:07:54 2018 +0800
  95. 2663fe4 mmc: break out get_op_cond code to its own function by Jon Nettleton · Mon Jun 11 15:26:19 2018 +0300
  96. a318a7a mmc: Improve tinification by Marek Vasut · Sun Apr 15 00:37:11 2018 +0200
  97. dbad7b4 mmc: Changed the datatype of the variable to handle 64-bit arch by Vipul Kumar · Thu May 03 12:20:54 2018 +0530
  98. c8477d6 mmc: add the debug message in mmc_set_clock by Jaehoon Chung · Fri Jan 26 19:25:30 2018 +0900
  99. 239cb2f mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · Fri Jan 26 19:25:29 2018 +0900
  100. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400