Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH 0/4] mmc-utils: improve lsmmc usability
@ 2026-05-15  8:34 Torstein Eide
  2026-05-15  8:34 ` [PATCH 1/4] mmc-utils: lsmmc: Use external .ids files for manufacturer lookup Torstein Eide
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Torstein Eide @ 2026-05-15  8:34 UTC (permalink / raw)
  To: linux-mmc; +Cc: Torstein Eide

Resend the lsmmc usability updates as an ordered series after the
previous submission could not be applied cleanly from patchwork or b4.

This adds external manufacturer ID files, accepts /dev and /sys/block
paths for register reads, adds an mmc list command, and installs bash
completion for mmc-utils.

Torstein Eide (4):
  mmc-utils: lsmmc: Use external .ids files for manufacturer lookup
  mmc-utils: lsmmc: Accept /dev and /sys/block paths for register reads
  mmc-utils: lsmmc: Add mmc list command
  mmc-utils: Add bash completion

 Makefile           |  11 +-
 completion/mmc     |  62 +++++++
 docs/HOWTO.rst     |  77 +++++++-
 lsmmc.c            | 434 ++++++++++++++++++++++++++++-----------------
 mmc.c              |   6 +-
 mmc_cmds.h         |   1 +
 multimediacard.ids |  16 ++
 sdcard.ids         |  23 +++
 8 files changed, 452 insertions(+), 178 deletions(-)
 create mode 100644 completion/mmc
 create mode 100644 multimediacard.ids
 create mode 100644 sdcard.ids

-- 
2.53.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-05-15 15:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-15  8:34 [PATCH 0/4] mmc-utils: improve lsmmc usability Torstein Eide
2026-05-15  8:34 ` [PATCH 1/4] mmc-utils: lsmmc: Use external .ids files for manufacturer lookup Torstein Eide
2026-05-15 15:05   ` Avri Altman
2026-05-15  8:34 ` [PATCH 2/4] mmc-utils: lsmmc: Accept /dev and /sys/block paths for register reads Torstein Eide
2026-05-15  8:34 ` [PATCH 3/4] mmc-utils: lsmmc: Add mmc list command Torstein Eide
2026-05-15  8:34 ` [PATCH 4/4] mmc-utils: Add bash completion Torstein Eide
2026-05-15 14:29 ` [PATCH 0/4] mmc-utils: improve lsmmc usability Avri Altman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox