All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] mmc-utils: lsmmc: add 'mmc list' command
@ 2026-08-10 15:34 Torstein Eide
  2026-08-10 15:34 ` [PATCH v6 1/3] mmc-utils: lsmmc: Use external .ids files and accept /dev, /sys/block paths Torstein Eide
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Torstein Eide @ 2026-08-10 15:34 UTC (permalink / raw)
  To: linux-mmc; +Cc: Torstein Eide

This series adds a 'mmc list' command to lsmmc that scans
/sys/bus/mmc/devices/ and prints a one-line summary per MMC/SD device
(device name, /dev path, bus type, manufacturer, product, revision,
serial number, and manufacturing date), and teaches the existing
register-read commands to accept /dev and /sys/block paths directly
instead of only sysfs device directories.

Changes since v5:
- Patch 1 (Use external .ids files ...): carried forward the
  0x09 "ATP" sd_database entry from the mainline-only fix in
  d64cb08 ("mmc-utils: lsmmc.c: Add ATP to SD Card Manufacturer ID
  database") into the new sdcard.ids, so the manufacturer ID isn't
  lost in the move to external ID files.
- Picked up Reviewed-by: Avri Altman <avri.altman@sandisk.com> on
  all three patches.

Torstein Eide (3):
  mmc-utils: lsmmc: Use external .ids files and accept /dev, /sys/block
    paths
  mmc-utils: lsmmc: Factor out CID month/year helpers
  mmc-utils: lsmmc: Add mmc list command

 Makefile           |   8 +-
 docs/HOWTO.rst     |  71 ++++-
 lsmmc.c            | 649 ++++++++++++++++++++++++++-------------------
 mmc.c              |   6 +-
 mmc_cmds.h         |   1 +
 multimediacard.ids |  16 ++
 sdcard.ids         |  24 ++
 7 files changed, 486 insertions(+), 289 deletions(-)
 create mode 100644 multimediacard.ids
 create mode 100644 sdcard.ids

--
2.53.0

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-10 15:34 [PATCH v6 0/3] mmc-utils: lsmmc: add 'mmc list' command Torstein Eide
2026-08-10 15:34 ` [PATCH v6 1/3] mmc-utils: lsmmc: Use external .ids files and accept /dev, /sys/block paths Torstein Eide
2026-08-10 15:34 ` [PATCH v6 2/3] mmc-utils: lsmmc: Factor out CID month/year helpers Torstein Eide
2026-08-10 15:34 ` [PATCH v6 3/3] mmc-utils: lsmmc: Add mmc list command Torstein Eide

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.