mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH v4 0/2] simplify setting enhanced area of mmc devices
Date: Mon,  9 Sep 2019 22:34:49 +0200	[thread overview]
Message-ID: <20190909203451.13047-1-u.kleine-koenig@pengutronix.de> (raw)

Hello,

v3 of this series is was sent in October 2018. This v4 addresses the
feedback I got then by Sascha: add a call to free that I missed and use
getopt instead of parsing the options by hand. I also dropped the
mandatory "setmax" subcommand. With option parsing the new command is
flexible enough to be expanded in the future for setting other sizes
than maximal.

The first patch is a small cleanup and unchanged since v3.

Best regards
Uwe

Uwe Kleine-König (2):
  mci: provide wrapper for mci_get_device_by_name ∘ devpath_to_name
  mci: implement command to switch a mmc device to enhanced mode

 commands/Kconfig      |  11 +++
 commands/Makefile     |   1 +
 commands/mmc.c        | 200 ++++++++++++++++++++++++++++++++++++++++++
 commands/mmc_extcsd.c |   6 +-
 include/mci.h         |  13 +++
 5 files changed, 228 insertions(+), 3 deletions(-)
 create mode 100644 commands/mmc.c

-- 
2.23.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2019-09-09 20:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-09 20:34 Uwe Kleine-König [this message]
2019-09-09 20:34 ` [PATCH v4 1/2] mci: provide wrapper for mci_get_device_by_name ∘ devpath_to_name Uwe Kleine-König
2019-09-09 20:34 ` [PATCH v4 2/2] mci: implement command to switch a mmc device to enhanced mode Uwe Kleine-König
2019-09-12  6:16   ` Sascha Hauer
2019-09-12  6:42     ` Uwe Kleine-König
2019-09-12  6:47       ` Sascha Hauer

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=20190909203451.13047-1-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=barebox@lists.infradead.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