public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC v2 0/2]
@ 2021-11-01  9:39 H. Nikolaus Schaller
  2021-11-01  9:39 ` [RFC v2 1/2] mmc: core: transplant ti,wl1251 quirks from to be retired omap_hsmmc H. Nikolaus Schaller
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: H. Nikolaus Schaller @ 2021-11-01  9:39 UTC (permalink / raw)
  To: Ulf Hansson, Jérôme Pouiller, Avri Altman, Shawn Lin,
	Linus Walleij, Tony Lindgren, Bean Huo
  Cc: notasas, linux-mmc, linux-kernel, letux-kernel, kernel,
	H. Nikolaus Schaller

RFC V2 2021-11-01 10:24:26:
* reworked to not misuse mmc_select_card() but add a call to
  mmc_fixup_device() right after where host->ops->init_card
  was called before to apply the wl1251 specific quirks.
  Device tree matching is done by a new table passed to mmc_fixup_device().
  suggested by: ulf.hansson@linaro.org
  based on patches by: jerome.pouiller@silabs.com

RFC V1 2021-10-06 13:24:13:


H. Nikolaus Schaller (2):
  mmc: core: transplant ti,wl1251 quirks from to be retired omap_hsmmc
  mmc: host: omap_hsmmc: revert special init for wl1251

 drivers/mmc/core/card.h       | 19 ++++++++++++++++++
 drivers/mmc/core/mmc.c        |  1 +
 drivers/mmc/core/quirks.h     | 22 +++++++++++++++++++++
 drivers/mmc/core/sd.c         |  2 ++
 drivers/mmc/core/sdio.c       |  1 +
 drivers/mmc/host/omap_hsmmc.c | 36 -----------------------------------
 6 files changed, 45 insertions(+), 36 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-11-02 13:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01  9:39 [RFC v2 0/2] H. Nikolaus Schaller
2021-11-01  9:39 ` [RFC v2 1/2] mmc: core: transplant ti,wl1251 quirks from to be retired omap_hsmmc H. Nikolaus Schaller
2021-11-01  9:39 ` [RFC v2 2/2] mmc: host: omap_hsmmc: revert special init for wl1251 H. Nikolaus Schaller
2021-11-02 11:14 ` [RFC v2 0/2] Jérôme Pouiller
2021-11-02 13:13   ` [RFC v2 0/2] mmc_fixup_device H. Nikolaus Schaller

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