All of lore.kernel.org
 help / color / mirror / Atom feed
From: Torstein Eide <torsteine@gmail.com>
To: linux-mmc@vger.kernel.org
Cc: Torstein Eide <torsteine+linux@gmail.com>
Subject: [PATCH 0/4] mmc-utils: improve lsmmc usability
Date: Fri, 15 May 2026 10:34:53 +0200	[thread overview]
Message-ID: <20260515083457.3690804-1-torsteine+linux@gmail.com> (raw)

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

             reply	other threads:[~2026-05-15  8:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-15  8:34 Torstein Eide [this message]
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 16:18     ` Torstein Eide
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 15:26   ` Avri Altman
2026-05-15  8:34 ` [PATCH 3/4] mmc-utils: lsmmc: Add mmc list command Torstein Eide
2026-05-15 16:38   ` Avri Altman
2026-05-15 20:50     ` 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
2026-05-15 16:06   ` Torstein Eide
2026-05-15 16:46     ` Avri Altman
2026-05-15 20:28       ` Torstein Eide
2026-05-15 22:09         ` Torstein Eide

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260515083457.3690804-1-torsteine+linux@gmail.com \
    --to=torsteine@gmail.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=torsteine+linux@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.