1. 5a18f87 dm: mmc: Update mmc_get_mmc_dev() to use const * by Simon Glass · Wed Apr 08 08:33:00 2020 -0600
  2. 31976d9 mmc: Add option to adjust b_max before long read by Marek Vasut · Sat Apr 04 12:45:05 2020 +0200
  3. f6fd4ec mmc: Add a deferred_probe() API by Faiz Abbas · Wed Feb 26 13:44:30 2020 +0530
  4. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  5. 6f55833 mmc: add a driver callback for power-cycle by Yann Gautier · Thu Sep 19 17:56:12 2019 +0200
  6. db174c6 mmc: Rename timeout parameters for clarification by Sam Protsenko · Wed Aug 14 22:52:51 2019 +0300
  7. 44ea81f dm: mmc: remove unused U_BOOT_DRIVER(mmc) by Andy Yan · Fri May 31 15:44:39 2019 +0800
  8. 90fdc3e mmc: invalidate block cache after hwpart switched successfully by developer · Tue Aug 27 15:32:19 2019 +0800
  9. b01c773 mmc: Parse no-1-8-v DT property by Peng Fan · Wed Jul 10 09:35:20 2019 +0000
  10. fb96879 mmc: Parse HS400 Enhanced strobe DT properties by Peng Fan · Wed Jul 10 09:35:18 2019 +0000
  11. eede83b mmc: support hs400 enhanced strobe mode by Peng Fan · Wed Jul 10 14:43:07 2019 +0800
  12. 4f04a32 mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · Tue Jul 02 10:53:53 2019 +0200
  13. 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
  14. d0bb516 mmc: Read sd card detect properties from DT by T Karthik Reddy · Tue Jun 25 13:39:02 2019 +0200
  15. a4773fc mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · Tue Jan 29 04:45:51 2019 +0100
  16. b22a11a mmc: Parse HS400 DT properties by Marek Vasut · Wed Jun 13 06:50:16 2018 +0200
  17. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  18. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  19. 57b12d8 mmc: let mmc_of_parse() fail for insane bus-width value by Masahiro Yamada · Sat Dec 30 02:00:07 2017 +0900
  20. 191cd13 mmc: do not overwrite cfg->f_max if "max-frequency" if missing by Masahiro Yamada · Sat Dec 30 02:00:06 2017 +0900
  21. 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
  22. 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · Thu Nov 30 17:44:01 2017 +0100
  23. d39be65 dm: mmc: update mmc_of_parse() by Jean-Jacques Hiblot · Thu Nov 30 17:43:55 2017 +0100
  24. 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
  25. f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:07 2017 +0200
  26. ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · Thu Sep 21 16:30:05 2017 +0200
  27. 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
  28. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · Sat Jul 29 11:35:31 2017 -0600
  29. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · Tue Jul 04 13:31:19 2017 -0600
  30. bcad604 dm: mmc: Avoid probing block devices in find_mmc_device() by Simon Glass · Sat May 27 11:37:19 2017 -0600
  31. 6f4187c dm: mmc: Convert uclass to livetree by Simon Glass · Thu May 18 20:09:36 2017 -0600
  32. e11b239 dm: mmc: Rewrite mmc_blk_probe() by Simon Glass · Sun Apr 23 20:02:10 2017 -0600
  33. 9e720b0 dm: mmc: Check that drivers have operations by Simon Glass · Sun Apr 23 20:02:09 2017 -0600
  34. 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · Wed May 17 17:18:09 2017 -0600
  35. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · Mon Mar 20 12:51:48 2017 +0100
  36. 7cdbe50 mmc: init mmc block devices on probe by Fiach Antaw · Wed Jan 25 19:00:24 2017 +1000
  37. 2910da8 mmc: mmc-uclass: use the fixed devnum with alias node by Jaehoon Chung · Thu Feb 02 13:41:14 2017 +0900
  38. a6f07e5 mmc: refactor two core functions by Masahiro Yamada · Fri Oct 14 00:13:18 2016 +0900
  39. fcc53c1 dm: mmc: Support erase by Simon Glass · Sat Oct 01 14:43:17 2016 -0600
  40. 77d747e mmc: display mmc list information like mmc_legacy type by Xu Ziyuan · Sat Jul 23 11:11:22 2016 +0800
  41. 3845660 mmc-uclass: correct the device number by Kever Yang · Fri Jul 22 17:22:50 2016 +0800
  42. 394dfc0 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · Sun Jun 12 23:30:22 2016 -0600
  43. 2f1ea90 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · Sun Jun 12 23:30:16 2016 -0600
  44. 4bca666 dm: mmc: Implement the MMC functions for block devices by Simon Glass · Sun May 01 13:52:39 2016 -0600
  45. 1e8eb1b dm: mmc: Add an MMC uclass by Simon Glass · Tue Jun 23 15:38:48 2015 -0600