1. 0ac2cca mmc: Introduce mmc_send_stop_transmission() by Hai Pham · 1 year, 4 months ago
  2. eeb739a mmc: Check support for TRIM operations by Loic Poulain · 1 year, 9 months ago
  3. cf1f735 cmd: mmc: Expand bkops handling by Marek Vasut · 1 year, 10 months ago
  4. 75fc79e Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig by Tom Rini · 2 years ago
  5. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  6. 19a29ff drivers: mmc: write protect single boot area by Ying-Chun Liu (PaulLiu) · 2 years, 6 months ago
  7. d6ad5a0 mmc: Add support for wait_dat0 callback by Loic Poulain · 2 years, 5 months ago
  8. b8aa463 bootstd: mmc: Add a bootdev driver by Simon Glass · 2 years, 6 months ago
  9. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  10. a15b2e6 mmc: unconditionally define mmc_deinit() by Heinrich Schuchardt · 2 years, 10 months ago
  11. 19f7a34 mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 2 months ago
  12. a4c577f mmc: mmc_get_op_cond: Allow quiet detection of eMMC by Pali Rohár · 3 years, 3 months ago
  13. d77d61e mmc: mmc-uclass: change to static about dm function by Jaehoon Chung · 3 years, 5 months ago
  14. 2da2335 mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd by Jaehoon Chung · 3 years, 5 months ago
  15. caee38a mmc: pwrseq: add mmc-pwrseq file to provide a generic interface by Jaehoon Chung · 3 years, 8 months ago
  16. 8e2b0af mmc: fix response timeout after switch command by Stefan Bosch · 3 years, 9 months ago
  17. c89c96d mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 9 months ago
  18. 17a42ab mmc: Define timing macro's by Ashok Reddy Soma · 4 years ago
  19. d271e10 mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · 4 years, 2 months ago
  20. 8c96880 mmc: add a hs400_tuning flag by Yangbo Lu · 4 years, 2 months ago
  21. 390f9bd mmc: add a reinit() API by Yangbo Lu · 4 years, 2 months ago
  22. 68fd602 mmc: Add mmc_dev() by Sean Anderson · 4 years, 1 month ago
  23. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago WIP/2020-05-18-reduce-size-of-common.h
  24. 3a905cd dm: mmc: Update mmc_get_mmc_dev() to use const * by Simon Glass · 4 years, 6 months ago
  25. 145429a mmc: Add option to adjust b_max before long read by Marek Vasut · 4 years, 7 months ago
  26. 0469d84 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · 4 years, 7 months ago
  27. 1601ea2 mmc: export mmc_send_ext_csd() by Heinrich Schuchardt · 4 years, 7 months ago
  28. 9abfe33 mmc: EXT_CSD registers for write protection by Heinrich Schuchardt · 4 years, 7 months ago
  29. e8d5dde mmc: Merge SD_LEGACY and MMC_LEGACY bus modes by Faiz Abbas · 4 years, 8 months ago
  30. 32860bd mmc: Add a deferred_probe() API by Faiz Abbas · 4 years, 8 months ago
  31. 0d3c858 mmc: Add a saved_clock member by Faiz Abbas · 4 years, 8 months ago
  32. bd602c5 mmc: make <mmc.h> self-contained by Masahiro Yamada · 4 years, 8 months ago
  33. a7b2b6c mmc: add mmc_get_dma_dir() helper by Masahiro Yamada · 4 years, 8 months ago
  34. d4a5fa3 mmc: add additional quirk for APP_CMD retry by Joel Johnson · 4 years, 9 months ago
  35. 3602a56 mmc: add a driver callback for power-cycle by Yann Gautier · 5 years ago
  36. 80f0201 spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · 5 years ago
  37. 6cf8a90 mmc: Rename timeout parameters for clarification by Sam Protsenko · 5 years ago
  38. 44acd49 mmc: support hs400 enhanced strobe mode by Peng Fan · 5 years ago
  39. a897269 cmd: Remove mmc_spi command by Anup Patel · 5 years ago
  40. 513e00b mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · 5 years ago
  41. 39320c5 mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · 5 years ago
  42. cd0b80e mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · 5 years ago
  43. c5bda37 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · 5 years ago
  44. 86a94e7 mmc: Read sd card detect properties from DT by T Karthik Reddy · 5 years ago
  45. fceea99 mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · 6 years ago
  46. 43d17c4 env: fix allow to build multiple environments by Rajesh Bhagat · 6 years ago
  47. 4853ad3 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · 6 years ago
  48. 3dd2626 mmc: add HS400 support by Peng Fan · 6 years ago
  49. 6c09eba mmc: break out get_op_cond code to its own function by Jon Nettleton · 6 years ago
  50. 31d9500 mmc: drop mention of IN_PROGRESS status by Baruch Siach · 6 years ago
  51. 6511718 mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · 7 years ago
  52. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  53. ace1bed mmc: fix bug in mmc_startup_v4() by Jean-Jacques Hiblot · 7 years ago
  54. b7a6e2c mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
  55. 173c06d mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · 7 years ago
  56. e6fa5a5 mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
  57. 5b2e72f mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · 7 years ago
  58. f99c2ef mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · 7 years ago
  59. 7abff2c dm: mmc: update mmc_of_parse() by Jean-Jacques Hiblot · 7 years ago
  60. 9215ef5 dm: mmc: Add a library function to parse generic dt binding by Kishon Vijay Abraham I · 7 years ago
  61. 9815e3b mmc: add a library function to send tuning command by Jean-Jacques Hiblot · 7 years ago
  62. bc1e327 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · 7 years ago
  63. 83dc422 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · 7 years ago
  64. 01298da mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · 7 years ago
  65. 04a2ea2 mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · 7 years ago
  66. c10b85d mmc: Add support for UHS modes by Jean-Jacques Hiblot · 7 years ago
  67. 634d484 mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · 7 years ago
  68. ec84120 mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · 7 years ago
  69. 35f6782 mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · 7 years ago
  70. 318a7a5 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · 7 years ago
  71. aff5d3c mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · 7 years ago
  72. 2a4d212 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · 7 years ago
  73. 3862b85 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  74. d0c221f mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  75. 4c9d2aa mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · 7 years ago
  76. 35f9e19 mmc: introduce mmc modes by Jean-Jacques Hiblot · 7 years ago
  77. dfda9d8 mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · 7 years ago
  78. 06ec045 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · 7 years ago
  79. bdb6099 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  80. e7881d8 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  81. 07d7783 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  82. b7c6bae x86: Convert MMC to driver model by Simon Glass · 7 years ago
  83. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  84. da2364c Revert "x86: Convert MMC to driver model" by Bin Meng · 7 years ago
  85. 7ca0d3d mmc: Change 'part_config' to be a u8 not char. by Tom Rini · 7 years ago
  86. ddb3ac3 x86: Convert MMC to driver model by Simon Glass · 8 years ago
  87. 07b0b9c mmc: change the set_ios return type from void to int by Jaehoon Chung · 8 years ago
  88. b5b838f mmc: Tinification of the mmc code by Marek Vasut · 8 years ago
  89. cd3d488 mmc: add bkops-enable command by Tomas Melin · 8 years ago
  90. 3697e59 mmc: sd: extracting erase related information from sd status by Peng Fan · 8 years ago
  91. 915ffa5 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  92. 46683f3 mmc-uclass: correct the device number by Kever Yang · 8 years ago
  93. 8ca51e5 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · 8 years ago
  94. 1a3619c mmc: add MMC_VERSION_5_1 by Stefan Wahren · 8 years ago
  95. 9cf7b1a mmc: Drop dead mmc code for non-generic MMC by Simon Glass · 8 years ago
  96. e98dd20 mmc: Drop mmc_register() by Simon Glass · 8 years ago
  97. 33fb211 dm: mmc: Add support for driver-model block devices by Simon Glass · 8 years ago
  98. ad27dd5 dm: mmc: Add a way to bind MMC devices with driver model by Simon Glass · 8 years ago
  99. cffe5d8 dm: mmc: Set up the device pointer when using the MMC uclass by Simon Glass · 8 years ago
  100. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago