All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
@ 2017-01-04 17:39 Wolfram Sang
  2017-01-04 17:39 ` [PATCH RESEND 1/2] arm64: dts: r8a7795: enable HS200 for eMMC Wolfram Sang
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Wolfram Sang @ 2017-01-04 17:39 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Simon Horman, Wolfram Sang

Simon,

as Ulf picked up the driver patches for HS200 support, it is now safe to pick
up the DTS patches, I'd say? I rebased them to the dt-for-4.11 branch.

All the best,

   Wolfram


Wolfram Sang (2):
  arm64: dts: r8a7795: enable HS200 for eMMC
  arm64: dts: r8a7796: enable HS200 for eMMC

 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 1 +
 arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 1 +
 2 files changed, 2 insertions(+)

-- 
2.10.2

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

* [PATCH RESEND 1/2] arm64: dts: r8a7795: enable HS200 for eMMC
  2017-01-04 17:39 [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT Wolfram Sang
@ 2017-01-04 17:39 ` Wolfram Sang
  2017-01-04 17:39 ` [PATCH RESEND 2/2] arm64: dts: r8a7796: " Wolfram Sang
  2017-01-12 22:43 ` [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT Wolfram Sang
  2 siblings, 0 replies; 24+ messages in thread
From: Wolfram Sang @ 2017-01-04 17:39 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Simon Horman, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
index bcaf4008d32d00..b68514041fc4f6 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
@@ -452,6 +452,7 @@
 	vmmc-supply = <&reg_3p3v>;
 	vqmmc-supply = <&reg_1p8v>;
 	bus-width = <8>;
+	mmc-hs200-1_8v;
 	non-removable;
 	status = "okay";
 };
-- 
2.10.2

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

* [PATCH RESEND 2/2] arm64: dts: r8a7796: enable HS200 for eMMC
  2017-01-04 17:39 [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT Wolfram Sang
  2017-01-04 17:39 ` [PATCH RESEND 1/2] arm64: dts: r8a7795: enable HS200 for eMMC Wolfram Sang
@ 2017-01-04 17:39 ` Wolfram Sang
  2017-01-12 22:43 ` [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT Wolfram Sang
  2 siblings, 0 replies; 24+ messages in thread
From: Wolfram Sang @ 2017-01-04 17:39 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Simon Horman, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts
index f35e96ca7d6050..5fa6e91953d494 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts
@@ -184,6 +184,7 @@
 	vmmc-supply = <&reg_3p3v>;
 	vqmmc-supply = <&reg_1p8v>;
 	bus-width = <8>;
+	mmc-hs200-1_8v;
 	non-removable;
 	status = "okay";
 };
-- 
2.10.2

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-04 17:39 [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT Wolfram Sang
  2017-01-04 17:39 ` [PATCH RESEND 1/2] arm64: dts: r8a7795: enable HS200 for eMMC Wolfram Sang
  2017-01-04 17:39 ` [PATCH RESEND 2/2] arm64: dts: r8a7796: " Wolfram Sang
@ 2017-01-12 22:43 ` Wolfram Sang
  2017-01-13  8:37   ` Simon Horman
  2 siblings, 1 reply; 24+ messages in thread
From: Wolfram Sang @ 2017-01-12 22:43 UTC (permalink / raw)
  To: Simon Horman; +Cc: linux-renesas-soc

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

On Wed, Jan 04, 2017 at 06:39:52PM +0100, Wolfram Sang wrote:
> Simon,
> 
> as Ulf picked up the driver patches for HS200 support, it is now safe to pick
> up the DTS patches, I'd say? I rebased them to the dt-for-4.11 branch.
> 
> All the best,
> 
>    Wolfram
> 
> 
> Wolfram Sang (2):
>   arm64: dts: r8a7795: enable HS200 for eMMC
>   arm64: dts: r8a7796: enable HS200 for eMMC
> 
>  arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 1 +
>  arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 1 +
>  2 files changed, 2 insertions(+)

Ping :)


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

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-12 22:43 ` [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT Wolfram Sang
@ 2017-01-13  8:37   ` Simon Horman
  2017-01-13  8:39     ` Wolfram Sang
  0 siblings, 1 reply; 24+ messages in thread
From: Simon Horman @ 2017-01-13  8:37 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-renesas-soc

On Thu, Jan 12, 2017 at 11:43:53PM +0100, Wolfram Sang wrote:
> On Wed, Jan 04, 2017 at 06:39:52PM +0100, Wolfram Sang wrote:
> > Simon,
> > 
> > as Ulf picked up the driver patches for HS200 support, it is now safe to pick
> > up the DTS patches, I'd say? I rebased them to the dt-for-4.11 branch.
> > 
> > All the best,
> > 
> >    Wolfram
> > 
> > 
> > Wolfram Sang (2):
> >   arm64: dts: r8a7795: enable HS200 for eMMC
> >   arm64: dts: r8a7796: enable HS200 for eMMC
> > 
> >  arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 1 +
> >  arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 1 +
> >  2 files changed, 2 insertions(+)
> 
> Ping :)

Sorry for missing these.
I have queued them up for v4.11.

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-13  8:37   ` Simon Horman
@ 2017-01-13  8:39     ` Wolfram Sang
  2017-01-26 10:01       ` Simon Horman
  0 siblings, 1 reply; 24+ messages in thread
From: Wolfram Sang @ 2017-01-13  8:39 UTC (permalink / raw)
  To: Simon Horman; +Cc: linux-renesas-soc

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

> Sorry for missing these.
> I have queued them up for v4.11.

Thank you!


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

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-13  8:39     ` Wolfram Sang
@ 2017-01-26 10:01       ` Simon Horman
  2017-01-26 10:03         ` Wolfram Sang
  0 siblings, 1 reply; 24+ messages in thread
From: Simon Horman @ 2017-01-26 10:01 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-renesas-soc

On Fri, Jan 13, 2017 at 09:39:28AM +0100, Wolfram Sang wrote:
> > Sorry for missing these.
> > I have queued them up for v4.11.
> 
> Thank you!

On my r8a7796/salvator-x I see the following with this series applied:

sh_mobile_sdhi ee140000.sd: timeout waiting for hardware interrupt (CMD13)

I am currently thinking in terms of dropping this series from v4.11
so we can revisit it for v4.12.

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 10:01       ` Simon Horman
@ 2017-01-26 10:03         ` Wolfram Sang
  2017-01-26 10:27           ` Simon Horman
  2017-01-26 13:58           ` Geert Uytterhoeven
  0 siblings, 2 replies; 24+ messages in thread
From: Wolfram Sang @ 2017-01-26 10:03 UTC (permalink / raw)
  To: Simon Horman; +Cc: linux-renesas-soc

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

On Thu, Jan 26, 2017 at 11:01:17AM +0100, Simon Horman wrote:
> On Fri, Jan 13, 2017 at 09:39:28AM +0100, Wolfram Sang wrote:
> > > Sorry for missing these.
> > > I have queued them up for v4.11.
> > 
> > Thank you!
> 
> On my r8a7796/salvator-x I see the following with this series applied:
> 
> sh_mobile_sdhi ee140000.sd: timeout waiting for hardware interrupt (CMD13)

Do you have the HS200 enablement patches in that branch? They are
currently in -next.


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

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 10:03         ` Wolfram Sang
@ 2017-01-26 10:27           ` Simon Horman
  2017-01-26 11:36             ` Wolfram Sang
  2017-01-26 13:58           ` Geert Uytterhoeven
  1 sibling, 1 reply; 24+ messages in thread
From: Simon Horman @ 2017-01-26 10:27 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-renesas-soc

On Thu, Jan 26, 2017 at 11:03:56AM +0100, Wolfram Sang wrote:
> On Thu, Jan 26, 2017 at 11:01:17AM +0100, Simon Horman wrote:
> > On Fri, Jan 13, 2017 at 09:39:28AM +0100, Wolfram Sang wrote:
> > > > Sorry for missing these.
> > > > I have queued them up for v4.11.
> > > 
> > > Thank you!
> > 
> > On my r8a7796/salvator-x I see the following with this series applied:
> > 
> > sh_mobile_sdhi ee140000.sd: timeout waiting for hardware interrupt (CMD13)
> 
> Do you have the HS200 enablement patches in that branch? They are
> currently in -next.

I tried mmc/next (but didn't notice anything special there).
Which patches should I be looking for?

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 10:27           ` Simon Horman
@ 2017-01-26 11:36             ` Wolfram Sang
  2017-01-26 13:33               ` Simon Horman
  0 siblings, 1 reply; 24+ messages in thread
From: Wolfram Sang @ 2017-01-26 11:36 UTC (permalink / raw)
  To: Simon Horman; +Cc: linux-renesas-soc

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


> > Do you have the HS200 enablement patches in that branch? They are
> > currently in -next.
> 
> I tried mmc/next (but didn't notice anything special there).
> Which patches should I be looking for?

The series starting with 59c21074b582aa ("mmc: sh_mobile_sdhi: simplify
accessing DT data") up to 8c81459fa8adec ("mmc: sh_mobile_sdhi: enable
HS200").

Do you already fetch from Ulf's kernel.org tree? He switched away from
the Linaro tree for MMC for a while. I only realized when he complained
that he can't apply my patches.


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

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 11:36             ` Wolfram Sang
@ 2017-01-26 13:33               ` Simon Horman
  2017-01-26 13:54                 ` Wolfram Sang
  0 siblings, 1 reply; 24+ messages in thread
From: Simon Horman @ 2017-01-26 13:33 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-renesas-soc

On Thu, Jan 26, 2017 at 12:36:57PM +0100, Wolfram Sang wrote:
> 
> > > Do you have the HS200 enablement patches in that branch? They are
> > > currently in -next.
> > 
> > I tried mmc/next (but didn't notice anything special there).
> > Which patches should I be looking for?
> 
> The series starting with 59c21074b582aa ("mmc: sh_mobile_sdhi: simplify
> accessing DT data") up to 8c81459fa8adec ("mmc: sh_mobile_sdhi: enable
> HS200").
> 
> Do you already fetch from Ulf's kernel.org tree? He switched away from
> the Linaro tree for MMC for a while. I only realized when he complained
> that he can't apply my patches.

Thanks, I had not realised that. I've pulled the kernel.org tree.

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 13:33               ` Simon Horman
@ 2017-01-26 13:54                 ` Wolfram Sang
  2017-01-26 14:06                   ` Simon Horman
  0 siblings, 1 reply; 24+ messages in thread
From: Wolfram Sang @ 2017-01-26 13:54 UTC (permalink / raw)
  To: Simon Horman; +Cc: linux-renesas-soc

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


> > Do you already fetch from Ulf's kernel.org tree? He switched away from
> > the Linaro tree for MMC for a while. I only realized when he complained

"since a while" not "for a while", of course.

> Thanks, I had not realised that. I've pulled the kernel.org tree.

So, there is hope for the patches to be in v4.11? :)


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

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 10:03         ` Wolfram Sang
  2017-01-26 10:27           ` Simon Horman
@ 2017-01-26 13:58           ` Geert Uytterhoeven
  1 sibling, 0 replies; 24+ messages in thread
From: Geert Uytterhoeven @ 2017-01-26 13:58 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Simon Horman, Linux-Renesas

Hi Wolfram,

On Thu, Jan 26, 2017 at 11:03 AM, Wolfram Sang <wsa@the-dreams.de> wrote:
> On Thu, Jan 26, 2017 at 11:01:17AM +0100, Simon Horman wrote:
>> On Fri, Jan 13, 2017 at 09:39:28AM +0100, Wolfram Sang wrote:
>> > > Sorry for missing these.
>> > > I have queued them up for v4.11.
>> >
>> > Thank you!
>>
>> On my r8a7796/salvator-x I see the following with this series applied:
>>
>> sh_mobile_sdhi ee140000.sd: timeout waiting for hardware interrupt (CMD13)
>
> Do you have the HS200 enablement patches in that branch? They are
> currently in -next.

I saw the same thing with renesas-devel last week, only on M3-W.
The same kernel on H3 didn't spew such messages.
According to Shimoda-san, it was due to different eMMCs on H3 and M3-W.

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] 24+ messages in thread

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 13:54                 ` Wolfram Sang
@ 2017-01-26 14:06                   ` Simon Horman
  2017-01-26 14:16                     ` Wolfram Sang
  0 siblings, 1 reply; 24+ messages in thread
From: Simon Horman @ 2017-01-26 14:06 UTC (permalink / raw)
  To: Wolfram Sang, Geert Uytterhoeven; +Cc: linux-renesas-soc

On Thu, Jan 26, 2017 at 02:54:53PM +0100, Wolfram Sang wrote:
> 
> > > Do you already fetch from Ulf's kernel.org tree? He switched away from
> > > the Linaro tree for MMC for a while. I only realized when he complained
> 
> "since a while" not "for a while", of course.
> 
> > Thanks, I had not realised that. I've pulled the kernel.org tree.

I have tested with "the new mmc/next" and things seem better.
The problem does not appear to manifest in light testing.

> So, there is hope for the patches to be in v4.11? :)

On Thu, Jan 26, 2017 at 02:58:58PM +0100, Geert Uytterhoeven wrote:
> Hi Wolfram,
> 
> On Thu, Jan 26, 2017 at 11:03 AM, Wolfram Sang <wsa@the-dreams.de> wrote:
> > On Thu, Jan 26, 2017 at 11:01:17AM +0100, Simon Horman wrote:
> >> On Fri, Jan 13, 2017 at 09:39:28AM +0100, Wolfram Sang wrote:
> >> > > Sorry for missing these.
> >> > > I have queued them up for v4.11.
> >> >
> >> > Thank you!
> >>
> >> On my r8a7796/salvator-x I see the following with this series applied:
> >>
> >> sh_mobile_sdhi ee140000.sd: timeout waiting for hardware interrupt (CMD13)
> >
> > Do you have the HS200 enablement patches in that branch? They are
> > currently in -next.
> 
> I saw the same thing with renesas-devel last week, only on M3-W.
> The same kernel on H3 didn't spew such messages.
> According to Shimoda-san, it was due to different eMMCs on H3 and M3-W.

Thanks, my interpretation of that is that the H3 patch of this series is fine.

I am still of a mind to drop the M3-W patch of this series because unless
we can control the order that things are merged into Linus's tree
there will be a temporary regression there. Moreover I'm not very excited
about renesas-next having regressed.

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 14:06                   ` Simon Horman
@ 2017-01-26 14:16                     ` Wolfram Sang
  2017-01-26 14:40                       ` Geert Uytterhoeven
  2017-01-26 15:24                       ` Simon Horman
  0 siblings, 2 replies; 24+ messages in thread
From: Wolfram Sang @ 2017-01-26 14:16 UTC (permalink / raw)
  To: Simon Horman; +Cc: Geert Uytterhoeven, linux-renesas-soc

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


> I have tested with "the new mmc/next" and things seem better.

Good. The issue you saw is expected when you have not the enablement
patches in place.

> I am still of a mind to drop the M3-W patch of this series because unless
> we can control the order that things are merged into Linus's tree
> there will be a temporary regression there. Moreover I'm not very excited
> about renesas-next having regressed.

I have not heard of a regression. Geert, did you report that? Did I miss
that? As you can see, I did test the patches with M3 as well:

http://elinux.org/Tests:eMMC-HS

and Jinso test team (Duc-san) confirmed it works for them with H3 and
M3-W. In private communication, though.

Regards,

   Wolfram


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

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 14:16                     ` Wolfram Sang
@ 2017-01-26 14:40                       ` Geert Uytterhoeven
  2017-01-26 14:51                         ` Wolfram Sang
  2017-01-26 15:24                       ` Simon Horman
  1 sibling, 1 reply; 24+ messages in thread
From: Geert Uytterhoeven @ 2017-01-26 14:40 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Simon Horman, Linux-Renesas

Hi Wolfram,

On Thu, Jan 26, 2017 at 3:16 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
>> I have tested with "the new mmc/next" and things seem better.
>
> Good. The issue you saw is expected when you have not the enablement
> patches in place.
>
>> I am still of a mind to drop the M3-W patch of this series because unless
>> we can control the order that things are merged into Linus's tree
>> there will be a temporary regression there. Moreover I'm not very excited
>> about renesas-next having regressed.
>
> I have not heard of a regression. Geert, did you report that? Did I miss
> that? As you can see, I did test the patches with M3 as well:
>
> http://elinux.org/Tests:eMMC-HS
>
> and Jinso test team (Duc-san) confirmed it works for them with H3 and
> M3-W. In private communication, though.

The issue happened with renesas-devel, i.e. without those patches.
It was mentioned during last core meeting, so have a look at that log.

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] 24+ messages in thread

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 14:40                       ` Geert Uytterhoeven
@ 2017-01-26 14:51                         ` Wolfram Sang
  0 siblings, 0 replies; 24+ messages in thread
From: Wolfram Sang @ 2017-01-26 14:51 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Simon Horman, Linux-Renesas

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


> The issue happened with renesas-devel, i.e. without those patches.
> It was mentioned during last core meeting, so have a look at that log.

No need to. As I said, the behaviour is expected without the patches.
Thanks for the update!


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

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 14:16                     ` Wolfram Sang
  2017-01-26 14:40                       ` Geert Uytterhoeven
@ 2017-01-26 15:24                       ` Simon Horman
  2017-01-26 20:17                         ` Wolfram Sang
  1 sibling, 1 reply; 24+ messages in thread
From: Simon Horman @ 2017-01-26 15:24 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Geert Uytterhoeven, linux-renesas-soc

On Thu, Jan 26, 2017 at 03:16:57PM +0100, Wolfram Sang wrote:
> 
> > I have tested with "the new mmc/next" and things seem better.
> 
> Good. The issue you saw is expected when you have not the enablement
> patches in place.
> 
> > I am still of a mind to drop the M3-W patch of this series because unless
> > we can control the order that things are merged into Linus's tree
> > there will be a temporary regression there. Moreover I'm not very excited
> > about renesas-next having regressed.
> 
> I have not heard of a regression. Geert, did you report that? Did I miss
> that? As you can see, I did test the patches with M3 as well:
> 
> http://elinux.org/Tests:eMMC-HS
> 
> and Jinso test team (Duc-san) confirmed it works for them with H3 and
> M3-W. In private communication, though.

The problem I see is the following logged to the console
(which makes the console semi-unusable).

sh_mobile_sdhi ee140000.sd: timeout waiting for hardware interrupt (CMD13)

I'm on IRC if you'd like to chat there.

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 15:24                       ` Simon Horman
@ 2017-01-26 20:17                         ` Wolfram Sang
  2017-01-27  6:33                           ` Simon Horman
  0 siblings, 1 reply; 24+ messages in thread
From: Wolfram Sang @ 2017-01-26 20:17 UTC (permalink / raw)
  To: Simon Horman; +Cc: Geert Uytterhoeven, linux-renesas-soc

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


> The problem I see is the following logged to the console
> (which makes the console semi-unusable).
> 
> sh_mobile_sdhi ee140000.sd: timeout waiting for hardware interrupt (CMD13)

Just to make sure: with the HS200 enablement patches present?


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

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-26 20:17                         ` Wolfram Sang
@ 2017-01-27  6:33                           ` Simon Horman
  2017-01-27  7:27                             ` Wolfram Sang
  0 siblings, 1 reply; 24+ messages in thread
From: Simon Horman @ 2017-01-27  6:33 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Geert Uytterhoeven, linux-renesas-soc

On Thu, Jan 26, 2017 at 09:17:02PM +0100, Wolfram Sang wrote:
> 
> > The problem I see is the following logged to the console
> > (which makes the console semi-unusable).
> > 
> > sh_mobile_sdhi ee140000.sd: timeout waiting for hardware interrupt (CMD13)
> 
> Just to make sure: with the HS200 enablement patches present?

Using renesas-next without mmc-next I see the problem above on the M3-W.
Using renesas-next with mmc-next I do not see the problem above.
Using v4.10-rc2 I also do not see the problem above.

So I believe we should delay the integration change, which is currently in
renesas-next, until the driver change in mmc-next hits Linus's tree.

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-27  6:33                           ` Simon Horman
@ 2017-01-27  7:27                             ` Wolfram Sang
  2017-01-27  8:16                               ` Simon Horman
  0 siblings, 1 reply; 24+ messages in thread
From: Wolfram Sang @ 2017-01-27  7:27 UTC (permalink / raw)
  To: Simon Horman; +Cc: Geert Uytterhoeven, linux-renesas-soc

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


> Using renesas-next without mmc-next I see the problem above on the M3-W.
> Using renesas-next with mmc-next I do not see the problem above.
> Using v4.10-rc2 I also do not see the problem above.

OK. So there is no problem with the code, at least.

> So I believe we should delay the integration change, which is currently in
> renesas-next, until the driver change in mmc-next hits Linus's tree.

Whatever you do, H3 and M3-W should be treated equally IMO.


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

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-27  7:27                             ` Wolfram Sang
@ 2017-01-27  8:16                               ` Simon Horman
  2017-04-08 11:06                                 ` Wolfram Sang
  2017-04-08 11:20                                 ` Wolfram Sang
  0 siblings, 2 replies; 24+ messages in thread
From: Simon Horman @ 2017-01-27  8:16 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Geert Uytterhoeven, linux-renesas-soc

On Fri, Jan 27, 2017 at 08:27:28AM +0100, Wolfram Sang wrote:
> 
> > Using renesas-next without mmc-next I see the problem above on the M3-W.
> > Using renesas-next with mmc-next I do not see the problem above.
> > Using v4.10-rc2 I also do not see the problem above.
> 
> OK. So there is no problem with the code, at least.
> 
> > So I believe we should delay the integration change, which is currently in
> > renesas-next, until the driver change in mmc-next hits Linus's tree.
> 
> Whatever you do, H3 and M3-W should be treated equally IMO.

Sure, that is reasonable. This is what I plan to do:

1. Drop this series from v4.11
2. Re-queue them for v4.12 once the driver changes hit an rc release
   - Please ping me one that happens

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-27  8:16                               ` Simon Horman
@ 2017-04-08 11:06                                 ` Wolfram Sang
  2017-04-08 11:20                                 ` Wolfram Sang
  1 sibling, 0 replies; 24+ messages in thread
From: Wolfram Sang @ 2017-04-08 11:06 UTC (permalink / raw)
  To: Simon Horman; +Cc: Geert Uytterhoeven, linux-renesas-soc

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

Hi Simon,

On Fri, Jan 27, 2017 at 09:16:08AM +0100, Simon Horman wrote:
> On Fri, Jan 27, 2017 at 08:27:28AM +0100, Wolfram Sang wrote:
> > 
> > > Using renesas-next without mmc-next I see the problem above on the M3-W.
> > > Using renesas-next with mmc-next I do not see the problem above.
> > > Using v4.10-rc2 I also do not see the problem above.
> > 
> > OK. So there is no problem with the code, at least.
> > 
> > > So I believe we should delay the integration change, which is currently in
> > > renesas-next, until the driver change in mmc-next hits Linus's tree.
> > 
> > Whatever you do, H3 and M3-W should be treated equally IMO.
> 
> Sure, that is reasonable. This is what I plan to do:
> 
> 1. Drop this series from v4.11
> 2. Re-queue them for v4.12 once the driver changes hit an rc release
>    - Please ping me one that happens

Ping :) Do I need to resend? If so, what branch should I base this on?

Have a nice weekend,

   Wolfram


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

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

* Re: [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT
  2017-01-27  8:16                               ` Simon Horman
  2017-04-08 11:06                                 ` Wolfram Sang
@ 2017-04-08 11:20                                 ` Wolfram Sang
  1 sibling, 0 replies; 24+ messages in thread
From: Wolfram Sang @ 2017-04-08 11:20 UTC (permalink / raw)
  To: Simon Horman; +Cc: Geert Uytterhoeven, linux-renesas-soc

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

>    - Please ping me one that happens

Well, to ease and speed up things, I'll simply resend in a minute based
on arm64-dt-for-v4.12.


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

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

end of thread, other threads:[~2017-04-08 11:20 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-04 17:39 [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT Wolfram Sang
2017-01-04 17:39 ` [PATCH RESEND 1/2] arm64: dts: r8a7795: enable HS200 for eMMC Wolfram Sang
2017-01-04 17:39 ` [PATCH RESEND 2/2] arm64: dts: r8a7796: " Wolfram Sang
2017-01-12 22:43 ` [PATCH RESEND 0/2] arm64: gen3: enable eMMC HS200 in DT Wolfram Sang
2017-01-13  8:37   ` Simon Horman
2017-01-13  8:39     ` Wolfram Sang
2017-01-26 10:01       ` Simon Horman
2017-01-26 10:03         ` Wolfram Sang
2017-01-26 10:27           ` Simon Horman
2017-01-26 11:36             ` Wolfram Sang
2017-01-26 13:33               ` Simon Horman
2017-01-26 13:54                 ` Wolfram Sang
2017-01-26 14:06                   ` Simon Horman
2017-01-26 14:16                     ` Wolfram Sang
2017-01-26 14:40                       ` Geert Uytterhoeven
2017-01-26 14:51                         ` Wolfram Sang
2017-01-26 15:24                       ` Simon Horman
2017-01-26 20:17                         ` Wolfram Sang
2017-01-27  6:33                           ` Simon Horman
2017-01-27  7:27                             ` Wolfram Sang
2017-01-27  8:16                               ` Simon Horman
2017-04-08 11:06                                 ` Wolfram Sang
2017-04-08 11:20                                 ` Wolfram Sang
2017-01-26 13:58           ` Geert Uytterhoeven

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.