pub/scm/utils/mmc/mmc-utils.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/
$ git log --pretty=format:'%h %s (%cs)%d'
f757f41 mmc-utils: man 1 mmc-utils (2024-04-02)
	(HEAD -> master)
e1281d4 mmc-utils: mmc_cmds: fix type-punned warning on &ext_csd[] casting (2024-03-07)
b5ca140 mmc-utils: lsmmc: Fix emmc capacity calculation (2023-10-10)
d1d8a05 mmc-utils: lsmmc: Disintegrade print_mmc_csd (2023-10-10)
3b055a2 mmc-utils: lsmmc: Simplify interface processing functions (2023-10-10)
e82719f mmc-utils: lsmmc: Simplify prinitng manufacturer name (2023-10-10)
80271e9 mmc-utils: lsmmc: Reuse do_read_reg (2023-09-27)
0b3b45b mmc-utils: fix potential overflow (2023-09-27)
613495e mmc-utils: ffu: Add optional chunk-size argument (2023-08-07)
4d99f67 mmc-utils: ffu: Allow ffu of large images (2023-08-07)
...

$ 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.

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: man 1 mmc-utils (2024-04-02)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

# associated public inboxes:
# (number on the left is used for dev purposes)
        106 linux-mmc
         14 lkml
          6 linux-arm-msm
          2 linux-renesas-soc
          1 linux-crypto
          1 linux-integrity
          1 linux-devicetree
          1 netdev
          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