All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: host: mtk-sd: enable recheck_sdio_irq for MT8516 SoC
@ 2020-10-23 12:29 ` Fabien Parent
  0 siblings, 0 replies; 17+ messages in thread
From: Fabien Parent @ 2020-10-23 12:29 UTC (permalink / raw)
  To: linux-kernel, linux-mediatek, linux-arm-kernel, linux-mmc
  Cc: matthias.bgg, ulf.hansson, chaotian.jing, Fabien Parent

MT8516 SoC suffers from sometimes losing SDIO IRQs, this makes SDIO
devices sometimes unstable. Make use of the new property
recheck_sdio_irq to fix the SDIO stability issues on MT8516.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 drivers/mmc/host/mtk-sd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
index a704745e5882..3dc102eefe49 100644
--- a/drivers/mmc/host/mtk-sd.c
+++ b/drivers/mmc/host/mtk-sd.c
@@ -524,7 +524,7 @@ static const struct mtk_mmc_compatible mt7622_compat = {
 
 static const struct mtk_mmc_compatible mt8516_compat = {
 	.clk_div_bits = 12,
-	.recheck_sdio_irq = false,
+	.recheck_sdio_irq = true,
 	.hs400_tune = false,
 	.pad_tune_reg = MSDC_PAD_TUNE0,
 	.async_fifo = true,
-- 
2.28.0


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

end of thread, other threads:[~2020-10-28 23:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 12:29 [PATCH] mmc: host: mtk-sd: enable recheck_sdio_irq for MT8516 SoC Fabien Parent
2020-10-23 12:29 ` Fabien Parent
2020-10-23 12:29 ` Fabien Parent
2020-10-27 10:19 ` Matthias Brugger
2020-10-27 10:19   ` Matthias Brugger
2020-10-27 10:19   ` Matthias Brugger
2020-10-27 12:11 ` Ulf Hansson
2020-10-27 12:11   ` Ulf Hansson
2020-10-27 12:11   ` Ulf Hansson
2020-10-27 12:44   ` Mattijs Korpershoek
2020-10-27 12:44     ` Mattijs Korpershoek
2020-10-27 12:44     ` Mattijs Korpershoek
2020-10-28  7:21     ` yong.mao
2020-10-28  7:21       ` yong.mao
2020-10-28  9:40       ` Ulf Hansson
2020-10-28  9:40         ` Ulf Hansson
2020-10-28  9:40         ` 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.