mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v4 0/2] simplify setting enhanced area of mmc devices
@ 2019-09-09 20:34 Uwe Kleine-König
  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
  0 siblings, 2 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2019-09-09 20:34 UTC (permalink / raw)
  To: barebox

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

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

end of thread, other threads:[~2019-09-12  6:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09 20:34 [PATCH v4 0/2] simplify setting enhanced area of mmc devices Uwe Kleine-König
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox