1. 6e54381 mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bit by Kishon Vijay Abraham I · Thu Sep 21 16:51:36 2017 +0200
  2. 316e7ae mmc: omap_hsmmc: Enable Auto command (CMD12) enable by Kishon Vijay Abraham I · Thu Sep 21 16:51:35 2017 +0200
  3. 826be2a mmc: omap_hsmmc: Add support for DMA (ADMA2) by Kishon Vijay Abraham I · Thu Sep 21 16:51:34 2017 +0200
  4. 3d45bb4 Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT" by Jean-Jacques Hiblot · Thu Sep 21 16:51:32 2017 +0200
  5. 283620c mmc: fsl_esdhc: Fix eMMC 1.8v setting issue by Peng Fan · Tue Jan 02 16:51:22 2018 +0800
  6. ba54ab8 mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · Thu Jan 04 15:23:36 2018 +0100
  7. c94c547 mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · Thu Jan 04 15:23:35 2018 +0100
  8. 27edffe mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:34 2018 +0100
  9. cb534f0 mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:33 2018 +0100
  10. d053167 mmc: add a Kconfig option to enable the support for MMC write operations by Jean-Jacques Hiblot · Thu Jan 04 15:23:32 2018 +0100
  11. fa6c577 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · Thu Jan 04 15:23:31 2018 +0100
  12. 74c98b2 mmc: compile out more code if support for UHS and HS200 is not enabled by Jean-Jacques Hiblot · Thu Jan 04 15:23:30 2018 +0100
  13. dcfb625 mmc: atmel: when sending a data command, use the provided block size by Jean-Jacques Hiblot · Thu Jan 04 15:23:29 2018 +0100
  14. ef72fd3 dm: mmc: sandbox: Update SD card emulation by Jean-Jacques Hiblot · Thu Dec 14 11:47:14 2017 +0100
  15. 1d7769a mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · Thu Nov 30 17:44:02 2017 +0100
  16. 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · Thu Nov 30 17:44:01 2017 +0100
  17. 678b608 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · Thu Nov 30 17:44:00 2017 +0100
  18. 06976eb mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · Thu Nov 30 17:43:59 2017 +0100
  19. 7ab1b62 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · Thu Nov 30 17:43:58 2017 +0100
  20. d7e5e03 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · Thu Nov 30 17:43:57 2017 +0100
  21. 3f2ffc2 mmc: Fixed a problem with old sd or mmc that do not support High speed by Jean-Jacques Hiblot · Thu Nov 30 17:43:56 2017 +0100
  22. d39be65 dm: mmc: update mmc_of_parse() by Jean-Jacques Hiblot · Thu Nov 30 17:43:55 2017 +0100
  23. 93c31d1 mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · Thu Nov 30 17:43:54 2017 +0100
  24. f36bb2c mmc: meson_gx_mmc: fix the complie error by Jaehoon Chung · Mon Nov 27 18:42:05 2017 +0900
  25. 422b294 dm: mmc: Add a library function to parse generic dt binding by Kishon Vijay Abraham I · Thu Sep 21 16:30:13 2017 +0200
  26. 71264bb mmc: add a library function to send tuning command by Jean-Jacques Hiblot · Thu Sep 21 16:30:12 2017 +0200
  27. b6937d6 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:11 2017 +0200
  28. 07baaa6 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · Thu Sep 21 16:30:10 2017 +0200
  29. 3d30972b mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · Thu Sep 21 16:30:09 2017 +0200
  30. dc030fb mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · Thu Sep 21 16:30:08 2017 +0200
  31. f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:07 2017 +0200
  32. 210369f mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · Thu Sep 21 16:30:06 2017 +0200
  33. ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · Thu Sep 21 16:30:05 2017 +0200
  34. aa434c5 mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · Thu Sep 21 16:30:04 2017 +0200
  35. d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · Thu Sep 21 16:30:03 2017 +0200
  36. 80b87e1 mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:02 2017 +0200
  37. 5f23d87 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · Thu Sep 21 16:30:01 2017 +0200
  38. 4afb12b mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:00 2017 +0200
  39. e178c11 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · Thu Sep 21 16:29:59 2017 +0200
  40. ec34683 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:58 2017 +0200
  41. 5b1a4d9 mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:57 2017 +0200
  42. 7842231 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · Thu Sep 21 16:29:55 2017 +0200
  43. 00de504 mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · Thu Sep 21 16:29:54 2017 +0200
  44. a94fb41 mmc: introduce mmc modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:53 2017 +0200
  45. 933d126 mmc: add a function to read and test the ext csd (mmc >= 4) by Jean-Jacques Hiblot · Thu Sep 21 16:29:52 2017 +0200
  46. ed9506b mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · Thu Sep 21 16:29:51 2017 +0200
  47. e84459c mmc: move the MMC startup for version above v4.0 in a separate function by Jean-Jacques Hiblot · Thu Sep 21 16:29:50 2017 +0200
  48. 31e7cf3 mmc: split mmc_startup() by Jean-Jacques Hiblot · Thu Sep 21 16:29:49 2017 +0200
  49. a49ffa1 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · Thu Sep 21 16:29:48 2017 +0200
  50. 730636b mmc: sdhci: do not compare pointer to 0 by Heinrich Schuchardt · Fri Nov 10 21:13:34 2017 +0100
  51. 65da8be mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT by Jorge Ramirez-Ortiz · Thu Nov 02 15:10:21 2017 +0100
  52. 419eed2 mmc: sanitize includes for DM i2c by Felix Brack · Wed Oct 11 17:05:28 2017 +0200
  53. e178c62 drivers: mmc: Avoid memory leak in case of failure by Suniel Mahesh · Thu Oct 05 11:48:56 2017 +0530
  54. 2f423da drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro by Suniel Mahesh · Thu Oct 05 11:32:00 2017 +0530
  55. 0d1f3fb mmc: uniphier-sd: Add R8A77995 D3 compatible by Marek Vasut · Sat Oct 21 11:33:20 2017 +0200
  56. fc1123d mmc: uniphier-sd: Add R8A77970 V3M compatible by Marek Vasut · Sat Oct 21 11:31:57 2017 +0200
  57. e5a07b8 mmc: atmel_sdhci: not on capabilities to set gck rate by Ludovic Desroches · Fri Nov 17 14:51:27 2017 +0800
  58. 16e8cfe nds32: ftsdc010: Fix SD detech fail on AE3XX. by Rick Chen · Fri Aug 25 14:03:00 2017 +0800
  59. 22223f0 nds32: ftsdc010: fix wait status error coding. by Rick Chen · Fri Aug 25 14:02:13 2017 +0800
  60. f7a4adb nds32: ftsdc010: Support ftsdc010 DM. by Rick Chen · Mon Aug 28 16:44:11 2017 +0800
  61. cbb5297 nds32: mmc: Support ftsdc010 DM. by Rick Chen · Tue Nov 14 14:47:09 2017 +0800
  62. c8e7bd6 mmc: arm_pl180_mmci: add .getcd callback by Patrice Chotard · Mon Oct 23 10:57:34 2017 +0200
  63. 879dbab mmc: arm_pl180_mmci: add clock support by Patrice Chotard · Mon Oct 23 10:57:33 2017 +0200
  64. 45fc9e6 mmc: arm_pl180_mmci: add bus_width DT property support by Patrice Chotard · Mon Oct 23 10:57:32 2017 +0200
  65. fcce420 mmc: arm_pl180_mmci: adapt driver to DM usage by Patrice Chotard · Mon Oct 23 10:57:31 2017 +0200
  66. 2a392fe mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototype by Patrice Chotard · Mon Oct 23 10:57:30 2017 +0200
  67. 2a7b6f5 mmc: fsl_esdhc: Fix PIO timeout by Benoît Thébaudeau · Sun Oct 29 22:08:58 2017 +0100
  68. 789ee0e stm32: fix STMicroelectronics copyright by Patrice Chotard · Mon Oct 23 09:53:58 2017 +0200
  69. 9e21624 sti: fix STMicroelectronics copyright by Patrice Chotard · Mon Oct 23 09:53:57 2017 +0200
  70. c9ab62c mmc: stm32_sdmmc2: increase polling status register delay by Christophe Kerello · Mon Oct 09 17:02:28 2017 +0200
  71. 4cb0ac9 dm: mmc: remove DM_MMC_OPS for STM32_SDMMC by Patrice Chotard · Tue Oct 03 15:54:58 2017 +0200
  72. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  73. a1c702b mmc: sdhci-cadence: set timing mode register depending on frequency by Masahiro Yamada · Thu Sep 28 21:13:10 2017 +0900
  74. 10f0c3c mmc: uniphier-sd: Add vqmmc regulator support by Marek Vasut · Fri Sep 15 21:10:54 2017 +0200
  75. 2f4b7a6 mmc: uniphier-sd: Update the file to match V3 patchset by Marek Vasut · Tue Sep 26 20:05:34 2017 +0200
  76. ae19b81 mmc: Add MMC support for stm32h7 Socs by Patrice Chotard · Mon Sep 04 17:56:22 2017 +0200
  77. 607c24b Merge git://git.denx.de/u-boot-mmc by Tom Rini · Mon Sep 25 17:28:16 2017 -0400
  78. 4612bdd regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1 by Jean-Jacques Hiblot · Thu Sep 21 17:03:10 2017 +0200
  79. 847ee0c mmc: uniphier-sd: Add support for R8A7795 and R7A7796 by Marek Vasut · Fri Jul 21 23:24:36 2017 +0200
  80. cd36d41 mmc: uniphier-sd: Add support for quirks by Marek Vasut · Fri Jul 21 23:24:35 2017 +0200
  81. af63389 mmc: uniphier-sd: Add support for 64bit FIFO by Marek Vasut · Fri Jul 21 23:24:34 2017 +0200
  82. f4edfd0 mmc: uniphier-sd: Add support for 64bit controller by Marek Vasut · Fri Jul 21 23:24:33 2017 +0200
  83. a965bba mmc: uniphier-sd: Factor out register IO by Marek Vasut · Fri Jul 21 23:24:32 2017 +0200
  84. 36904ad mmc: sti_sdhci: Use reset framework by Patrice Chotard · Tue Sep 05 11:04:20 2017 +0200
  85. 1b888b8 mmc: sti_sdhci: Rework sti_mmc_core_config() by Patrice Chotard · Tue Sep 05 11:04:18 2017 +0200
  86. d94bcb1 rockchip: sdhci: update reg map for of-platdata by Kever Yang · Thu Sep 07 11:20:50 2017 +0800
  87. dbb2828 rockchip: sdhci: Convert to livetree by Philipp Tomsich · Mon Sep 11 22:04:21 2017 +0200
  88. ff78881 rockchip: mmc: convert to livetree by Philipp Tomsich · Mon Sep 11 22:04:15 2017 +0200
  89. ef205ea dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · Sat Aug 26 00:50:17 2017 +0900
  90. e76f006 mmc: sunxi: Only update timing mode bit when enabling new timing mode by Chen-Yu Tsai · Thu Aug 31 21:57:48 2017 +0800
  91. 0cc228e mmc: sunxi: fix legacy MMC initialisation by Maxime Ripard · Wed Aug 23 13:41:33 2017 +0200
  92. 95e3470 mmc: sunxi: Support new mode by Maxime Ripard · Wed Aug 23 12:03:41 2017 +0200
  93. 77520f8 mmc: Support generic PCI SD host controller by Bin Meng · Wed Aug 09 00:21:00 2017 -0700
  94. f54f753 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · Tue Aug 01 14:27:10 2017 +0200
  95. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · Sat Jul 29 11:35:31 2017 -0600
  96. 9db9688 dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS by Simon Glass · Sat Jul 29 11:35:30 2017 -0600
  97. b9876e2 dm: imx: cm_fx6: Enable more driver model support by Simon Glass · Sat Jul 29 11:35:28 2017 -0600
  98. 407025d dm: mmc: fsl_esdhc: Update to support MMC operations by Simon Glass · Sat Jul 29 11:35:24 2017 -0600
  99. 80e9df4 dm: mmc: fsl_esdhc: Update to support livetree by Simon Glass · Sat Jul 29 11:35:23 2017 -0600
  100. 5ee3980 dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init() by Simon Glass · Sat Jul 29 11:35:22 2017 -0600