linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ben Gardiner <bengardiner@nanometrics.ca>
To: cjb@laptop.org
Cc: linux-mmc@vger.kernel.org
Subject: [PATCH 0/8] cross-compiling, SEND_STATUS, pretty-printing and enhanced user area
Date: Thu, 30 May 2013 17:12:43 -0400	[thread overview]
Message-ID: <cover.1369947867.git.bengardiner@nanometrics.ca> (raw)

This series builds on top of f74dfe23cd00894aa9f235374468e05acb793e17.

It introduces:
 * some Makefile changes to make cross-compiling easier
 * SEND_STATUS
 * 'pretty'-printing sizes of some fields in KiB
 * setting the OTP enhanced user area parameters

available also https://github.com/BenGardiner/mmc-utils/commits/features/enh-programming
if it helps.

Ben Gardiner (8):
  allow environment and command-line supplied make vars
  extract definitions for EXT_CSD register EXT_CSD_PARTITIONING_SUPPORT
  extract definitions for EXT_CSD register PARTITION_SETTING_COMPLETED
    and pretty-print
  Support SEND_STATUS command
  fix printing ENH_START_ADDR
  report if card is block-addressed and effect on ENH_START_ADDR
  print KiB sizes for some fields
  support setting the OTP enhanced user area parameters

 Makefile   |   10 +-
 mmc.c      |   10 ++
 mmc.h      |   20 ++++
 mmc_cmds.c |  307 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 mmc_cmds.h |    2 +
 5 files changed, 328 insertions(+), 21 deletions(-)

--
1.7.3.5


             reply	other threads:[~2013-05-30 21:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-30 21:12 Ben Gardiner [this message]
2013-05-30 21:12 ` [PATCH 1/8] allow environment and command-line supplied make vars Ben Gardiner
2013-05-30 21:12 ` [PATCH 2/8] extract definitions for EXT_CSD register EXT_CSD_PARTITIONING_SUPPORT Ben Gardiner
2013-05-30 21:12 ` [PATCH 3/8] extract definitions for EXT_CSD register PARTITION_SETTING_COMPLETED and pretty-print Ben Gardiner
2013-05-30 21:12 ` [PATCH 4/8] Support SEND_STATUS command Ben Gardiner
2013-05-30 21:12 ` [PATCH 5/8] fix printing ENH_START_ADDR Ben Gardiner
2013-05-30 21:12 ` [PATCH 6/8] report if card is block-addressed and effect on ENH_START_ADDR Ben Gardiner
2013-05-30 21:12 ` [PATCH 7/8] print KiB sizes for some fields Ben Gardiner
2013-05-30 21:12 ` [PATCH 8/8] support setting the OTP enhanced user area parameters Ben Gardiner
2013-06-27 15:11 ` [PATCH 0/8] cross-compiling, SEND_STATUS, pretty-printing and enhanced user area Chris Ball

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=cover.1369947867.git.bengardiner@nanometrics.ca \
    --to=bengardiner@nanometrics.ca \
    --cc=cjb@laptop.org \
    --cc=linux-mmc@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).