All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mmc: dw_mmc: start deprecating mshcN aliases
@ 2021-11-24 18:45 ` John Keeping
  0 siblings, 0 replies; 39+ messages in thread
From: John Keeping @ 2021-11-24 18:45 UTC (permalink / raw)
  To: linux-mmc
  Cc: John Keeping, Heiko Stuebner, Jaehoon Chung, Krzysztof Kozlowski,
	linux-arm-kernel, linux-kernel, linux-rockchip,
	linux-samsung-soc, Ulf Hansson

This series is prompted by discussion on a previous patch set [1] but is
a totally different approach and only a partial solution.

With these patches, the dependency on the mshcN alias is totally removed
from dw_mmc-hi3798cv200 and dw_mmc-rockchip and dw_mmc-exynos moves
towards being able to consider the mshcN aliases deprecated.

I haven't changed dw_mci_hi6220_caps here, although it looks like it's
possible to apply MMC_CAP_CMD23 to all controllers there with no change
in behaviour as the final entry is SDIO for which CMD23 is not
applicable IIUC.  But I'm not familiar with that hardware and don't feel
confident making that change.

[1] https://lore.kernel.org/all/20211116190244.1417591-1-john@metanate.com/

John Keeping (4):
  mmc: dw_mmc: add common capabilities to replace caps
  mmc: dw_mmc: hi3798cv200: use common_caps
  mmc: dw_mmc: rockchip: use common_caps
  mmc: dw_mmc: exynos: use common_caps

 drivers/mmc/host/dw_mmc-exynos.c      |  9 +++++----
 drivers/mmc/host/dw_mmc-hi3798cv200.c |  9 +--------
 drivers/mmc/host/dw_mmc-rockchip.c    | 11 +----------
 drivers/mmc/host/dw_mmc.c             |  3 +++
 drivers/mmc/host/dw_mmc.h             |  3 +++
 5 files changed, 13 insertions(+), 22 deletions(-)

-- 
2.34.0


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

end of thread, other threads:[~2021-11-26 14:18 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-24 18:45 [PATCH 0/4] mmc: dw_mmc: start deprecating mshcN aliases John Keeping
2021-11-24 18:45 ` John Keeping
2021-11-24 18:45 ` John Keeping
2021-11-24 18:45 ` [PATCH 1/4] mmc: dw_mmc: add common capabilities to replace caps John Keeping
2021-11-24 18:45   ` John Keeping
2021-11-24 18:45   ` John Keeping
2021-11-25 23:37   ` Jaehoon Chung
2021-11-25 23:37     ` Jaehoon Chung
2021-11-25 23:37     ` Jaehoon Chung
2021-11-24 18:46 ` [PATCH 2/4] mmc: dw_mmc: hi3798cv200: use common_caps John Keeping
2021-11-24 18:46   ` John Keeping
2021-11-24 18:46   ` John Keeping
2021-11-25 23:37   ` Jaehoon Chung
2021-11-25 23:37     ` Jaehoon Chung
2021-11-25 23:37     ` Jaehoon Chung
2021-11-24 18:46 ` [PATCH 3/4] mmc: dw_mmc: rockchip: " John Keeping
2021-11-24 18:46   ` John Keeping
2021-11-24 18:46   ` John Keeping
2021-11-25 23:37   ` Jaehoon Chung
2021-11-25 23:37     ` Jaehoon Chung
2021-11-25 23:37     ` Jaehoon Chung
2021-11-24 18:46 ` [PATCH 4/4] mmc: dw_mmc: exynos: " John Keeping
2021-11-24 18:46   ` John Keeping
2021-11-24 18:46   ` John Keeping
2021-11-25 23:38   ` Jaehoon Chung
2021-11-25 23:38     ` Jaehoon Chung
2021-11-25 23:38     ` Jaehoon Chung
2021-11-26 12:39     ` John Keeping
2021-11-26 12:39       ` John Keeping
2021-11-26 12:39       ` John Keeping
2021-11-24 19:24 ` [PATCH 0/4] mmc: dw_mmc: start deprecating mshcN aliases Ulf Hansson
2021-11-24 19:24   ` Ulf Hansson
2021-11-24 19:24   ` Ulf Hansson
2021-11-26 13:31   ` Ulf Hansson
2021-11-26 13:31     ` Ulf Hansson
2021-11-26 13:31     ` Ulf Hansson
2021-11-25 11:48 ` Nicolas Frattaroli
2021-11-25 11:48   ` Nicolas Frattaroli
2021-11-25 11:48   ` Nicolas Frattaroli

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.