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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist
  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-23  9:18 ` Ulf Hansson
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2018-04-19 20:09 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: Wolfram Sang, Ulf Hansson, linux-mmc, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

On Thu, Apr 19, 2018 at 11:07:44PM +0300, Sergei Shtylyov wrote:
> 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...

Lucky you ;)

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

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist
  2018-04-19 20:09 ` Wolfram Sang
@ 2018-04-20  7:08   ` Ulf Hansson
  2018-04-20  8:36     ` Sergei Shtylyov
  0 siblings, 1 reply; 5+ messages in thread
From: Ulf Hansson @ 2018-04-20  7:08 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Sergei Shtylyov, Wolfram Sang, linux-mmc, Linux-Renesas

On 19 April 2018 at 22:09, Wolfram Sang <wsa@the-dreams.de> wrote:
> On Thu, Apr 19, 2018 at 11:07:44PM +0300, Sergei Shtylyov wrote:
>> 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...
>
> Lucky you ;)
>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>

Seems like this one also should go for fixes/stable then?

Kind regards
Uffe

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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist
  2018-04-20  7:08   ` Ulf Hansson
@ 2018-04-20  8:36     ` Sergei Shtylyov
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Shtylyov @ 2018-04-20  8:36 UTC (permalink / raw)
  To: Ulf Hansson, Wolfram Sang; +Cc: Wolfram Sang, linux-mmc, Linux-Renesas

Hello!

On 4/20/2018 10:08 AM, Ulf Hansson wrote:

>>> 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...

    Should have been s/of/to/, I think.

>> Lucky you ;)
>>
>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>
>> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>>
> Seems like this one also should go for fixes/stable then?

    In its current form it's only good for the next branch. Recasting/merging 
it for the fixes branch will result in the rejects in the next branch where 
you have already merged Wolfram's patches. The decision is up to you, of course...

> Kind regards
> Uffe

MBR, Sergei

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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist
  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-23  9:18 ` Ulf Hansson
  1 sibling, 0 replies; 5+ messages in thread
From: Ulf Hansson @ 2018-04-23  9:18 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: Wolfram Sang, linux-mmc, Linux-Renesas

On 19 April 2018 at 22:07, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> 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>

Thanks, applied for next!

Kind regards
Uffe

>
> ---
> 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.