All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mmc-utils 0/6] mmc-utils: various cleanups
@ 2017-12-21 13:33 Uwe Kleine-König
  2017-12-21 13:33 ` [PATCH mmc-utils 1/6] mmc-utils: drop macro CHECK Uwe Kleine-König
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Uwe Kleine-König @ 2017-12-21 13:33 UTC (permalink / raw)
  To: Chris Ball; +Cc: linux-mmc, kernel

Hello,

while trying to teach barebox to do what can be achived in Linux with

	mmc enh_area set ...

(not only by reading but also by stealing code from mmc-utils) I noticed
a few things that when fixed make it easier for me to copy code. These
(and a few more) are fixed in this series.

I hope I sent this series to the right people and list. If not, please
excuse me not knowing it better. I'm thankful for hints where to send
patches like this instead in the future.

Best regards
Uwe

Uwe Kleine-König (6):
  mmc-utils: drop macro CHECK
  mmc-utils: drop unused header
  mmc-utils: make use of dependency information generated by gcc
  mmc-utils: expand .gitignore
  mmc-utils: move offsetof from mmc.h to only user
  mmc-utils: remove unused #includes

 .gitignore |   8 ++--
 Makefile   |   2 +
 lsmmc.c    |  18 ++++++---
 mmc.h      |   8 ----
 mmc_cmds.c | 134 +++++++++++++++++++++++++++++++++++++++----------------------
 5 files changed, 103 insertions(+), 67 deletions(-)

-- 
2.15.1


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

end of thread, other threads:[~2018-02-17  2:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 13:33 [PATCH mmc-utils 0/6] mmc-utils: various cleanups Uwe Kleine-König
2017-12-21 13:33 ` [PATCH mmc-utils 1/6] mmc-utils: drop macro CHECK Uwe Kleine-König
2017-12-21 13:33 ` [PATCH mmc-utils 2/6] mmc-utils: drop unused header Uwe Kleine-König
2017-12-21 13:33 ` [PATCH mmc-utils 3/6] mmc-utils: make use of dependency information generated by gcc Uwe Kleine-König
2017-12-21 13:33 ` [PATCH mmc-utils 4/6] mmc-utils: expand .gitignore Uwe Kleine-König
2017-12-21 13:33 ` [PATCH mmc-utils 5/6] mmc-utils: move offsetof from mmc.h to only user Uwe Kleine-König
2017-12-21 13:33 ` [PATCH mmc-utils 6/6] mmc-utils: remove unused #includes Uwe Kleine-König
2017-12-21 14:21 ` [PATCH mmc-utils 0/6] mmc-utils: various cleanups Ulf Hansson
2018-01-11 20:57   ` Uwe Kleine-König
2018-01-15 13:00     ` Ulf Hansson
2018-02-17  1:43     ` Chris Ball

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.