linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: at91/dt: add clock properties to sama5d3 crypto devs
@ 2013-12-19 15:11 Boris BREZILLON
  2013-12-19 15:11 ` [PATCH 1/3] ARM: at91/dt: add clk properties to sama5d3 SHA device node Boris BREZILLON
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Boris BREZILLON @ 2013-12-19 15:11 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This series adds missing clock properties in sama5d3 crypto devices nodes.

Best Regards,

Boris

Boris BREZILLON (3):
  ARM: at91/dt: add clk properties to sama5d3 SHA device node
  ARM: at91/dt: add clk properties to sama5d3 AES device node
  ARM: at91/dt: add clk properties to sama5d3 TDES device node

 arch/arm/boot/dts/sama5d3.dtsi |    6 ++++++
 1 file changed, 6 insertions(+)

-- 
1.7.9.5

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

* [PATCH 1/3] ARM: at91/dt: add clk properties to sama5d3 SHA device node
  2013-12-19 15:11 [PATCH 0/3] ARM: at91/dt: add clock properties to sama5d3 crypto devs Boris BREZILLON
@ 2013-12-19 15:11 ` Boris BREZILLON
  2013-12-19 15:11 ` [PATCH 2/3] ARM: at91/dt: add clk properties to sama5d3 AES " Boris BREZILLON
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Boris BREZILLON @ 2013-12-19 15:11 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
---
 arch/arm/boot/dts/sama5d3.dtsi |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
index de9fece..4d290ad 100644
--- a/arch/arm/boot/dts/sama5d3.dtsi
+++ b/arch/arm/boot/dts/sama5d3.dtsi
@@ -336,6 +336,8 @@
 				compatible = "atmel,sam9g46-sha";
 				reg = <0xf8034000 0x100>;
 				interrupts = <42 IRQ_TYPE_LEVEL_HIGH 0>;
+				clocks = <&sha_clk>;
+				clock-names = "sha_clk";
 			};
 
 			aes at f8038000 {
-- 
1.7.9.5

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

* [PATCH 2/3] ARM: at91/dt: add clk properties to sama5d3 AES device node
  2013-12-19 15:11 [PATCH 0/3] ARM: at91/dt: add clock properties to sama5d3 crypto devs Boris BREZILLON
  2013-12-19 15:11 ` [PATCH 1/3] ARM: at91/dt: add clk properties to sama5d3 SHA device node Boris BREZILLON
@ 2013-12-19 15:11 ` Boris BREZILLON
  2013-12-19 15:11 ` [PATCH 3/3] ARM: at91/dt: add clk properties to sama5d3 TDES " Boris BREZILLON
  2013-12-19 16:47 ` [PATCH 0/3] ARM: at91/dt: add clock properties to sama5d3 crypto devs Nicolas Ferre
  3 siblings, 0 replies; 5+ messages in thread
From: Boris BREZILLON @ 2013-12-19 15:11 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
---
 arch/arm/boot/dts/sama5d3.dtsi |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
index 4d290ad..ae0c5b3 100644
--- a/arch/arm/boot/dts/sama5d3.dtsi
+++ b/arch/arm/boot/dts/sama5d3.dtsi
@@ -344,6 +344,8 @@
 				compatible = "atmel,sam9g46-aes";
 				reg = <0xf8038000 0x100>;
 				interrupts = <43 4 0>;
+				clocks = <&aes_clk>;
+				clock-names = "aes_clk";
 			};
 
 			tdes at f803c000 {
-- 
1.7.9.5

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

* [PATCH 3/3] ARM: at91/dt: add clk properties to sama5d3 TDES device node
  2013-12-19 15:11 [PATCH 0/3] ARM: at91/dt: add clock properties to sama5d3 crypto devs Boris BREZILLON
  2013-12-19 15:11 ` [PATCH 1/3] ARM: at91/dt: add clk properties to sama5d3 SHA device node Boris BREZILLON
  2013-12-19 15:11 ` [PATCH 2/3] ARM: at91/dt: add clk properties to sama5d3 AES " Boris BREZILLON
@ 2013-12-19 15:11 ` Boris BREZILLON
  2013-12-19 16:47 ` [PATCH 0/3] ARM: at91/dt: add clock properties to sama5d3 crypto devs Nicolas Ferre
  3 siblings, 0 replies; 5+ messages in thread
From: Boris BREZILLON @ 2013-12-19 15:11 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
---
 arch/arm/boot/dts/sama5d3.dtsi |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
index ae0c5b3..e398e5d 100644
--- a/arch/arm/boot/dts/sama5d3.dtsi
+++ b/arch/arm/boot/dts/sama5d3.dtsi
@@ -352,6 +352,8 @@
 				compatible = "atmel,sam9g46-tdes";
 				reg = <0xf803c000 0x100>;
 				interrupts = <44 IRQ_TYPE_LEVEL_HIGH 0>;
+				clocks = <&tdes_clk>;
+				clock-names = "tdes_clk";
 			};
 
 			dma0: dma-controller at ffffe600 {
-- 
1.7.9.5

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

* [PATCH 0/3] ARM: at91/dt: add clock properties to sama5d3 crypto devs
  2013-12-19 15:11 [PATCH 0/3] ARM: at91/dt: add clock properties to sama5d3 crypto devs Boris BREZILLON
                   ` (2 preceding siblings ...)
  2013-12-19 15:11 ` [PATCH 3/3] ARM: at91/dt: add clk properties to sama5d3 TDES " Boris BREZILLON
@ 2013-12-19 16:47 ` Nicolas Ferre
  3 siblings, 0 replies; 5+ messages in thread
From: Nicolas Ferre @ 2013-12-19 16:47 UTC (permalink / raw)
  To: linux-arm-kernel

On 19/12/2013 16:11, Boris BREZILLON :
> Hello,
> 
> This series adds missing clock properties in sama5d3 crypto devices nodes.

Fine, thanks Boris. On the whole series:

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

and integrated in the at91-3.14-dt2 branch.

Bye,

> Best Regards,
> 
> Boris
> 
> Boris BREZILLON (3):
>   ARM: at91/dt: add clk properties to sama5d3 SHA device node
>   ARM: at91/dt: add clk properties to sama5d3 AES device node
>   ARM: at91/dt: add clk properties to sama5d3 TDES device node
> 
>  arch/arm/boot/dts/sama5d3.dtsi |    6 ++++++
>  1 file changed, 6 insertions(+)
> 


-- 
Nicolas Ferre

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

end of thread, other threads:[~2013-12-19 16:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19 15:11 [PATCH 0/3] ARM: at91/dt: add clock properties to sama5d3 crypto devs Boris BREZILLON
2013-12-19 15:11 ` [PATCH 1/3] ARM: at91/dt: add clk properties to sama5d3 SHA device node Boris BREZILLON
2013-12-19 15:11 ` [PATCH 2/3] ARM: at91/dt: add clk properties to sama5d3 AES " Boris BREZILLON
2013-12-19 15:11 ` [PATCH 3/3] ARM: at91/dt: add clk properties to sama5d3 TDES " Boris BREZILLON
2013-12-19 16:47 ` [PATCH 0/3] ARM: at91/dt: add clock properties to sama5d3 crypto devs Nicolas Ferre

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).