All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mmc: also abort tuning with CMD12 for SD
@ 2021-09-14 18:20 Wolfram Sang
  2021-09-14 18:20 ` [PATCH 1/3] mmc: core: add helper to send STOP Wolfram Sang
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Wolfram Sang @ 2021-09-14 18:20 UTC (permalink / raw)
  To: linux-mmc; +Cc: linux-renesas-soc, Yoshihiro Shimoda, Wolfram Sang

After my hackish RFC patch, here is a small series implementing
(hopefully) the solution we discussed. It will make
mmc_send_abort_tuning() also send CMD12 for SD cards which makes more SD
cards work for us. Details are in the patch descriptions.

Please let me know what you think.

Thanks, and happy hacking!


Wolfram Sang (3):
  mmc: core: add helper to send STOP
  mmc: core: also abort tuning with CMD12 for SD
  mmc: core: remove obsolete parameter from mmc_send_abort_tuning

 drivers/mmc/core/block.c             | 14 +-------------
 drivers/mmc/core/core.h              |  1 +
 drivers/mmc/core/mmc.c               |  6 ++++++
 drivers/mmc/core/mmc_ops.c           | 23 ++++-------------------
 drivers/mmc/core/mmc_ops.h           | 14 ++++++++++++++
 drivers/mmc/core/sd.c                |  6 ++++++
 drivers/mmc/host/renesas_sdhi_core.c |  2 +-
 drivers/mmc/host/sdhci.c             |  2 +-
 include/linux/mmc/host.h             |  2 +-
 9 files changed, 35 insertions(+), 35 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-09-28 15:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 18:20 [PATCH 0/3] mmc: also abort tuning with CMD12 for SD Wolfram Sang
2021-09-14 18:20 ` [PATCH 1/3] mmc: core: add helper to send STOP Wolfram Sang
2021-09-23 11:49   ` Ulf Hansson
2021-09-14 18:20 ` [PATCH 2/3] mmc: core: also abort tuning with CMD12 for SD Wolfram Sang
2021-09-23 11:51   ` Ulf Hansson
2021-09-28 15:13     ` Wolfram Sang
2021-09-14 18:20 ` [PATCH 3/3] mmc: core: remove obsolete parameter from mmc_send_abort_tuning Wolfram Sang
2021-09-15  8:27 ` [PATCH 0/3] mmc: also abort tuning with CMD12 for SD Geert Uytterhoeven
2021-09-15  8:32   ` Wolfram Sang
2021-09-15  8:50 ` Christian Löhle
2021-09-15 11:17   ` Wolfram Sang
2021-09-17  6:11 ` Avri Altman
2021-09-23  8:13   ` Wolfram Sang

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.