$ git log --pretty=format:'%h %s (%cs)%d'
8f41ccb mmc-utils: recognize ext_csd_rev 9 (2025-12-30)
(HEAD -> master)
388e059 mmc-utils: lsmmc: cache ext_csd revision for MMC devices (2025-12-30)
2364dc6 mmc-utils: lsmmc: fix CID manufacturing date decoding (2025-12-30)
4dbd897 mmc-utils: lsmmc.c: print_{mmc,sd}_cid(): correct month names (2025-11-11)
6f6b6e1 mmc-utils: lsmmc.c: print_mmc_cid(): correct year/month parsing (2025-11-11)
a92c227 mmc-utils: Correctly handle write counter overflow status (2025-09-26)
ca8b37f mmc-utils: Warn during rpmb read-counter on expiry (2025-09-12)
075b734 mmc-utils: add ability to flush optional eMMC cache (2025-07-15)
4af0832 mmc-utils: Use designated initializers for struct zeroing (2025-07-09)
b5480ed mmc-utils: Remove unnecessary null pointer checks (2025-07-03)
...
$ git cat-file blob HEAD:README
MMC tools (mmc-utils)
=====================
mmc-utils is a tool for configuring MMC storage devices from userspace.
Contribution guidelines
-----------------------
The project works using a mailing list patch submission process, similar to the
process used for the Linux kernel itself.
One can document themselves by reading how to submit a patch in the official
Linux kernel documentation:
https://www.kernel.org/doc/html/latest/process/submitting-patches.html
Not all sections apply but it should be a good way to get started.
A patch should be sent as a mail (not as an attachement, see documentation
above) to the linux-mmc@vger.kernel.org mailing list with maintainers as
Cc recipients.
Documentation
-------------
https://mmc-utils.readthedocs.io/en/latest/
Maintainers
-----------
Avri Altman <avri.altman@wdc.com>
Ulf Hansson <ulf.hansson@linaro.org>
License
-------
This project is licensed under GPL-2.0-only.
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master mmc-utils: recognize ext_csd_rev 9 (2025-12-30)
# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
--format='%(refname:short) %(subject) (%(creatordate:short))'
v1.0 v1.0: - Initial release tag for mmc-utils. (2025-06-24) tar.gz
# associated public inboxes:
# (number on the left is used for dev purposes)
172 linux-mmc
14 lkml
6 linux-arm-msm
2 netdev
2 linux-renesas-soc
1 qemu-devel
1 linux-crypto
1 linux-integrity
1 linux-devicetree
1 linux-scsi
1 linux-arm-kernel
1 dpdk-dev
1 io-uring
1 keyrings
1 linux-s390
git clone https://yhbt.net/lore/pub/scm/utils/mmc/mmc-utils.git