All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files
@ 2013-05-31  3:09 ` Wenyou Yang
  0 siblings, 0 replies; 14+ messages in thread
From: Wenyou Yang @ 2013-05-31  3:09 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: wim, linux, nicolas.ferre, plagnioj, ludovic.desroches,
	richard.genoud, linux-kernel, wenyou.yang, jm.lin

Hello,

The patches is to add watchdog device tree node for at91 SoC and board dts files.

Since the watchdog is disabled in the at91bootstrap with default configuration,
if you want to use the watchdog in the kernel, you must make sure the watchdog
doesn't be disabled in the at91bootstrap.

It is tested on at91sam9g20ek, at91sam9263ek, at91sam9g25ek
using Documentation/watchdog/src/watchdog-simple.c.

It is based on v3.10-rc3, tested on linux-watchdog git tree as well.

Best Regards,
Wenyou Yang

Wenyou Yang (2):
  ARM: dts: add the watchdog nodes for at91 SoC
  ARM: dts: add the watchdog nodes for at91 boards

 arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
 arch/arm/boot/dts/at91sam9n12.dtsi          |    6 ++++++
 arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9x5.dtsi           |    6 ++++++
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
 7 files changed, 32 insertions(+)

-- 
1.7.9.5


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

* [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files
@ 2013-05-31  3:09 ` Wenyou Yang
  0 siblings, 0 replies; 14+ messages in thread
From: Wenyou Yang @ 2013-05-31  3:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

The patches is to add watchdog device tree node for at91 SoC and board dts files.

Since the watchdog is disabled in the at91bootstrap with default configuration,
if you want to use the watchdog in the kernel, you must make sure the watchdog
doesn't be disabled in the at91bootstrap.

It is tested on at91sam9g20ek, at91sam9263ek, at91sam9g25ek
using Documentation/watchdog/src/watchdog-simple.c.

It is based on v3.10-rc3, tested on linux-watchdog git tree as well.

Best Regards,
Wenyou Yang

Wenyou Yang (2):
  ARM: dts: add the watchdog nodes for at91 SoC
  ARM: dts: add the watchdog nodes for at91 boards

 arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
 arch/arm/boot/dts/at91sam9n12.dtsi          |    6 ++++++
 arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9x5.dtsi           |    6 ++++++
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
 7 files changed, 32 insertions(+)

-- 
1.7.9.5

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

* [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files
  2013-05-31  3:09 ` Wenyou Yang
@ 2013-05-31  3:10   ` Wenyou Yang
  -1 siblings, 0 replies; 14+ messages in thread
From: Wenyou Yang @ 2013-05-31  3:10 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: wim, linux, nicolas.ferre, plagnioj, ludovic.desroches,
	richard.genoud, linux-kernel, wenyou.yang, jm.lin

Hello,

The patches is to add watchdog device tree node for at91 SoC and board dts files.

Since the watchdog is disabled in the at91bootstrap with default configuration,
if you want to use the watchdog in the kernel, you must make sure the watchdog
doesn't be disabled in the at91bootstrap.

It is tested on at91sam9g20ek, at91sam9263ek, at91sam9g25ek
using Documentation/watchdog/src/watchdog-simple.c.

It is based on v3.10-rc3, tested on linux-watchdog git tree as well.

Best Regards,
Wenyou Yang

Wenyou Yang (2):
  ARM: dts: add the watchdog nodes for at91 SoC
  ARM: dts: add the watchdog nodes for at91 boards

 arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
 arch/arm/boot/dts/at91sam9n12.dtsi          |    6 ++++++
 arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9x5.dtsi           |    6 ++++++
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
 7 files changed, 32 insertions(+)

-- 
1.7.9.5


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

* [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files
@ 2013-05-31  3:10   ` Wenyou Yang
  0 siblings, 0 replies; 14+ messages in thread
From: Wenyou Yang @ 2013-05-31  3:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

The patches is to add watchdog device tree node for at91 SoC and board dts files.

Since the watchdog is disabled in the at91bootstrap with default configuration,
if you want to use the watchdog in the kernel, you must make sure the watchdog
doesn't be disabled in the at91bootstrap.

It is tested on at91sam9g20ek, at91sam9263ek, at91sam9g25ek
using Documentation/watchdog/src/watchdog-simple.c.

It is based on v3.10-rc3, tested on linux-watchdog git tree as well.

Best Regards,
Wenyou Yang

Wenyou Yang (2):
  ARM: dts: add the watchdog nodes for at91 SoC
  ARM: dts: add the watchdog nodes for at91 boards

 arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
 arch/arm/boot/dts/at91sam9n12.dtsi          |    6 ++++++
 arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9x5.dtsi           |    6 ++++++
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
 7 files changed, 32 insertions(+)

-- 
1.7.9.5

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

* [PATCH 1/2] ARM: dts: add the watchdog nodes for at91 SoC
  2013-05-31  3:10   ` Wenyou Yang
@ 2013-05-31  3:10     ` Wenyou Yang
  -1 siblings, 0 replies; 14+ messages in thread
From: Wenyou Yang @ 2013-05-31  3:10 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: wim, linux, nicolas.ferre, plagnioj, ludovic.desroches,
	richard.genoud, linux-kernel, wenyou.yang, jm.lin

at91sam9x5, at91sam9n12

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
---
 arch/arm/boot/dts/at91sam9n12.dtsi |    6 ++++++
 arch/arm/boot/dts/at91sam9x5.dtsi  |    6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi
index 8d25f88..7f92f07 100644
--- a/arch/arm/boot/dts/at91sam9n12.dtsi
+++ b/arch/arm/boot/dts/at91sam9n12.dtsi
@@ -423,6 +423,12 @@
 				pinctrl-0 = <&pinctrl_spi1>;
 				status = "disabled";
 			};
+
+			watchdog@fffffe40 {
+				compatible = "atmel,at91sam9260-wdt";
+				reg = <0xfffffe40 0x10>;
+				status = "disabled";
+			};
 		};
 
 		nand0: nand@40000000 {
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
index 1145ac3..1d32064 100644
--- a/arch/arm/boot/dts/at91sam9x5.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5.dtsi
@@ -648,6 +648,12 @@
 				interrupts = <1 4 7>;
 				status = "disabled";
 			};
+
+			watchdog@fffffe40 {
+				compatible = "atmel,at91sam9260-wdt";
+				reg = <0xfffffe40 0x10>;
+				status = "disabled";
+			};
 		};
 
 		nand0: nand@40000000 {
-- 
1.7.9.5


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

* [PATCH 1/2] ARM: dts: add the watchdog nodes for at91 SoC
@ 2013-05-31  3:10     ` Wenyou Yang
  0 siblings, 0 replies; 14+ messages in thread
From: Wenyou Yang @ 2013-05-31  3:10 UTC (permalink / raw)
  To: linux-arm-kernel

at91sam9x5, at91sam9n12

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
---
 arch/arm/boot/dts/at91sam9n12.dtsi |    6 ++++++
 arch/arm/boot/dts/at91sam9x5.dtsi  |    6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi
index 8d25f88..7f92f07 100644
--- a/arch/arm/boot/dts/at91sam9n12.dtsi
+++ b/arch/arm/boot/dts/at91sam9n12.dtsi
@@ -423,6 +423,12 @@
 				pinctrl-0 = <&pinctrl_spi1>;
 				status = "disabled";
 			};
+
+			watchdog at fffffe40 {
+				compatible = "atmel,at91sam9260-wdt";
+				reg = <0xfffffe40 0x10>;
+				status = "disabled";
+			};
 		};
 
 		nand0: nand at 40000000 {
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
index 1145ac3..1d32064 100644
--- a/arch/arm/boot/dts/at91sam9x5.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5.dtsi
@@ -648,6 +648,12 @@
 				interrupts = <1 4 7>;
 				status = "disabled";
 			};
+
+			watchdog at fffffe40 {
+				compatible = "atmel,at91sam9260-wdt";
+				reg = <0xfffffe40 0x10>;
+				status = "disabled";
+			};
 		};
 
 		nand0: nand at 40000000 {
-- 
1.7.9.5

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

* [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files
  2013-05-31  3:09 ` Wenyou Yang
@ 2013-05-31  3:11   ` Wenyou Yang
  -1 siblings, 0 replies; 14+ messages in thread
From: Wenyou Yang @ 2013-05-31  3:11 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: wim, linux, nicolas.ferre, plagnioj, ludovic.desroches,
	richard.genoud, linux-kernel, wenyou.yang, jm.lin

Hello,

The patches is to add watchdog device tree node for at91 SoC and board dts files.

Since the watchdog is disabled in the at91bootstrap with default configuration,
if you want to use the watchdog in the kernel, you must make sure the watchdog
doesn't be disabled in the at91bootstrap.

It is tested on at91sam9g20ek, at91sam9263ek, at91sam9g25ek
using Documentation/watchdog/src/watchdog-simple.c.

It is based on v3.10-rc3, tested on linux-watchdog git tree as well.

Best Regards,
Wenyou Yang

Wenyou Yang (2):
  ARM: dts: add the watchdog nodes for at91 SoC
  ARM: dts: add the watchdog nodes for at91 boards

 arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
 arch/arm/boot/dts/at91sam9n12.dtsi          |    6 ++++++
 arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9x5.dtsi           |    6 ++++++
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
 7 files changed, 32 insertions(+)

-- 
1.7.9.5


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

* [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files
@ 2013-05-31  3:11   ` Wenyou Yang
  0 siblings, 0 replies; 14+ messages in thread
From: Wenyou Yang @ 2013-05-31  3:11 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

The patches is to add watchdog device tree node for at91 SoC and board dts files.

Since the watchdog is disabled in the at91bootstrap with default configuration,
if you want to use the watchdog in the kernel, you must make sure the watchdog
doesn't be disabled in the at91bootstrap.

It is tested on at91sam9g20ek, at91sam9263ek, at91sam9g25ek
using Documentation/watchdog/src/watchdog-simple.c.

It is based on v3.10-rc3, tested on linux-watchdog git tree as well.

Best Regards,
Wenyou Yang

Wenyou Yang (2):
  ARM: dts: add the watchdog nodes for at91 SoC
  ARM: dts: add the watchdog nodes for at91 boards

 arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
 arch/arm/boot/dts/at91sam9n12.dtsi          |    6 ++++++
 arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9x5.dtsi           |    6 ++++++
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
 7 files changed, 32 insertions(+)

-- 
1.7.9.5

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

* [PATCH 2/2] ARM: dts: add the watchdog nodes for at91 boards
  2013-05-31  3:11   ` Wenyou Yang
@ 2013-05-31  3:11     ` Wenyou Yang
  -1 siblings, 0 replies; 14+ messages in thread
From: Wenyou Yang @ 2013-05-31  3:11 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: wim, linux, nicolas.ferre, plagnioj, ludovic.desroches,
	richard.genoud, linux-kernel, wenyou.yang, jm.lin

boards include:
at91sam9263ek, at91sam9g20ek, at91sam9m10g45ek, at91sam9n12ek, at91sam9x5ek

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
---
 arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
 arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
 5 files changed, 20 insertions(+)

diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts
index 3b82d91..9143842 100644
--- a/arch/arm/boot/dts/at91sam9263ek.dts
+++ b/arch/arm/boot/dts/at91sam9263ek.dts
@@ -89,6 +89,10 @@
 					reg = <0>;
 				};
 			};
+
+			watchdog@fffffd40 {
+				status = "okay";
+			};
 		};
 
 		nand0: nand@40000000 {
diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
index 6a92c5b..6d6b888 100644
--- a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
+++ b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
@@ -106,6 +106,10 @@
 					reg = <1>;
 				};
 			};
+
+			watchdog@fffffd40 {
+				status = "okay";
+			};
 		};
 
 		nand0: nand@40000000 {
diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts
index 51d9251b5..03f391a 100644
--- a/arch/arm/boot/dts/at91sam9m10g45ek.dts
+++ b/arch/arm/boot/dts/at91sam9m10g45ek.dts
@@ -59,6 +59,10 @@
 				status = "okay";
 			};
 
+			watchdog@fffffd40 {
+				status = "okay";
+			};
+
 			mmc0: mmc@fff80000 {
 				pinctrl-0 = <
 					&pinctrl_board_mmc0
diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts
index d30e48b..32e073f 100644
--- a/arch/arm/boot/dts/at91sam9n12ek.dts
+++ b/arch/arm/boot/dts/at91sam9n12ek.dts
@@ -77,6 +77,10 @@
 					reg = <0>;
 				};
 			};
+
+			watchdog@fffffe40 {
+				status = "okay";
+			};
 		};
 
 		nand0: nand@40000000 {
diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi
index 1fa48d2..e60b05a 100644
--- a/arch/arm/boot/dts/at91sam9x5ek.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5ek.dtsi
@@ -56,6 +56,10 @@
 				status = "okay";
 			};
 
+			watchdog@fffffe40 {
+				status = "okay";
+			};
+
 			pinctrl@fffff400 {
 				mmc0 {
 					pinctrl_board_mmc0: mmc0-board {
-- 
1.7.9.5


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

* [PATCH 2/2] ARM: dts: add the watchdog nodes for at91 boards
@ 2013-05-31  3:11     ` Wenyou Yang
  0 siblings, 0 replies; 14+ messages in thread
From: Wenyou Yang @ 2013-05-31  3:11 UTC (permalink / raw)
  To: linux-arm-kernel

boards include:
at91sam9263ek, at91sam9g20ek, at91sam9m10g45ek, at91sam9n12ek, at91sam9x5ek

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
---
 arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
 arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
 5 files changed, 20 insertions(+)

diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts
index 3b82d91..9143842 100644
--- a/arch/arm/boot/dts/at91sam9263ek.dts
+++ b/arch/arm/boot/dts/at91sam9263ek.dts
@@ -89,6 +89,10 @@
 					reg = <0>;
 				};
 			};
+
+			watchdog at fffffd40 {
+				status = "okay";
+			};
 		};
 
 		nand0: nand at 40000000 {
diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
index 6a92c5b..6d6b888 100644
--- a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
+++ b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
@@ -106,6 +106,10 @@
 					reg = <1>;
 				};
 			};
+
+			watchdog at fffffd40 {
+				status = "okay";
+			};
 		};
 
 		nand0: nand at 40000000 {
diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts
index 51d9251b5..03f391a 100644
--- a/arch/arm/boot/dts/at91sam9m10g45ek.dts
+++ b/arch/arm/boot/dts/at91sam9m10g45ek.dts
@@ -59,6 +59,10 @@
 				status = "okay";
 			};
 
+			watchdog at fffffd40 {
+				status = "okay";
+			};
+
 			mmc0: mmc at fff80000 {
 				pinctrl-0 = <
 					&pinctrl_board_mmc0
diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts
index d30e48b..32e073f 100644
--- a/arch/arm/boot/dts/at91sam9n12ek.dts
+++ b/arch/arm/boot/dts/at91sam9n12ek.dts
@@ -77,6 +77,10 @@
 					reg = <0>;
 				};
 			};
+
+			watchdog at fffffe40 {
+				status = "okay";
+			};
 		};
 
 		nand0: nand at 40000000 {
diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi
index 1fa48d2..e60b05a 100644
--- a/arch/arm/boot/dts/at91sam9x5ek.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5ek.dtsi
@@ -56,6 +56,10 @@
 				status = "okay";
 			};
 
+			watchdog at fffffe40 {
+				status = "okay";
+			};
+
 			pinctrl at fffff400 {
 				mmc0 {
 					pinctrl_board_mmc0: mmc0-board {
-- 
1.7.9.5

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

* Re: [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files
  2013-05-31  3:11   ` Wenyou Yang
@ 2013-05-31  9:39     ` Richard Genoud
  -1 siblings, 0 replies; 14+ messages in thread
From: Richard Genoud @ 2013-05-31  9:39 UTC (permalink / raw)
  To: Wenyou Yang
  Cc: linux-arm-kernel, wim, linux, nicolas.ferre, plagnioj,
	ludovic.desroches, linux-kernel, jm.lin

2013/5/31 Wenyou Yang <wenyou.yang@atmel.com>:
> Hello,
>
> The patches is to add watchdog device tree node for at91 SoC and board dts files.
>
> Since the watchdog is disabled in the at91bootstrap with default configuration,
> if you want to use the watchdog in the kernel, you must make sure the watchdog
> doesn't be disabled in the at91bootstrap.
>
> It is tested on at91sam9g20ek, at91sam9263ek, at91sam9g25ek
> using Documentation/watchdog/src/watchdog-simple.c.
>
> It is based on v3.10-rc3, tested on linux-watchdog git tree as well.
>
> Best Regards,
> Wenyou Yang
>
> Wenyou Yang (2):
>   ARM: dts: add the watchdog nodes for at91 SoC
>   ARM: dts: add the watchdog nodes for at91 boards
>
>  arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
>  arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
>  arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
>  arch/arm/boot/dts/at91sam9n12.dtsi          |    6 ++++++
>  arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
>  arch/arm/boot/dts/at91sam9x5.dtsi           |    6 ++++++
>  arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
>  7 files changed, 32 insertions(+)
>
> --
> 1.7.9.5
>

Those patches haven been floating around from quite some time.
Let's merge them !

Tested on sam9g35, v3.10-rc2

Tested-by: Richard Genoud <richard.genoud@gmail.com>

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

* [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files
@ 2013-05-31  9:39     ` Richard Genoud
  0 siblings, 0 replies; 14+ messages in thread
From: Richard Genoud @ 2013-05-31  9:39 UTC (permalink / raw)
  To: linux-arm-kernel

2013/5/31 Wenyou Yang <wenyou.yang@atmel.com>:
> Hello,
>
> The patches is to add watchdog device tree node for at91 SoC and board dts files.
>
> Since the watchdog is disabled in the at91bootstrap with default configuration,
> if you want to use the watchdog in the kernel, you must make sure the watchdog
> doesn't be disabled in the at91bootstrap.
>
> It is tested on at91sam9g20ek, at91sam9263ek, at91sam9g25ek
> using Documentation/watchdog/src/watchdog-simple.c.
>
> It is based on v3.10-rc3, tested on linux-watchdog git tree as well.
>
> Best Regards,
> Wenyou Yang
>
> Wenyou Yang (2):
>   ARM: dts: add the watchdog nodes for at91 SoC
>   ARM: dts: add the watchdog nodes for at91 boards
>
>  arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
>  arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
>  arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
>  arch/arm/boot/dts/at91sam9n12.dtsi          |    6 ++++++
>  arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
>  arch/arm/boot/dts/at91sam9x5.dtsi           |    6 ++++++
>  arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
>  7 files changed, 32 insertions(+)
>
> --
> 1.7.9.5
>

Those patches haven been floating around from quite some time.
Let's merge them !

Tested on sam9g35, v3.10-rc2

Tested-by: Richard Genoud <richard.genoud@gmail.com>

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

* Re: [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files
  2013-05-31  9:39     ` Richard Genoud
@ 2013-05-31 20:54       ` Nicolas Ferre
  -1 siblings, 0 replies; 14+ messages in thread
From: Nicolas Ferre @ 2013-05-31 20:54 UTC (permalink / raw)
  To: Richard Genoud, Wenyou Yang
  Cc: linux-arm-kernel, wim, linux, plagnioj, ludovic.desroches,
	linux-kernel, jm.lin

On 31/05/2013 11:39, Richard Genoud :
> 2013/5/31 Wenyou Yang <wenyou.yang@atmel.com>:
>> Hello,
>>
>> The patches is to add watchdog device tree node for at91 SoC and board dts files.
>>
>> Since the watchdog is disabled in the at91bootstrap with default configuration,
>> if you want to use the watchdog in the kernel, you must make sure the watchdog
>> doesn't be disabled in the at91bootstrap.
>>
>> It is tested on at91sam9g20ek, at91sam9263ek, at91sam9g25ek
>> using Documentation/watchdog/src/watchdog-simple.c.
>>
>> It is based on v3.10-rc3, tested on linux-watchdog git tree as well.
>>
>> Best Regards,
>> Wenyou Yang
>>
>> Wenyou Yang (2):
>>    ARM: dts: add the watchdog nodes for at91 SoC
>>    ARM: dts: add the watchdog nodes for at91 boards
>>
>>   arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
>>   arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
>>   arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
>>   arch/arm/boot/dts/at91sam9n12.dtsi          |    6 ++++++
>>   arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
>>   arch/arm/boot/dts/at91sam9x5.dtsi           |    6 ++++++
>>   arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
>>   7 files changed, 32 insertions(+)
>>
>> --
>> 1.7.9.5
>>
>
> Those patches haven been floating around from quite some time.
> Let's merge them !
>
> Tested on sam9g35, v3.10-rc2
>
> Tested-by: Richard Genoud <richard.genoud@gmail.com>

Both patches added to the at91-3.11-dt branch. Thanks!

Bye,
-- 
Nicolas Ferre

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

* [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files
@ 2013-05-31 20:54       ` Nicolas Ferre
  0 siblings, 0 replies; 14+ messages in thread
From: Nicolas Ferre @ 2013-05-31 20:54 UTC (permalink / raw)
  To: linux-arm-kernel

On 31/05/2013 11:39, Richard Genoud :
> 2013/5/31 Wenyou Yang <wenyou.yang@atmel.com>:
>> Hello,
>>
>> The patches is to add watchdog device tree node for at91 SoC and board dts files.
>>
>> Since the watchdog is disabled in the at91bootstrap with default configuration,
>> if you want to use the watchdog in the kernel, you must make sure the watchdog
>> doesn't be disabled in the at91bootstrap.
>>
>> It is tested on at91sam9g20ek, at91sam9263ek, at91sam9g25ek
>> using Documentation/watchdog/src/watchdog-simple.c.
>>
>> It is based on v3.10-rc3, tested on linux-watchdog git tree as well.
>>
>> Best Regards,
>> Wenyou Yang
>>
>> Wenyou Yang (2):
>>    ARM: dts: add the watchdog nodes for at91 SoC
>>    ARM: dts: add the watchdog nodes for at91 boards
>>
>>   arch/arm/boot/dts/at91sam9263ek.dts         |    4 ++++
>>   arch/arm/boot/dts/at91sam9g20ek_common.dtsi |    4 ++++
>>   arch/arm/boot/dts/at91sam9m10g45ek.dts      |    4 ++++
>>   arch/arm/boot/dts/at91sam9n12.dtsi          |    6 ++++++
>>   arch/arm/boot/dts/at91sam9n12ek.dts         |    4 ++++
>>   arch/arm/boot/dts/at91sam9x5.dtsi           |    6 ++++++
>>   arch/arm/boot/dts/at91sam9x5ek.dtsi         |    4 ++++
>>   7 files changed, 32 insertions(+)
>>
>> --
>> 1.7.9.5
>>
>
> Those patches haven been floating around from quite some time.
> Let's merge them !
>
> Tested on sam9g35, v3.10-rc2
>
> Tested-by: Richard Genoud <richard.genoud@gmail.com>

Both patches added to the at91-3.11-dt branch. Thanks!

Bye,
-- 
Nicolas Ferre

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

end of thread, other threads:[~2013-05-31 20:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-31  3:09 [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files Wenyou Yang
2013-05-31  3:09 ` Wenyou Yang
2013-05-31  3:10 ` Wenyou Yang
2013-05-31  3:10   ` Wenyou Yang
2013-05-31  3:10   ` [PATCH 1/2] ARM: dts: add the watchdog nodes for at91 SoC Wenyou Yang
2013-05-31  3:10     ` Wenyou Yang
2013-05-31  3:11 ` [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files Wenyou Yang
2013-05-31  3:11   ` Wenyou Yang
2013-05-31  3:11   ` [PATCH 2/2] ARM: dts: add the watchdog nodes for at91 boards Wenyou Yang
2013-05-31  3:11     ` Wenyou Yang
2013-05-31  9:39   ` [PATCH 0/2] ARM: dts: add watchdog device tree node in at91 dts files Richard Genoud
2013-05-31  9:39     ` Richard Genoud
2013-05-31 20:54     ` Nicolas Ferre
2013-05-31 20:54       ` Nicolas Ferre

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.