linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104
@ 2016-11-03 15:07 Simon Horman
  2016-11-03 15:07 ` [PATCH v8 1/3] ARM: dts: lager: " Simon Horman
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Simon Horman @ 2016-11-03 15:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

this series enables SDHI UHS-I SDR-104 on:
* r8a7790/lager
* r8a7791/koelsch
* r8a7794/alt

It is based on renesas-next-20161102-v4.9-rc1.

For functional SDR-104 support the following dependencies are needed:
* [PATCH v8 0/6] UHS-I SDR-104 support for sh_mobile_sdhi

To aid review the following git branches are provided:
* This patchset:
  https:://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/sdr104-integration-v8
* This patch-set and above dependency
  https:://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/sdr104-v8

Changes since v7:
* Dropped merged matches
* Dropped r8a779[56]/salvator-x patches for now as it seems further work is
  required in order to reliably enable SDR104 on those SoCs.

Simon Horman (3):
  ARM: dts: lager: Enable UHS-I SDR-104
  ARM: dts: koelsch: Enable UHS-I SDR-104
  ARM: dts: alt: Enable UHS-I SDR-104

 arch/arm/boot/dts/r8a7790-lager.dts   | 1 +
 arch/arm/boot/dts/r8a7791-koelsch.dts | 1 +
 arch/arm/boot/dts/r8a7794-alt.dts     | 1 +
 3 files changed, 3 insertions(+)

-- 
2.7.0.rc3.207.g0ac5344

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

* [PATCH v8 1/3] ARM: dts: lager: Enable UHS-I SDR-104
  2016-11-03 15:07 [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104 Simon Horman
@ 2016-11-03 15:07 ` Simon Horman
  2016-11-03 15:07 ` [PATCH v8 2/3] ARM: dts: koelsch: " Simon Horman
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-11-03 15:07 UTC (permalink / raw)
  To: linux-arm-kernel

Add the sd-uhs-sdr104 property to SDHI0.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7790-lager.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 434268262d88..e42748a5fe10 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -575,6 +575,7 @@
 	vqmmc-supply = <&vccq_sdhi0>;
 	cd-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
 	sd-uhs-sdr50;
+	sd-uhs-sdr104;
 	status = "okay";
 };
 
-- 
2.7.0.rc3.207.g0ac5344

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

* [PATCH v8 2/3] ARM: dts: koelsch: Enable UHS-I SDR-104
  2016-11-03 15:07 [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104 Simon Horman
  2016-11-03 15:07 ` [PATCH v8 1/3] ARM: dts: lager: " Simon Horman
@ 2016-11-03 15:07 ` Simon Horman
  2016-11-03 15:07 ` [PATCH v8 3/3] ARM: dts: alt: " Simon Horman
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-11-03 15:07 UTC (permalink / raw)
  To: linux-arm-kernel

And the sd-uhs-sdr104 property to SDHI0.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index c457b43deb7d..57e69af65136 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -499,6 +499,7 @@
 	cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
 	wp-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
 	sd-uhs-sdr50;
+	sd-uhs-sdr104;
 	status = "okay";
 };
 
-- 
2.7.0.rc3.207.g0ac5344

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

* [PATCH v8 3/3] ARM: dts: alt: Enable UHS-I SDR-104
  2016-11-03 15:07 [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104 Simon Horman
  2016-11-03 15:07 ` [PATCH v8 1/3] ARM: dts: lager: " Simon Horman
  2016-11-03 15:07 ` [PATCH v8 2/3] ARM: dts: koelsch: " Simon Horman
@ 2016-11-03 15:07 ` Simon Horman
  2016-11-05 11:45 ` [PATCH v8 0/3] ARM, arm64: renesas: " Wolfram Sang
  2016-11-10 11:47 ` Wolfram Sang
  4 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-11-03 15:07 UTC (permalink / raw)
  To: linux-arm-kernel

And the sd-uhs-sdr104 property to SDHI0.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7794-alt.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts
index 325d3f972c57..ccb80d66076f 100644
--- a/arch/arm/boot/dts/r8a7794-alt.dts
+++ b/arch/arm/boot/dts/r8a7794-alt.dts
@@ -277,6 +277,7 @@
 	cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
 	wp-gpios = <&gpio6 7 GPIO_ACTIVE_LOW>;
 	sd-uhs-sdr50;
+	sd-uhs-sdr104;
 	status = "okay";
 };
 
-- 
2.7.0.rc3.207.g0ac5344

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

* [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104
  2016-11-03 15:07 [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104 Simon Horman
                   ` (2 preceding siblings ...)
  2016-11-03 15:07 ` [PATCH v8 3/3] ARM: dts: alt: " Simon Horman
@ 2016-11-05 11:45 ` Wolfram Sang
  2016-11-07  9:57   ` Simon Horman
  2016-11-10 11:47 ` Wolfram Sang
  4 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2016-11-05 11:45 UTC (permalink / raw)
  To: linux-arm-kernel


> To aid review the following git branches are provided:
> * This patchset:
>   https:://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/sdr104-integration-v8
> * This patch-set and above dependency
>   https:://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/sdr104-v8

driver-v8 is there, but those two are not. Forgot to push out? :)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20161105/84af31ec/attachment.sig>

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

* [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104
  2016-11-05 11:45 ` [PATCH v8 0/3] ARM, arm64: renesas: " Wolfram Sang
@ 2016-11-07  9:57   ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-11-07  9:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 05, 2016 at 12:45:02PM +0100, Wolfram Sang wrote:
> 
> > To aid review the following git branches are provided:
> > * This patchset:
> >   https:://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/sdr104-integration-v8
> > * This patch-set and above dependency
> >   https:://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/sdr104-v8
> 
> driver-v8 is there, but those two are not. Forgot to push out? :)

Sorry about that, they should be there now.

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

* [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104
  2016-11-03 15:07 [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104 Simon Horman
                   ` (3 preceding siblings ...)
  2016-11-05 11:45 ` [PATCH v8 0/3] ARM, arm64: renesas: " Wolfram Sang
@ 2016-11-10 11:47 ` Wolfram Sang
  2016-11-11  8:27   ` Simon Horman
  4 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2016-11-10 11:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 03, 2016 at 04:07:22PM +0100, Simon Horman wrote:
> Hi,
> 
> this series enables SDHI UHS-I SDR-104 on:
> * r8a7790/lager
> * r8a7791/koelsch
> * r8a7794/alt
> 
> It is based on renesas-next-20161102-v4.9-rc1.

For the whole series:

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

For Lager:

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20161110/b1350af2/attachment.sig>

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

* [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104
  2016-11-10 11:47 ` Wolfram Sang
@ 2016-11-11  8:27   ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-11-11  8:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 10, 2016 at 12:47:00PM +0100, Wolfram Sang wrote:
> On Thu, Nov 03, 2016 at 04:07:22PM +0100, Simon Horman wrote:
> > Hi,
> > 
> > this series enables SDHI UHS-I SDR-104 on:
> > * r8a7790/lager
> > * r8a7791/koelsch
> > * r8a7794/alt
> > 
> > It is based on renesas-next-20161102-v4.9-rc1.
> 
> For the whole series:
> 
> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> 
> For Lager:
> 
> Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Thanks, I have queued these up.

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

end of thread, other threads:[~2016-11-11  8:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 15:07 [PATCH v8 0/3] ARM, arm64: renesas: Enable UHS-I SDR-104 Simon Horman
2016-11-03 15:07 ` [PATCH v8 1/3] ARM: dts: lager: " Simon Horman
2016-11-03 15:07 ` [PATCH v8 2/3] ARM: dts: koelsch: " Simon Horman
2016-11-03 15:07 ` [PATCH v8 3/3] ARM: dts: alt: " Simon Horman
2016-11-05 11:45 ` [PATCH v8 0/3] ARM, arm64: renesas: " Wolfram Sang
2016-11-07  9:57   ` Simon Horman
2016-11-10 11:47 ` Wolfram Sang
2016-11-11  8:27   ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).