linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] cross-compiling, SEND_STATUS, pretty-printing and enhanced user area
@ 2013-05-30 21:12 Ben Gardiner
  2013-05-30 21:12 ` [PATCH 1/8] allow environment and command-line supplied make vars Ben Gardiner
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ben Gardiner @ 2013-05-30 21:12 UTC (permalink / raw)
  To: cjb; +Cc: linux-mmc

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


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

end of thread, other threads:[~2013-06-27 15:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30 21:12 [PATCH 0/8] cross-compiling, SEND_STATUS, pretty-printing and enhanced user area Ben Gardiner
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

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