All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist
@ 2018-04-19 20:07 Sergei Shtylyov
  2018-04-19 20:09 ` Wolfram Sang
  2018-04-23  9:18 ` Ulf Hansson
  0 siblings, 2 replies; 5+ messages in thread
From: Sergei Shtylyov @ 2018-04-19 20:07 UTC (permalink / raw)
  To: Wolfram Sang, Ulf Hansson, linux-mmc; +Cc: linux-renesas-soc

I've successfully tested eMMC on R8A77980/Condor. R8A77980 has a single
SDHI core anyway, so can't be a subject of the known RX DMA errata...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against the 'next' branch of Ulf Hansson's 'mmc.git' repo.

 drivers/mmc/host/renesas_sdhi_internal_dmac.c |    1 +
 1 file changed, 1 insertion(+)

Index: mmc/drivers/mmc/host/renesas_sdhi_internal_dmac.c
===================================================================
--- mmc.orig/drivers/mmc/host/renesas_sdhi_internal_dmac.c
+++ mmc/drivers/mmc/host/renesas_sdhi_internal_dmac.c
@@ -276,6 +276,7 @@ static const struct soc_device_attribute
 	/* generic ones */
 	{ .soc_id = "r8a7795" },
 	{ .soc_id = "r8a7796" },
+	{ .soc_id = "r8a77980" },
 	{ .soc_id = "r8a77995" },
 	{ /* sentinel */ }
 };

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

end of thread, other threads:[~2018-04-23  9:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-19 20:07 [PATCH] mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist Sergei Shtylyov
2018-04-19 20:09 ` Wolfram Sang
2018-04-20  7:08   ` Ulf Hansson
2018-04-20  8:36     ` Sergei Shtylyov
2018-04-23  9:18 ` 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.