1. 385a613 Merge patch series "Fix various bugs" by Tom Rini · 9 weeks ago
  2. 7579295 mmc: Use map_sysmem() with buffers in the mmc command by Simon Glass · 3 months ago
  3. ab00d0e cmd: mmc: Allow using partition name in mmc erase command by Tomas Paukrt · 3 months ago
  4. 3aa43cc Merge patch series "provide names for emmc hardware partitions" by Tom Rini · 3 months ago
  5. 728cbde mmc: allow use of hardware partition names for mmc partconf by Tim Harvey · 6 months ago
  6. 9703a93 mmc: Drop the blank line before accesses by Simon Glass · 3 months ago
  7. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  8. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  9. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  10. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · 1 year ago
  11. 1f692e3 cmd: mmc: Add mmc reg read command for reading card registers by Marek Vasut · 1 year, 1 month ago
  12. 332c230 cmd: mmc: Return CMD_RET_* from commands by Pali Rohár · 1 year, 8 months ago
  13. efdeed6 cmd: mmc: Expand bkops handling by Marek Vasut · 1 year, 11 months ago
  14. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  15. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
  16. 1ab1692 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  17. f038812 cmd: mmc: allow to write protect single boot partition by Ying-Chun Liu (PaulLiu) · 2 years, 7 months ago
  18. 05c7428 cmd: mmc: don't assign unused values by Heinrich Schuchardt · 2 years, 7 months ago
  19. 1414ada cmd/mmc: fix output of mmc info for e-MMC by Max Merchel · 2 years, 10 months ago
  20. 30d2966 cmd: mmc: Consider GP partitions in mmc hwpartition user enh start - by Marek Vasut · 2 years, 10 months ago
  21. ffbba62 cmd: mmc: check whether card is SD or eMMC before hwpartition by Jaehoon Chung · 3 years, 2 months ago
  22. 94e3995 cmd: mmc: Support mmc hwpartition user enh start - by Marek Vasut · 3 years, 2 months ago
  23. bb5b9fe mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 3 months ago
  24. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  25. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  26. 55a81ad mmc: Update environment variable with active partition by Reuben Dowle · 3 years, 6 months ago
  27. 7483dd3 cmd: mmc: check whether bootbus's arguments is valid or not by Jaehoon Chung · 3 years, 9 months ago
  28. 94a4757 cmd: mmc: modify more readable about hwpartition usage by Jaehoon Chung · 3 years, 9 months ago
  29. 8460b91 cmd: mmc: update the mmc command's usage about argument by Jaehoon Chung · 4 years ago
  30. dfff8ed cmd: mmc: Cache-align extcsd read target by Marek Vasut · 4 years, 5 months ago
  31. 21f753c trivial: Fix booot occurences by Michal Simek · 4 years, 6 months ago
  32. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  33. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  34. 75e5a64 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · 4 years, 8 months ago
  35. 0c8ffff cmd: mmc: display write protect state of boot partition by Heinrich Schuchardt · 4 years, 8 months ago
  36. eeb191c cmd: mmc: fix typo 'a EMMC' by Heinrich Schuchardt · 4 years, 8 months ago
  37. d1e6346 cmd: mmc: Make Mode: printout consistent by Marek Vasut · 6 years ago
  38. c71dfd1 common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · 6 years ago
  39. 829540f cmd: mmc: Invalidate MMC block cache after init by Marek Vasut · 6 years ago
  40. cb5df5d cmd: mmc: Force mmc reinit when no card present by Marek Vasut · 6 years ago
  41. 72d8046 mmc: Remove hwpartition help text when command is disabled by Alex Kiernan · 6 years ago
  42. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  43. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  44. 60e0f61 Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig by Alex Kiernan · 7 years ago
  45. 814a975 mmc: support writing sparse images by Jassi Brar · 7 years ago
  46. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  47. ba54ab8 mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
  48. 27edffe mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
  49. 1d7769a mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · 7 years ago
  50. 93c31d1 mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · 7 years ago
  51. f62caf9 cmd: mmc: display the mode name and current bus speed in the mmc info by Jean-Jacques Hiblot · 7 years ago
  52. 629e799 blk: Remove various places that do flush cache after read by Bin Meng · 7 years ago
  53. f54f753 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  54. cb5f193 mmc: use new hwpart API when CONFIG_BLK enabled by Kever Yang · 7 years ago
  55. 4e5d33a cmd_mmc: fix arg parsing for setdsr subcmd by Markus Niebel · 8 years ago
  56. c17dae5 mmc: add bkops-enable command by Tomas Melin · 8 years ago
  57. 2821d91 mmc: Drop dead mmc code for non-generic MMC by Simon Glass · 9 years ago
  58. e5db115 dm: mmc: Move the device list into a separate file by Simon Glass · 9 years ago
  59. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · 9 years ago
  60. fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · 9 years ago
  61. a62cf49 mmc: Fix error in RPMB code by Marek Vasut · 9 years ago
  62. bc18166 mmc: use block layer in mmc command by Eric Nelson · 9 years ago
  63. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  64. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  65. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_mmc.c]
  66. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_mmc.c]
  67. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  68. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  69. b1e455a common: mmc: unsigned char compared against 0 by Peng Fan · 9 years ago
  70. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  71. a095bfd mmc: Implement SD/MMC versioning properly by Pantelis Antoniou · 10 years ago
  72. 37a50b9 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · 10 years ago
  73. 58bda79 mmc: extend the mmc hwpartition sub-command to change write reliability by Diego Santa Cruz · 10 years ago
  74. 420fc16 mmc: add mmc hwpartition sub-command to do eMMC hardware partitioning by Diego Santa Cruz · 10 years ago
  75. 173c79e mmc: show the erase group size and HC WP group size in mmcinfo output by Diego Santa Cruz · 10 years ago
  76. 2b45f58 mmc: display size and start of eMMC enhanced user data area in mmcinfo by Diego Santa Cruz · 10 years ago
  77. 1f69e22 mmc: skip mmcinfo partition info processing for eMMC < 4.41 by Diego Santa Cruz · 10 years ago
  78. d835843 mmc: make eMMC general purpose partition numbering match spec by Diego Santa Cruz · 10 years ago
  79. c145f9e mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · 10 years ago
  80. 99ca028 mmc: show hardware partition sizes in mmcinfo output by Diego Santa Cruz · 10 years ago
  81. 9fc2a41 mmc: Fix handling of bus widths and DDR card capabilities by Andrew Gabbasov · 10 years ago
  82. d49c4aa cmd_mmc: fix bootpart-resize maxarg to 4 by Wally Yeh · 10 years ago
  83. cf66e6f cmd_mmc: make mmc dev always re-probe the HW by Stephen Warren · 11 years ago
  84. 07ec4e7 cmd_mmc: Use init_mmc_device() from do_mmc_rescan() by Stephen Warren · 11 years ago
  85. b627f4b cmd_mmc: add force_init parameter to init_mmc_device() by Stephen Warren · 11 years ago
  86. 1854980 cmd_mmc: default to HW partition 0 if not specified by Stephen Warren · 11 years ago
  87. fe85aac cmd_mmc: use new mmc_select_hwpart() function by Stephen Warren · 11 years ago
  88. bcc302c eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command by Pierre Aubert · 11 years ago
  89. 35a3ea1 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  90. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  91. f85cd82 cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  92. 4cf854c cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  93. f8c6f79 cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  94. 7991946 cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize' by Tom Rini · 11 years ago
  95. c3068eb cmd_mmc.c: Change 'bootpart' code to match normal coding style by Tom Rini · 11 years ago
  96. 0395141 mmc: add setdsr support by Markus Niebel · 11 years ago
  97. e3f2c2e Fix some obvious typos across multiple subsystems. by Robert P. J. Day · 11 years ago
  98. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  99. 3ccad53 COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition by Amar · 12 years ago
  100. 6108ef6 mmc: support the correct card version for eMMC by Jaehoon Chung · 12 years ago