* [PATCHv0 0/2] arm: mvebu: non-critical fixes for NETGEAR ReadyNAS 102 @ 2014-10-24 21:21 Arnaud Ebalard [not found] ` <cover.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> 2014-11-01 22:52 ` Jason Cooper 0 siblings, 2 replies; 8+ messages in thread From: Arnaud Ebalard @ 2014-10-24 21:21 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, Johan Kristell Hi, This two patches are non-critical and respectively fix the following in RN102 .dts file: - the color for LEDs labels (they are blue, and not green) - eSATA/SATA ports info Arnaud Ebalard (2): arm: mvebu: fix LED color in NETGEAR ReadyNAS 102 .dts file arm: mvebu: clarify (e)SATA ports info in NETGEAR ReadyNAS 102 .dts file arch/arm/boot/dts/armada-370-netgear-rn102.dts | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -- 2.1.1 -- 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] 8+ messages in thread
[parent not found: <cover.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>]
* [PATCHv0 1/2] arm: mvebu: fix LED color in NETGEAR ReadyNAS 102 .dts file [not found] ` <cover.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> @ 2014-10-24 21:22 ` Arnaud Ebalard [not found] ` <4eb4049d934a3a8fe9f7235dafb6842422792566.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> 2014-10-24 21:22 ` [PATCHv0 2/2] arm: mvebu: clarify (e)SATA ports info " Arnaud Ebalard 2014-10-30 12:41 ` [PATCHv0 0/2] arm: mvebu: non-critical fixes for NETGEAR ReadyNAS 102 Gregory CLEMENT 2 siblings, 1 reply; 8+ messages in thread From: Arnaud Ebalard @ 2014-10-24 21:22 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, Johan Kristell When writing initial .dts file for NETGEAR ReadyNAS 102, I put the wrong color for backup and SATA leds (green instead of blue for all three). Reported-by: Johan Kristell <johan.kristell-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> --- arch/arm/boot/dts/armada-370-netgear-rn102.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts index 3aebd93cc33c..f79579bdf8fe 100644 --- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts +++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts @@ -204,20 +204,20 @@ default-state = "keep"; }; - green-sata1-led { - label = "rn102:green:sata1"; + blue-sata1-led { + label = "rn102:blue:sata1"; gpios = <&gpio0 15 GPIO_ACTIVE_LOW>; default-state = "on"; }; - green-sata2-led { - label = "rn102:green:sata2"; + blue-sata2-led { + label = "rn102:blue:sata2"; gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; default-state = "on"; }; - green-backup-led { - label = "rn102:green:backup"; + blue-backup-led { + label = "rn102:blue:backup"; gpios = <&gpio1 24 GPIO_ACTIVE_LOW>; default-state = "on"; }; -- 2.1.1 -- 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] 8+ messages in thread
[parent not found: <4eb4049d934a3a8fe9f7235dafb6842422792566.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>]
* Re: [PATCHv0 1/2] arm: mvebu: fix LED color in NETGEAR ReadyNAS 102 .dts file [not found] ` <4eb4049d934a3a8fe9f7235dafb6842422792566.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> @ 2014-10-24 21:20 ` Andrew Lunn 0 siblings, 0 replies; 8+ messages in thread From: Andrew Lunn @ 2014-10-24 21:20 UTC (permalink / raw) To: Arnaud Ebalard Cc: Jason Cooper, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA, Johan Kristell On Fri, Oct 24, 2014 at 11:22:01PM +0200, Arnaud Ebalard wrote: > > When writing initial .dts file for NETGEAR ReadyNAS 102, I put the wrong color > for backup and SATA leds (green instead of blue for all three). > > Reported-by: Johan Kristell <johan.kristell-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> Acked-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> Andrew > --- > arch/arm/boot/dts/armada-370-netgear-rn102.dts | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts > index 3aebd93cc33c..f79579bdf8fe 100644 > --- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts > +++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts > @@ -204,20 +204,20 @@ > default-state = "keep"; > }; > > - green-sata1-led { > - label = "rn102:green:sata1"; > + blue-sata1-led { > + label = "rn102:blue:sata1"; > gpios = <&gpio0 15 GPIO_ACTIVE_LOW>; > default-state = "on"; > }; > > - green-sata2-led { > - label = "rn102:green:sata2"; > + blue-sata2-led { > + label = "rn102:blue:sata2"; > gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; > default-state = "on"; > }; > > - green-backup-led { > - label = "rn102:green:backup"; > + blue-backup-led { > + label = "rn102:blue:backup"; > gpios = <&gpio1 24 GPIO_ACTIVE_LOW>; > default-state = "on"; > }; > -- > 2.1.1 > > -- 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] 8+ messages in thread
* [PATCHv0 2/2] arm: mvebu: clarify (e)SATA ports info in NETGEAR ReadyNAS 102 .dts file [not found] ` <cover.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> 2014-10-24 21:22 ` [PATCHv0 1/2] arm: mvebu: fix LED color in NETGEAR ReadyNAS 102 .dts file Arnaud Ebalard @ 2014-10-24 21:22 ` Arnaud Ebalard [not found] ` <4af680f9a68281755e31df2491f0590046138230.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> 2014-10-30 12:41 ` [PATCHv0 0/2] arm: mvebu: non-critical fixes for NETGEAR ReadyNAS 102 Gregory CLEMENT 2 siblings, 1 reply; 8+ messages in thread From: Arnaud Ebalard @ 2014-10-24 21:22 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, Johan Kristell On NETGEAR ReadyNAS 102, the two disks are connected to the external Marvell 88SE9170 SATA Controller connected to the PCIe bus. The rear eSATA port is connected to the native Armada 370 SATA controller. This patch updates the comments in .dts file wrt SATA interfaces and reduces the number of ports for native Armada 370 interface from 1 to 2. Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> --- arch/arm/boot/dts/armada-370-netgear-rn102.dts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts index f79579bdf8fe..1e38628f4060 100644 --- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts +++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts @@ -35,7 +35,7 @@ pcie-controller { status = "okay"; - /* Connected to Marvell SATA controller */ + /* Connected to Marvell 88SE9170 SATA controller */ pcie@1,0 { /* Port 0, Lane 0 */ status = "okay"; @@ -53,8 +53,9 @@ status = "okay"; }; + /* eSATA interface */ sata@a0000 { - nr-ports = <2>; + nr-ports = <1>; status = "okay"; }; -- 2.1.1 -- 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] 8+ messages in thread
[parent not found: <4af680f9a68281755e31df2491f0590046138230.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>]
* Re: [PATCHv0 2/2] arm: mvebu: clarify (e)SATA ports info in NETGEAR ReadyNAS 102 .dts file [not found] ` <4af680f9a68281755e31df2491f0590046138230.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> @ 2014-10-24 21:22 ` Andrew Lunn [not found] ` <20141024212207.GC6436-g2DYL2Zd6BY@public.gmane.org> 0 siblings, 1 reply; 8+ messages in thread From: Andrew Lunn @ 2014-10-24 21:22 UTC (permalink / raw) To: Arnaud Ebalard Cc: Jason Cooper, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA, Johan Kristell On Fri, Oct 24, 2014 at 11:22:16PM +0200, Arnaud Ebalard wrote: > > On NETGEAR ReadyNAS 102, the two disks are connected to the external > Marvell 88SE9170 SATA Controller connected to the PCIe bus. The rear > eSATA port is connected to the native Armada 370 SATA controller. > > This patch updates the comments in .dts file wrt SATA interfaces and > reduces the number of ports for native Armada 370 interface from 1 > to 2. Typ0. Jason, can you swap the 1 and 2 around when you commit? Save having a v2. Otherwise Acked-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> Andrew > > Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> > --- > arch/arm/boot/dts/armada-370-netgear-rn102.dts | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts > index f79579bdf8fe..1e38628f4060 100644 > --- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts > +++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts > @@ -35,7 +35,7 @@ > pcie-controller { > status = "okay"; > > - /* Connected to Marvell SATA controller */ > + /* Connected to Marvell 88SE9170 SATA controller */ > pcie@1,0 { > /* Port 0, Lane 0 */ > status = "okay"; > @@ -53,8 +53,9 @@ > status = "okay"; > }; > > + /* eSATA interface */ > sata@a0000 { > - nr-ports = <2>; > + nr-ports = <1>; > status = "okay"; > }; > > -- > 2.1.1 > -- 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] 8+ messages in thread
[parent not found: <20141024212207.GC6436-g2DYL2Zd6BY@public.gmane.org>]
* Re: [PATCHv0 2/2] arm: mvebu: clarify (e)SATA ports info in NETGEAR ReadyNAS 102 .dts file [not found] ` <20141024212207.GC6436-g2DYL2Zd6BY@public.gmane.org> @ 2014-10-24 21:41 ` Arnaud Ebalard 0 siblings, 0 replies; 8+ messages in thread From: Arnaud Ebalard @ 2014-10-24 21:41 UTC (permalink / raw) To: Andrew Lunn Cc: Jason Cooper, Gregory Clement, Sebastian Hesselbarth, Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA, Johan Kristell Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> writes: > On Fri, Oct 24, 2014 at 11:22:16PM +0200, Arnaud Ebalard wrote: >> >> On NETGEAR ReadyNAS 102, the two disks are connected to the external >> Marvell 88SE9170 SATA Controller connected to the PCIe bus. The rear >> eSATA port is connected to the native Armada 370 SATA controller. >> >> This patch updates the comments in .dts file wrt SATA interfaces and >> reduces the number of ports for native Armada 370 interface from 1 >> to 2. > > Typ0. > > Jason, can you swap the 1 and 2 around when you commit? > Save having a v2. > > Otherwise > > Acked-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> Good catch. Thanks, Andrew. Cheers, a+ -- 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] 8+ messages in thread
* Re: [PATCHv0 0/2] arm: mvebu: non-critical fixes for NETGEAR ReadyNAS 102 [not found] ` <cover.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> 2014-10-24 21:22 ` [PATCHv0 1/2] arm: mvebu: fix LED color in NETGEAR ReadyNAS 102 .dts file Arnaud Ebalard 2014-10-24 21:22 ` [PATCHv0 2/2] arm: mvebu: clarify (e)SATA ports info " Arnaud Ebalard @ 2014-10-30 12:41 ` Gregory CLEMENT 2 siblings, 0 replies; 8+ messages in thread From: Gregory CLEMENT @ 2014-10-30 12:41 UTC (permalink / raw) To: Arnaud Ebalard, Jason Cooper, Andrew Lunn, Sebastian Hesselbarth Cc: Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA, Johan Kristell Hi Arnaud, On 24/10/2014 23:21, Arnaud Ebalard wrote: > Hi, > > This two patches are non-critical and respectively fix the following > in RN102 .dts file: > - the color for LEDs labels (they are blue, and not green) > - eSATA/SATA ports info > > Arnaud Ebalard (2): > arm: mvebu: fix LED color in NETGEAR ReadyNAS 102 .dts file > arm: mvebu: clarify (e)SATA ports info in NETGEAR ReadyNAS 102 .dts file > > arch/arm/boot/dts/armada-370-netgear-rn102.dts | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) > For both patches: Acked-by: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Thanks, Gregory -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- 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] 8+ messages in thread
* Re: [PATCHv0 0/2] arm: mvebu: non-critical fixes for NETGEAR ReadyNAS 102 2014-10-24 21:21 [PATCHv0 0/2] arm: mvebu: non-critical fixes for NETGEAR ReadyNAS 102 Arnaud Ebalard [not found] ` <cover.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> @ 2014-11-01 22:52 ` Jason Cooper 1 sibling, 0 replies; 8+ messages in thread From: Jason Cooper @ 2014-11-01 22:52 UTC (permalink / raw) To: Arnaud Ebalard Cc: Mark Rutland, Andrew Lunn, Russell King, Pawel Moll, Stephen Warren, Ian Campbell, Rob Herring, devicetree, Johan Kristell, Gregory Clement, linux-arm-kernel, Sebastian Hesselbarth On Fri, Oct 24, 2014 at 11:21:52PM +0200, Arnaud Ebalard wrote: > Hi, > > This two patches are non-critical and respectively fix the following > in RN102 .dts file: > - the color for LEDs labels (they are blue, and not green) > - eSATA/SATA ports info > > Arnaud Ebalard (2): > arm: mvebu: fix LED color in NETGEAR ReadyNAS 102 .dts file > arm: mvebu: clarify (e)SATA ports info in NETGEAR ReadyNAS 102 .dts file > > arch/arm/boot/dts/armada-370-netgear-rn102.dts | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) Both applied to mvebu/dt with Gregory and Andrew's Acks. Also fixed the commit typo in the second patch. thx, Jason. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-11-01 22:52 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-10-24 21:21 [PATCHv0 0/2] arm: mvebu: non-critical fixes for NETGEAR ReadyNAS 102 Arnaud Ebalard [not found] ` <cover.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> 2014-10-24 21:22 ` [PATCHv0 1/2] arm: mvebu: fix LED color in NETGEAR ReadyNAS 102 .dts file Arnaud Ebalard [not found] ` <4eb4049d934a3a8fe9f7235dafb6842422792566.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> 2014-10-24 21:20 ` Andrew Lunn 2014-10-24 21:22 ` [PATCHv0 2/2] arm: mvebu: clarify (e)SATA ports info " Arnaud Ebalard [not found] ` <4af680f9a68281755e31df2491f0590046138230.1414185031.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> 2014-10-24 21:22 ` Andrew Lunn [not found] ` <20141024212207.GC6436-g2DYL2Zd6BY@public.gmane.org> 2014-10-24 21:41 ` Arnaud Ebalard 2014-10-30 12:41 ` [PATCHv0 0/2] arm: mvebu: non-critical fixes for NETGEAR ReadyNAS 102 Gregory CLEMENT 2014-11-01 22:52 ` Jason Cooper
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).