linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Move debugfs to block layer, take 2
@ 2017-06-05 12:15 Linus Walleij
  2017-06-05 12:15 ` [PATCH 1/4 v2] mmc: block: Anonymize the drv op data pointer Linus Walleij
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Linus Walleij @ 2017-06-05 12:15 UTC (permalink / raw)
  To: linux-mmc, Ulf Hansson, Adrian Hunter; +Cc: Linus Walleij

This is an interation of the patches removing the big MMC lock
from the debugfs. The following is changed:

- Put the DRV_OP anonymization into its own patch and put it
  first so we can have that nice thing queued at least, instead
  of letting it be part of another patch.

- Add a patch making the "status" and "ext_csd" card-related
  debugfs files only appear if the block layer is enabled.

- Move the card access over to the block layer, but now without
  !block_layer stubs, since we only have this if the block
  layer is enabled.

Linus Walleij (4):
  mmc: block: Anonymize the drv op data pointer
  mmc: debugfs: No blocklayer = no card status and extcsd
  mmc: debugfs: Move card status retrieveal into the block layer
  mmc: debugfs: Move EXT CSD debugfs acces to block layer

 drivers/mmc/core/block.c   | 57 ++++++++++++++++++++++++++++++++++++++++++---
 drivers/mmc/core/block.h   |  2 ++
 drivers/mmc/core/debugfs.c | 58 ++++++++++++++++++++++++++--------------------
 drivers/mmc/core/queue.h   |  6 ++++-
 4 files changed, 94 insertions(+), 29 deletions(-)

-- 
2.9.4


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

end of thread, other threads:[~2017-06-05 18:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-05 12:15 [PATCH 0/4] Move debugfs to block layer, take 2 Linus Walleij
2017-06-05 12:15 ` [PATCH 1/4 v2] mmc: block: Anonymize the drv op data pointer Linus Walleij
2017-06-05 12:15 ` [PATCH 2/4 v2] mmc: debugfs: No blocklayer = no card status and extcsd Linus Walleij
2017-06-05 12:15 ` [PATCH 3/4 v2] mmc: debugfs: Move card status retrieveal into the block layer Linus Walleij
2017-06-05 18:07   ` kbuild test robot
2017-06-05 12:15 ` [PATCH 4/4] mmc: debugfs: Move EXT CSD debugfs acces to " Linus Walleij

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