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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  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-10-23 15:16 ` Wolfram Sang
  2019-10-30 15:56 ` Ulf Hansson
  2 siblings, 1 reply; 12+ messages in thread
From: Geert Uytterhoeven @ 2019-09-26 14:21 UTC (permalink / raw)
  To: Biju Das
  Cc: Ulf Hansson, Wolfram Sang, Linux MMC List, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro, Linux-Renesas

Hi Biju,

On Tue, Sep 24, 2019 at 8:49 AM Biju Das <biju.das@bp.renesas.com> wrote:
> 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" },

Is this sufficient?
Do you need a tuning quirk entry in sdhi_quirks_match[]?

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* RE: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  2019-09-26 14:21 ` Geert Uytterhoeven
@ 2019-09-26 15:11   ` Biju Das
  2019-09-26 15:45     ` Geert Uytterhoeven
  0 siblings, 1 reply; 12+ messages in thread
From: Biju Das @ 2019-09-26 15:11 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Ulf Hansson, Wolfram Sang, Linux MMC List, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro, Linux-Renesas

Hi Geert,

Thanks for the feedback.

> Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> support
> 
> Hi Biju,
> 
> On Tue, Sep 24, 2019 at 8:49 AM Biju Das <biju.das@bp.renesas.com> wrote:
> > 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" },
> 
> Is this sufficient?
> Do you need a tuning quirk entry in sdhi_quirks_match[]?

Do you mean the  "quirks->manual_calibration"  as mentioned in the below patch ? 

https://patchwork.kernel.org/patch/11024131/

regards,
Biju

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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  2019-09-26 15:11   ` Biju Das
@ 2019-09-26 15:45     ` Geert Uytterhoeven
  2019-09-27  9:28       ` Biju Das
  0 siblings, 1 reply; 12+ messages in thread
From: Geert Uytterhoeven @ 2019-09-26 15:45 UTC (permalink / raw)
  To: Biju Das
  Cc: Ulf Hansson, Wolfram Sang, Linux MMC List, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro, Linux-Renesas

Hi Biju,

On Thu, Sep 26, 2019 at 5:11 PM Biju Das <biju.das@bp.renesas.com> wrote:
> > Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
> > On Tue, Sep 24, 2019 at 8:49 AM Biju Das <biju.das@bp.renesas.com> wrote:
> > > 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" },
> >
> > Is this sufficient?
> > Do you need a tuning quirk entry in sdhi_quirks_match[]?
>
> Do you mean the  "quirks->manual_calibration"  as mentioned in the below patch ?
>
> https://patchwork.kernel.org/patch/11024131/

Exactly. Is RZ/G2N affected?

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* RE: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  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
  0 siblings, 2 replies; 12+ messages in thread
From: Biju Das @ 2019-09-27  9:28 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Ulf Hansson, Wolfram Sang, Linux MMC List, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro, Linux-Renesas

Hi Geert,

Thanks for the feedback.

> Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> support
> 
> Hi Biju,
> 
> On Thu, Sep 26, 2019 at 5:11 PM Biju Das <biju.das@bp.renesas.com> wrote:
> > > Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> > > support On Tue, Sep 24, 2019 at 8:49 AM Biju Das
> <biju.das@bp.renesas.com> wrote:
> > > > 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" },
> > >
> > > Is this sufficient?
> > > Do you need a tuning quirk entry in sdhi_quirks_match[]?
> >
> > Do you mean the  "quirks->manual_calibration"  as mentioned in the below
> patch ?
> >
> > https://patchwork.kernel.org/patch/11024131/
> 
> Exactly. Is RZ/G2N affected?

No. RZ/G2N is not affected.  I have enabled HS400 mode on RZ/G2N board and without this patch it works fine.

Note:-
 I also tested with quirk entry added in sdhi_quirks_match.  That is also works fine.

Regards,
Biju

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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  2019-09-27  9:28       ` Biju Das
@ 2019-10-02  8:20         ` Wolfram Sang
  2019-10-04  6:25         ` Biju Das
  1 sibling, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2019-10-02  8:20 UTC (permalink / raw)
  To: Biju Das
  Cc: Geert Uytterhoeven, Ulf Hansson, Wolfram Sang, Linux MMC List,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

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


> > Exactly. Is RZ/G2N affected?
> 
> No. RZ/G2N is not affected.  I have enabled HS400 mode on RZ/G2N board and without this patch it works fine.
> 
> Note:-
>  I also tested with quirk entry added in sdhi_quirks_match.  That is also works fine.

You can't really test if this is needed or not. You need confirmation
from the HW team. This is also why the patch is not upstream yet because
there is still more on-going investigation for the HW teams.


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

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

* RE: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  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
  1 sibling, 1 reply; 12+ messages in thread
From: Biju Das @ 2019-10-04  6:25 UTC (permalink / raw)
  To: Geert Uytterhoeven, Wolfram Sang
  Cc: Ulf Hansson, Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas, Linux MMC List


Hi Geert and Wolfram,

Are you happy with this patch? Please let me know.

Regards,
Biju

> Subject: RE: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> support
> 
> Hi Geert,
> 
> Thanks for the feedback.
> 
> > Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> > support
> >
> > Hi Biju,
> >
> > On Thu, Sep 26, 2019 at 5:11 PM Biju Das <biju.das@bp.renesas.com>
> wrote:
> > > > Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> > > > support On Tue, Sep 24, 2019 at 8:49 AM Biju Das
> > <biju.das@bp.renesas.com> wrote:
> > > > > 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" },
> > > >
> > > > Is this sufficient?
> > > > Do you need a tuning quirk entry in sdhi_quirks_match[]?
> > >
> > > Do you mean the  "quirks->manual_calibration"  as mentioned in the
> > > below
> > patch ?
> > >
> > > https://patchwork.kernel.org/patch/11024131/
> >
> > Exactly. Is RZ/G2N affected?
> 
> No. RZ/G2N is not affected.  I have enabled HS400 mode on RZ/G2N board
> and without this patch it works fine.
> 
> Note:-
>  I also tested with quirk entry added in sdhi_quirks_match.  That is also works
> fine.
> 
> Regards,
> Biju

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

* RE: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  2019-10-04  6:25         ` Biju Das
@ 2019-10-22  7:30           ` Biju Das
  0 siblings, 0 replies; 12+ messages in thread
From: Biju Das @ 2019-10-22  7:30 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Ulf Hansson, Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas, Linux MMC List,
	Geert Uytterhoeven

Hi Wolfram,

Gentle remainder.

This patch is for whitelisting r8a774b1 SoC and there by supporting the same.   Are you happy with this patch? 

Regards,
Biju

> Subject: RE: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> support
> 
> 
> Hi Geert and Wolfram,
> 
> Are you happy with this patch? Please let me know.
> 
> Regards,
> Biju
> 
> > Subject: RE: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> > support
> >
> > Hi Geert,
> >
> > Thanks for the feedback.
> >
> > > Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> > > support
> > >
> > > Hi Biju,
> > >
> > > On Thu, Sep 26, 2019 at 5:11 PM Biju Das <biju.das@bp.renesas.com>
> > wrote:
> > > > > Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add
> > > > > r8a774b1 support On Tue, Sep 24, 2019 at 8:49 AM Biju Das
> > > <biju.das@bp.renesas.com> wrote:
> > > > > > 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" },
> > > > >
> > > > > Is this sufficient?
> > > > > Do you need a tuning quirk entry in sdhi_quirks_match[]?
> > > >
> > > > Do you mean the  "quirks->manual_calibration"  as mentioned in the
> > > > below
> > > patch ?
> > > >
> > > > https://patchwork.kernel.org/patch/11024131/
> > >
> > > Exactly. Is RZ/G2N affected?
> >
> > No. RZ/G2N is not affected.  I have enabled HS400 mode on RZ/G2N board
> > and without this patch it works fine.
> >
> > Note:-
> >  I also tested with quirk entry added in sdhi_quirks_match.  That is
> > also works fine.
> >
> > Regards,
> > Biju

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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  2019-09-24  6:49 [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support Biju Das
  2019-09-26 14:21 ` Geert Uytterhoeven
@ 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
  2 siblings, 2 replies; 12+ messages in thread
From: Wolfram Sang @ 2019-10-23 15:16 UTC (permalink / raw)
  To: Biju Das
  Cc: Ulf Hansson, Wolfram Sang, linux-mmc, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro, linux-renesas-soc

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

On Tue, Sep 24, 2019 at 07:49:04AM +0100, Biju Das wrote:
> This patch adds SDHI support for RZ/G2N (R8A774B1) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

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

But please keep an eye on the patch which Geert mentioned and check with
your HW team if your SoC needs this, too. (You can't really test that
without a very specific setup)


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

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

* RE: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  2019-10-23 15:16 ` Wolfram Sang
@ 2019-10-24  6:39   ` Biju Das
  2019-10-28 12:37   ` Biju Das
  1 sibling, 0 replies; 12+ messages in thread
From: Biju Das @ 2019-10-24  6:39 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Ulf Hansson, Wolfram Sang, linux-mmc, Geert Uytterhoeven,
	Simon Horman, Chris Paterson, Fabrizio Castro, linux-renesas-soc

Hi Wolfram,

Thanks for the feedback.

> Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> support
> 
> On Tue, Sep 24, 2019 at 07:49:04AM +0100, Biju Das wrote:
> > This patch adds SDHI support for RZ/G2N (R8A774B1) SoC.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> 
> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> 
> But please keep an eye on the patch which Geert mentioned and check with
> your HW team if your SoC needs this, too. (You can't really test that without a
> very specific setup)

Yes, I will keep an eye on the patch mentioned by Geert and will check the same with HW team.

Regards,
Biju




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

* RE: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  2019-10-23 15:16 ` Wolfram Sang
  2019-10-24  6:39   ` Biju Das
@ 2019-10-28 12:37   ` Biju Das
  1 sibling, 0 replies; 12+ messages in thread
From: Biju Das @ 2019-10-28 12:37 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Wolfram Sang, linux-mmc, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro, linux-renesas-soc

Hi Ulf Hansson,

Gentle reminder.  Are you happy with the below patch?

Regards,
Biju

> -----Original Message-----
> From: Wolfram Sang <wsa@the-dreams.de>
> Sent: Wednesday, October 23, 2019 4:16 PM
> To: Biju Das <biju.das@bp.renesas.com>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>; Wolfram Sang
> <wsa+renesas@sang-engineering.com>; linux-mmc@vger.kernel.org; Geert
> Uytterhoeven <geert+renesas@glider.be>; Simon Horman
> <horms@verge.net.au>; Chris Paterson <Chris.Paterson2@renesas.com>;
> Fabrizio Castro <fabrizio.castro@bp.renesas.com>; linux-renesas-
> soc@vger.kernel.org
> Subject: Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1
> support
> 
> On Tue, Sep 24, 2019 at 07:49:04AM +0100, Biju Das wrote:
> > This patch adds SDHI support for RZ/G2N (R8A774B1) SoC.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> 
> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> 
> But please keep an eye on the patch which Geert mentioned and check with
> your HW team if your SoC needs this, too. (You can't really test that without a
> very specific setup)


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

* Re: [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support
  2019-09-24  6:49 [PATCH] mmc: renesas_sdhi_internal_dmac: Add r8a774b1 support Biju Das
  2019-09-26 14:21 ` Geert Uytterhoeven
  2019-10-23 15:16 ` Wolfram Sang
@ 2019-10-30 15:56 ` Ulf Hansson
  2 siblings, 0 replies; 12+ messages in thread
From: Ulf Hansson @ 2019-10-30 15:56 UTC (permalink / raw)
  To: Biju Das
  Cc: Wolfram Sang, linux-mmc, Geert Uytterhoeven, Simon Horman,
	Chris Paterson, Fabrizio Castro, Linux-Renesas

On Tue, 24 Sep 2019 at 08:49, Biju Das <biju.das@bp.renesas.com> wrote:
>
> This patch adds SDHI support for RZ/G2N (R8A774B1) SoC.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Applied for next, thanks!

Kind regards
Uffe


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