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