1. 3a2cb96e5 dm: mmc: Use bootdev_setup_sibling_blk() by Simon Glass · 1 year, 9 months ago
  2. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 1 month ago
  3. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  4. b8aa463 bootstd: mmc: Add a bootdev driver by Simon Glass · 2 years, 6 months ago
  5. c822c1a mmc: call device_probe() after scanning by AKASHI Takahiro · 2 years, 8 months ago
  6. ce34a66 mmc: Allow for children other than the block device by Simon Glass · 3 years ago
  7. 19f7a34 mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 2 months ago
  8. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 6 months ago
  9. d77d61e mmc: mmc-uclass: change to static about dm function by Jaehoon Chung · 3 years, 5 months ago
  10. 2243d19 mmc: mmc-uclass: Use dev_seq() to read aliases node's index by Aswath Govindraju · 3 years, 7 months ago
  11. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  12. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  13. f80b8ac mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed" by Alexandru Gagniuc · 4 years, 1 month ago
  14. d271e10 mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · 4 years, 2 months ago
  15. 390f9bd mmc: add a reinit() API by Yangbo Lu · 4 years, 2 months ago
  16. 39913ac Move eSDHC adapter card identification to board files by Yangbo Lu · 4 years, 4 months ago
  17. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  18. 3a905cd dm: mmc: Update mmc_get_mmc_dev() to use const * by Simon Glass · 4 years, 6 months ago
  19. 145429a mmc: Add option to adjust b_max before long read by Marek Vasut · 4 years, 7 months ago
  20. 32860bd mmc: Add a deferred_probe() API by Faiz Abbas · 4 years, 8 months ago
  21. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  22. 3602a56 mmc: add a driver callback for power-cycle by Yann Gautier · 5 years ago
  23. 6cf8a90 mmc: Rename timeout parameters for clarification by Sam Protsenko · 5 years ago
  24. 701a51e dm: mmc: remove unused U_BOOT_DRIVER(mmc) by Andy Yan · 5 years ago
  25. 47b7fa3 mmc: invalidate block cache after hwpart switched successfully by Weijie Gao · 5 years ago
  26. 479a8dd mmc: Parse no-1-8-v DT property by Peng Fan · 5 years ago
  27. b0fc312 mmc: Parse HS400 Enhanced strobe DT properties by Peng Fan · 5 years ago
  28. 44acd49 mmc: support hs400 enhanced strobe mode by Peng Fan · 5 years ago
  29. cd0b80e mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · 5 years ago
  30. c5bda37 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · 5 years ago
  31. 86a94e7 mmc: Read sd card detect properties from DT by T Karthik Reddy · 5 years ago
  32. fceea99 mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot by Marek Vasut · 6 years ago
  33. eb2acba mmc: Parse HS400 DT properties by Marek Vasut · 6 years ago
  34. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  35. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  36. 4b28f7b mmc: let mmc_of_parse() fail for insane bus-width value by Masahiro Yamada · 7 years ago
  37. c42ee36 mmc: do not overwrite cfg->f_max if "max-frequency" if missing by Masahiro Yamada · 7 years ago
  38. d6400c3 mmc: add a Kconfig option to enable the support for MMC write operations by Jean-Jacques Hiblot · 7 years ago
  39. f99c2ef mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · 7 years ago
  40. 7abff2c dm: mmc: update mmc_of_parse() by Jean-Jacques Hiblot · 7 years ago
  41. 9215ef5 dm: mmc: Add a library function to parse generic dt binding by Kishon Vijay Abraham I · 7 years ago
  42. c10b85d mmc: Add support for UHS modes by Jean-Jacques Hiblot · 7 years ago
  43. ec84120 mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · 7 years ago
  44. 318a7a5 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · 7 years ago
  45. e7881d8 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  46. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  47. 9752564 dm: mmc: Avoid probing block devices in find_mmc_device() by Simon Glass · 7 years ago
  48. 66e0ed5 dm: mmc: Convert uclass to livetree by Simon Glass · 7 years ago
  49. 854f9a7 dm: mmc: Rewrite mmc_blk_probe() by Simon Glass · 7 years ago
  50. 6665602 dm: mmc: Check that drivers have operations by Simon Glass · 7 years ago
  51. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  52. 706865a dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  53. a0269bb mmc: init mmc block devices on probe by Fiach Antaw · 8 years ago
  54. 02ad33a mmc: mmc-uclass: use the fixed devnum with alias node by Jaehoon Chung · 8 years ago
  55. dd399cb mmc: refactor two core functions by Masahiro Yamada · 8 years ago
  56. 561e624 dm: mmc: Support erase by Simon Glass · 8 years ago
  57. 1bd4f92 mmc: display mmc list information like mmc_legacy type by Xu Ziyuan · 8 years ago
  58. 46683f3 mmc-uclass: correct the device number by Kever Yang · 8 years ago
  59. 8ca51e5 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · 8 years ago
  60. eede897 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · 8 years ago
  61. 8ef761e dm: mmc: Implement the MMC functions for block devices by Simon Glass · 8 years ago
  62. e7ecf7c dm: mmc: Add an MMC uclass by Simon Glass · 9 years ago