* [PATCH] powerpc/85xx: dts - add ranges property for SEC
@ 2013-01-18 9:16 Po Liu
2013-01-18 20:40 ` Kim Phillips
0 siblings, 1 reply; 7+ messages in thread
From: Po Liu @ 2013-01-18 9:16 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Po Liu
This facilitates getting the physical address of the SEC node.
Signed-off-by: Liu po <po.liu@freescale.com>
---
arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
index d4c9d5d..ef98fbf 100644
--- a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
+++ b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
@@ -36,6 +36,7 @@ crypto@30000 {
compatible = "fsl,sec-v4.4", "fsl,sec-v4.0";
#address-cells = <1>;
#size-cells = <1>;
+ ranges = <0x0 0x30000 0x10000>
reg = <0x30000 0x10000>;
interrupts = <58 2 0 0>;
--
1.6.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] powerpc/85xx: dts - add ranges property for SEC
2013-01-18 9:16 [PATCH] powerpc/85xx: dts - add ranges property for SEC Po Liu
@ 2013-01-18 20:40 ` Kim Phillips
2013-02-12 17:26 ` Kumar Gala
0 siblings, 1 reply; 7+ messages in thread
From: Kim Phillips @ 2013-01-18 20:40 UTC (permalink / raw)
To: Po Liu; +Cc: linuxppc-dev
On Fri, 18 Jan 2013 17:16:13 +0800
Po Liu <po.liu@freescale.com> wrote:
> This facilitates getting the physical address of the SEC node.
>
> Signed-off-by: Liu po <po.liu@freescale.com>
> ---
Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
Kim
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] powerpc/85xx: dts - add ranges property for SEC
2013-01-18 20:40 ` Kim Phillips
@ 2013-02-12 17:26 ` Kumar Gala
2013-02-17 2:40 ` Liu Po-B43644
0 siblings, 1 reply; 7+ messages in thread
From: Kumar Gala @ 2013-02-12 17:26 UTC (permalink / raw)
To: Kim Phillips; +Cc: linuxppc-dev, Po Liu
On Jan 18, 2013, at 2:40 PM, Kim Phillips wrote:
> On Fri, 18 Jan 2013 17:16:13 +0800
> Po Liu <po.liu@freescale.com> wrote:
>
>> This facilitates getting the physical address of the SEC node.
>>
>> Signed-off-by: Liu po <po.liu@freescale.com>
>> ---
> Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
>
> Kim
This was missing a trailing ';', so wondering if it was ever tested?
I fixed when I applied.
applied.
- k
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [PATCH] powerpc/85xx: dts - add ranges property for SEC
2013-02-12 17:26 ` Kumar Gala
@ 2013-02-17 2:40 ` Liu Po-B43644
0 siblings, 0 replies; 7+ messages in thread
From: Liu Po-B43644 @ 2013-02-17 2:40 UTC (permalink / raw)
To: Kumar Gala, Phillips Kim-R1AAHA; +Cc: linuxppc-dev@ozlabs.org
Hi Kim,
Thank you for the fixing.=20
Best regards,
Liu Po
- 8038
-----Original Message-----
From: Kumar Gala [mailto:galak@kernel.crashing.org]=20
Sent: Wednesday, February 13, 2013 1:27 AM
To: Phillips Kim-R1AAHA
Cc: Liu Po-B43644; linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] powerpc/85xx: dts - add ranges property for SEC
On Jan 18, 2013, at 2:40 PM, Kim Phillips wrote:
> On Fri, 18 Jan 2013 17:16:13 +0800
> Po Liu <po.liu@freescale.com> wrote:
>=20
>> This facilitates getting the physical address of the SEC node.
>>=20
>> Signed-off-by: Liu po <po.liu@freescale.com>
>> ---
> Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
>=20
> Kim
This was missing a trailing ';', so wondering if it was ever tested?
I fixed when I applied.
applied.
- k
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] powerpc/85xx: dts - add ranges property for SEC
@ 2013-02-19 0:29 Po Liu
2013-02-19 16:01 ` Gala Kumar-B11780
0 siblings, 1 reply; 7+ messages in thread
From: Po Liu @ 2013-02-19 0:29 UTC (permalink / raw)
To: linuxppc-dev, Kumar Gala; +Cc: Po Liu
This facilitates getting the physical address of the SEC node.
Signed-off-by: Liu po <po.liu@freescale.com>
---
arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
index d4c9d5d..ffadcb5 100644
--- a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
+++ b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
@@ -36,6 +36,7 @@ crypto@30000 {
compatible = "fsl,sec-v4.4", "fsl,sec-v4.0";
#address-cells = <1>;
#size-cells = <1>;
+ ranges = <0x0 0x30000 0x10000>;
reg = <0x30000 0x10000>;
interrupts = <58 2 0 0>;
--
1.6.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] powerpc/85xx: dts - add ranges property for SEC
2013-02-19 0:29 Po Liu
@ 2013-02-19 16:01 ` Gala Kumar-B11780
2013-02-20 1:37 ` Liu Po-B43644
0 siblings, 1 reply; 7+ messages in thread
From: Gala Kumar-B11780 @ 2013-02-19 16:01 UTC (permalink / raw)
To: Liu Po-B43644; +Cc: <linuxppc-dev@ozlabs.org>
On Feb 18, 2013, at 6:29 PM, Po Liu wrote:
> This facilitates getting the physical address of the SEC node.
>=20
> Signed-off-by: Liu po <po.liu@freescale.com>
> ---
> arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Why are you reposting this, I already applied it:
http://git.kernel.org/?p=3Dlinux/kernel/git/galak/powerpc.git;a=3Dcommit;h=
=3Ddb29cd3c4497e7edf9176284ba7cf3cec1814c7a
- k=
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [PATCH] powerpc/85xx: dts - add ranges property for SEC
2013-02-19 16:01 ` Gala Kumar-B11780
@ 2013-02-20 1:37 ` Liu Po-B43644
0 siblings, 0 replies; 7+ messages in thread
From: Liu Po-B43644 @ 2013-02-20 1:37 UTC (permalink / raw)
To: Gala Kumar-B11780; +Cc: <linuxppc-dev@ozlabs.org>
Thanks again for the fix. Just ignore this post.
Best regards,
Liu Po
- 8038
-----Original Message-----
From: Gala Kumar-B11780=20
Sent: Wednesday, February 20, 2013 12:01 AM
To: Liu Po-B43644
Cc: <linuxppc-dev@ozlabs.org>
Subject: Re: [PATCH] powerpc/85xx: dts - add ranges property for SEC
On Feb 18, 2013, at 6:29 PM, Po Liu wrote:
> This facilitates getting the physical address of the SEC node.
>=20
> Signed-off-by: Liu po <po.liu@freescale.com>
> ---
> arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Why are you reposting this, I already applied it:
http://git.kernel.org/?p=3Dlinux/kernel/git/galak/powerpc.git;a=3Dcommit;h=
=3Ddb29cd3c4497e7edf9176284ba7cf3cec1814c7a
- k
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-02-20 1:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-18 9:16 [PATCH] powerpc/85xx: dts - add ranges property for SEC Po Liu
2013-01-18 20:40 ` Kim Phillips
2013-02-12 17:26 ` Kumar Gala
2013-02-17 2:40 ` Liu Po-B43644
-- strict thread matches above, loose matches on Subject: below --
2013-02-19 0:29 Po Liu
2013-02-19 16:01 ` Gala Kumar-B11780
2013-02-20 1:37 ` Liu Po-B43644
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).