All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv1 0/3] Enable ISL12057 RTC chip in ReadyNAS .dts files
@ 2013-12-19 22:01 ` Arnaud Ebalard
  0 siblings, 0 replies; 10+ messages in thread
From: Arnaud Ebalard @ 2013-12-19 22:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Jason,

Now that support for ISL12057 RTC chip is on track for in v3.14, the
three patches in this series simply reference the chip in NETGEAR
ReadyNAS 102, 104 and 2120 .dts files so that the device stop booting
in the 70's. 

Jason, can you queue those for v3.14? The patches are based on your
mvebu/dt branch to simplify your work.

Arnaud Ebalard (3):
  ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 102 .dts file
  ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 104 .dts file
  ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 2120 .dts file

 arch/arm/boot/dts/armada-370-netgear-rn102.dts | 5 +++++
 arch/arm/boot/dts/armada-370-netgear-rn104.dts | 5 +++++
 arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 5 +++++
 3 files changed, 15 insertions(+)

-- 
1.8.4.4

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

* [PATCHv1 0/3] Enable ISL12057 RTC chip in ReadyNAS .dts files
@ 2013-12-19 22:01 ` Arnaud Ebalard
  0 siblings, 0 replies; 10+ messages in thread
From: Arnaud Ebalard @ 2013-12-19 22:01 UTC (permalink / raw)
  To: Jason Cooper, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth
  Cc: Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA

Hi Jason,

Now that support for ISL12057 RTC chip is on track for in v3.14, the
three patches in this series simply reference the chip in NETGEAR
ReadyNAS 102, 104 and 2120 .dts files so that the device stop booting
in the 70's. 

Jason, can you queue those for v3.14? The patches are based on your
mvebu/dt branch to simplify your work.

Arnaud Ebalard (3):
  ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 102 .dts file
  ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 104 .dts file
  ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 2120 .dts file

 arch/arm/boot/dts/armada-370-netgear-rn102.dts | 5 +++++
 arch/arm/boot/dts/armada-370-netgear-rn104.dts | 5 +++++
 arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 5 +++++
 3 files changed, 15 insertions(+)

-- 
1.8.4.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCHv1 1/3] ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 102 .dts file
@ 2013-12-19 22:02   ` Arnaud Ebalard
  0 siblings, 0 replies; 10+ messages in thread
From: Arnaud Ebalard @ 2013-12-19 22:02 UTC (permalink / raw)
  To: linux-arm-kernel


Now that support for Intersil ISL12057 RTC chip is available
upstream, let's enable it in NETGEAR ReadyNAS 102 .dts file
so that the device stop believing it's the 70's.

Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
---
 arch/arm/boot/dts/armada-370-netgear-rn102.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
index 6a7383f..651aeb5 100644
--- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts
+++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
@@ -122,6 +122,11 @@
 				clock-frequency = <100000>;
 				status = "okay";
 
+				isl12057: isl12057 at 68 {
+					compatible = "isl,isl12057";
+					reg = <0x68>;
+				};
+
 				g762: g762 at 3e {
 					compatible = "gmt,g762";
 					reg = <0x3e>;
-- 
1.8.4.4

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

* [PATCHv1 1/3] ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 102 .dts file
@ 2013-12-19 22:02   ` Arnaud Ebalard
  0 siblings, 0 replies; 10+ messages in thread
From: Arnaud Ebalard @ 2013-12-19 22:02 UTC (permalink / raw)
  To: Jason Cooper, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth
  Cc: Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA


Now that support for Intersil ISL12057 RTC chip is available
upstream, let's enable it in NETGEAR ReadyNAS 102 .dts file
so that the device stop believing it's the 70's.

Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
---
 arch/arm/boot/dts/armada-370-netgear-rn102.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
index 6a7383f..651aeb5 100644
--- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts
+++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
@@ -122,6 +122,11 @@
 				clock-frequency = <100000>;
 				status = "okay";
 
+				isl12057: isl12057@68 {
+					compatible = "isl,isl12057";
+					reg = <0x68>;
+				};
+
 				g762: g762@3e {
 					compatible = "gmt,g762";
 					reg = <0x3e>;
-- 
1.8.4.4


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCHv1 2/3] ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 104 .dts file
@ 2013-12-19 22:02   ` Arnaud Ebalard
  0 siblings, 0 replies; 10+ messages in thread
From: Arnaud Ebalard @ 2013-12-19 22:02 UTC (permalink / raw)
  To: linux-arm-kernel


Now that support for Intersil ISL12057 RTC chip is available
upstream, let's enable it in NETGEAR ReadyNAS 104 .dts file
so that the device stop believing it's the 70's.

Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
---
 arch/arm/boot/dts/armada-370-netgear-rn104.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/armada-370-netgear-rn104.dts b/arch/arm/boot/dts/armada-370-netgear-rn104.dts
index 272e2e2..4e27587 100644
--- a/arch/arm/boot/dts/armada-370-netgear-rn104.dts
+++ b/arch/arm/boot/dts/armada-370-netgear-rn104.dts
@@ -117,6 +117,11 @@
 				clock-frequency = <100000>;
 				status = "okay";
 
+				isl12057: isl12057 at 68 {
+					compatible = "isl,isl12057";
+					reg = <0x68>;
+				};
+
 				g762: g762 at 3e {
 					compatible = "gmt,g762";
 					reg = <0x3e>;
-- 
1.8.4.4

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

* [PATCHv1 2/3] ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 104 .dts file
@ 2013-12-19 22:02   ` Arnaud Ebalard
  0 siblings, 0 replies; 10+ messages in thread
From: Arnaud Ebalard @ 2013-12-19 22:02 UTC (permalink / raw)
  To: Jason Cooper, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth
  Cc: Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA


Now that support for Intersil ISL12057 RTC chip is available
upstream, let's enable it in NETGEAR ReadyNAS 104 .dts file
so that the device stop believing it's the 70's.

Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
---
 arch/arm/boot/dts/armada-370-netgear-rn104.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/armada-370-netgear-rn104.dts b/arch/arm/boot/dts/armada-370-netgear-rn104.dts
index 272e2e2..4e27587 100644
--- a/arch/arm/boot/dts/armada-370-netgear-rn104.dts
+++ b/arch/arm/boot/dts/armada-370-netgear-rn104.dts
@@ -117,6 +117,11 @@
 				clock-frequency = <100000>;
 				status = "okay";
 
+				isl12057: isl12057@68 {
+					compatible = "isl,isl12057";
+					reg = <0x68>;
+				};
+
 				g762: g762@3e {
 					compatible = "gmt,g762";
 					reg = <0x3e>;
-- 
1.8.4.4


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCHv1 3/3] ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 2120 .dts file
@ 2013-12-19 22:02   ` Arnaud Ebalard
  0 siblings, 0 replies; 10+ messages in thread
From: Arnaud Ebalard @ 2013-12-19 22:02 UTC (permalink / raw)
  To: linux-arm-kernel


Now that support for Intersil ISL12057 RTC chip is available
upstream, let's enable it in NETGEAR ReadyNAS 2120 .dts file
so that the device stop believing it's the 70's.

Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
---
 arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
index f048b4e..ff049ee 100644
--- a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
+++ b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
@@ -174,6 +174,11 @@
 				clock-frequency = <400000>;
 				status = "okay";
 
+				isl12057: isl12057 at 68 {
+					compatible = "isl,isl12057";
+					reg = <0x68>;
+				};
+
 				/* Controller for rear fan #1 of 3 (Protechnic
 				 * MGT4012XB-O20, 8000RPM) near eSATA port */
 				g762_fan1: g762 at 3e {
-- 
1.8.4.4

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

* [PATCHv1 3/3] ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 2120 .dts file
@ 2013-12-19 22:02   ` Arnaud Ebalard
  0 siblings, 0 replies; 10+ messages in thread
From: Arnaud Ebalard @ 2013-12-19 22:02 UTC (permalink / raw)
  To: Jason Cooper, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth
  Cc: Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA


Now that support for Intersil ISL12057 RTC chip is available
upstream, let's enable it in NETGEAR ReadyNAS 2120 .dts file
so that the device stop believing it's the 70's.

Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
---
 arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
index f048b4e..ff049ee 100644
--- a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
+++ b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
@@ -174,6 +174,11 @@
 				clock-frequency = <400000>;
 				status = "okay";
 
+				isl12057: isl12057@68 {
+					compatible = "isl,isl12057";
+					reg = <0x68>;
+				};
+
 				/* Controller for rear fan #1 of 3 (Protechnic
 				 * MGT4012XB-O20, 8000RPM) near eSATA port */
 				g762_fan1: g762@3e {
-- 
1.8.4.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCHv1 0/3] Enable ISL12057 RTC chip in ReadyNAS .dts files
  2013-12-19 22:01 ` Arnaud Ebalard
@ 2013-12-20  3:17   ` Jason Cooper
  -1 siblings, 0 replies; 10+ messages in thread
From: Jason Cooper @ 2013-12-20  3:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 19, 2013 at 11:01:56PM +0100, Arnaud Ebalard wrote:
> Hi Jason,
> 
> Now that support for ISL12057 RTC chip is on track for in v3.14, the
> three patches in this series simply reference the chip in NETGEAR
> ReadyNAS 102, 104 and 2120 .dts files so that the device stop booting
> in the 70's. 
> 
> Jason, can you queue those for v3.14? The patches are based on your
> mvebu/dt branch to simplify your work.
> 
> Arnaud Ebalard (3):
>   ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 102 .dts file
>   ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 104 .dts file
>   ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 2120 .dts file
> 
>  arch/arm/boot/dts/armada-370-netgear-rn102.dts | 5 +++++
>  arch/arm/boot/dts/armada-370-netgear-rn104.dts | 5 +++++
>  arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 5 +++++
>  3 files changed, 15 insertions(+)

Whole series applied to mvebu/dt

thx,

Jason.

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

* Re: [PATCHv1 0/3] Enable ISL12057 RTC chip in ReadyNAS .dts files
@ 2013-12-20  3:17   ` Jason Cooper
  0 siblings, 0 replies; 10+ messages in thread
From: Jason Cooper @ 2013-12-20  3:17 UTC (permalink / raw)
  To: Arnaud Ebalard
  Cc: Mark Rutland, Andrew Lunn, Ian Campbell, Russell King, Pawel Moll,
	devicetree, Stephen Warren, Rob Herring, Gregory Clement,
	linux-arm-kernel, Sebastian Hesselbarth

On Thu, Dec 19, 2013 at 11:01:56PM +0100, Arnaud Ebalard wrote:
> Hi Jason,
> 
> Now that support for ISL12057 RTC chip is on track for in v3.14, the
> three patches in this series simply reference the chip in NETGEAR
> ReadyNAS 102, 104 and 2120 .dts files so that the device stop booting
> in the 70's. 
> 
> Jason, can you queue those for v3.14? The patches are based on your
> mvebu/dt branch to simplify your work.
> 
> Arnaud Ebalard (3):
>   ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 102 .dts file
>   ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 104 .dts file
>   ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 2120 .dts file
> 
>  arch/arm/boot/dts/armada-370-netgear-rn102.dts | 5 +++++
>  arch/arm/boot/dts/armada-370-netgear-rn104.dts | 5 +++++
>  arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 5 +++++
>  3 files changed, 15 insertions(+)

Whole series applied to mvebu/dt

thx,

Jason.

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

end of thread, other threads:[~2013-12-20  3:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19 22:01 [PATCHv1 0/3] Enable ISL12057 RTC chip in ReadyNAS .dts files Arnaud Ebalard
2013-12-19 22:01 ` Arnaud Ebalard
2013-12-19 22:02 ` [PATCHv1 1/3] ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 102 .dts file Arnaud Ebalard
2013-12-19 22:02   ` Arnaud Ebalard
2013-12-19 22:02 ` [PATCHv1 2/3] ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 104 " Arnaud Ebalard
2013-12-19 22:02   ` Arnaud Ebalard
2013-12-19 22:02 ` [PATCHv1 3/3] ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 2120 " Arnaud Ebalard
2013-12-19 22:02   ` Arnaud Ebalard
2013-12-20  3:17 ` [PATCHv1 0/3] Enable ISL12057 RTC chip in ReadyNAS .dts files Jason Cooper
2013-12-20  3:17   ` Jason Cooper

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.