All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] debugfs and RPMB cleanups
@ 2017-08-20 21:39 Linus Walleij
  2017-08-20 21:39 ` [PATCH 1/8 v5] mmc: block: Anonymize the drv op data pointer Linus Walleij
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Linus Walleij @ 2017-08-20 21:39 UTC (permalink / raw)
  To: linux-mmc, Ulf Hansson; +Cc: Linus Walleij

Here is a series of all the cleanup patches and RPMB rewrite
I didn't manage to finish for the last merge window, hoping we can
include these cleanups/refactorings for v4.14.

It's OK to stop applying at any step if there is any problem.

Linus Walleij (8):
  mmc: block: Anonymize the drv op data pointer
  mmc: ops: export mmc_get_status()
  mmc: debugfs: Move block debugfs into block module
  mmc: block: Move duplicate check
  mmc: block: Refactor mmc_blk_part_switch()
  mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()
  mmc: block: Convert RPMB to a character device
  mmc: block: Delete mmc_access_rpmb()

 drivers/mmc/core/block.c   | 543 ++++++++++++++++++++++++++++++++++++++-------
 drivers/mmc/core/debugfs.c |  89 --------
 drivers/mmc/core/mmc_ops.c |   1 +
 drivers/mmc/core/queue.c   |   2 +-
 drivers/mmc/core/queue.h   |  10 +-
 5 files changed, 467 insertions(+), 178 deletions(-)

-- 
2.13.5


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

end of thread, other threads:[~2017-08-22 11:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-20 21:39 [PATCH 0/8] debugfs and RPMB cleanups Linus Walleij
2017-08-20 21:39 ` [PATCH 1/8 v5] mmc: block: Anonymize the drv op data pointer Linus Walleij
2017-08-20 21:39 ` [PATCH 2/8 v5] mmc: ops: export mmc_get_status() Linus Walleij
2017-08-20 21:39 ` [PATCH 3/8 v5] mmc: debugfs: Move block debugfs into block module Linus Walleij
2017-08-20 21:39 ` [PATCH 4/8 v5] mmc: block: Move duplicate check Linus Walleij
2017-08-20 21:39 ` [PATCH 5/8 v5] mmc: block: Refactor mmc_blk_part_switch() Linus Walleij
2017-08-20 21:39 ` [PATCH 6/8 v5] mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd() Linus Walleij
2017-08-20 21:39 ` [PATCH 7/8 v5] mmc: block: Convert RPMB to a character device Linus Walleij
2017-08-21 18:59   ` Winkler, Tomas
2017-08-20 21:39 ` [PATCH 8/8 v5] mmc: block: Delete mmc_access_rpmb() Linus Walleij
2017-08-21 12:51   ` Adrian Hunter
2017-08-22  8:58     ` Tomas Winkler
2017-08-22 11:15 ` [PATCH 0/8] debugfs and RPMB cleanups Ulf Hansson

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.