All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
@ 2019-09-24  6:49 Biju Das
  2019-09-26 14:21 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Biju Das @ 2019-09-24  6:49 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Biju Das, Wolfram Sang, linux-mmc, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro, linux-renesas-soc

This patch adds SDHI support for RZ/G2N (R8A774B1) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/host/renesas_sdhi_internal_dmac.c b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
index 751fe91..7c6020e 100644
--- a/drivers/mmc/host/renesas_sdhi_internal_dmac.c
+++ b/drivers/mmc/host/renesas_sdhi_internal_dmac.c
@@ -308,6 +308,7 @@ static const struct soc_device_attribute soc_whitelist[] = {
 	  .data = (void *)BIT(SDHI_INTERNAL_DMAC_ONE_RX_ONLY) },
 	/* generic ones */
 	{ .soc_id = "r8a774a1" },
+	{ .soc_id = "r8a774b1" },
 	{ .soc_id = "r8a774c0" },
 	{ .soc_id = "r8a77470" },
 	{ .soc_id = "r8a7795" },
-- 
2.7.4


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

end of thread, other threads:[~2019-10-30 15:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-24  6:49 [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support Biju Das
2019-09-26 14:21 ` Geert Uytterhoeven
2019-09-26 15:11   ` Biju Das
2019-09-26 15:45     ` Geert Uytterhoeven
2019-09-27  9:28       ` Biju Das
2019-10-02  8:20         ` Wolfram Sang
2019-10-04  6:25         ` Biju Das
2019-10-22  7:30           ` Biju Das
2019-10-23 15:16 ` Wolfram Sang
2019-10-24  6:39   ` Biju Das
2019-10-28 12:37   ` Biju Das
2019-10-30 15:56 ` 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.