Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1157523 > unrolled thread

[PATCH v2 00/16] AT91 DT for 4.2

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2015-06-03 14:40 +0200
Last post2015-06-04 10:00 +0200
Articles 10 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 00/16] AT91 DT for 4.2 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200
    [PATCH v2 09/16] ARM: at91/dt: at91sam9n12ek: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200
    [PATCH v2 07/16] ARM: at91/dt: at91sam9g20ek: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200
    [PATCH v2 08/16] ARM: at91/dt: at91sam9m10g45ek use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200
    [PATCH v2 06/16] ARM: at91/dt: at91sam9263ek: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200
    [PATCH v2 11/16] ARM: at91/dt: at91sam9x5ek: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200
    [PATCH v2 15/16] ARM: at91/dt: sama5d4 xplained: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200
    [PATCH v2 02/16] ARM: at91/dt: at91sam9rlek: add RTC Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200
    [PATCH v2 04/16] ARM: at91/dt: at91rm9200ek: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200
    Re: [PATCH v2 00/16] AT91 DT for 4.2 Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-06-04 10:00 +0200

#1157523 — [PATCH v2 00/16] AT91 DT for 4.2

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-06-03 14:40 +0200
Subject[PATCH v2 00/16] AT91 DT for 4.2
Message-ID<pxfXY-SD-13@gated-at.bofh.it>
Hi,

A dt series for 4.2:
 - Fix at91sam9rl RTC node and use it on at91sam9rlek
 - correct stdout-path for the various kizboxes
 - add stdout-path to the atme evaluation boards
 - add  Acme arietta g25 device tree

Changes in v2:
 - renamed the ariette device tree
 - added an aliases node to the arietta device tree

Alexandre Belloni (16):
  ARM: at91/dt: at91sam9rl: fix rtc node
  ARM: at91/dt: at91sam9rlek: add RTC
  ARM: at91/dt: kizbox: use stdout-path
  ARM: at91/dt: at91rm9200ek: use stdout-path
  ARM: at91/dt: at91sam9261ek: use stdout-path
  ARM: at91/dt: at91sam9263ek: use stdout-path
  ARM: at91/dt: at91sam9g20ek: use stdout-path
  ARM: at91/dt: at91sam9m10g45ek use stdout-path
  ARM: at91/dt: at91sam9n12ek: use stdout-path
  ARM: at91/dt: at91sam9rlek: use stdout-path
  ARM: at91/dt: at91sam9x5ek: use stdout-path
  ARM: at91/dt: sama5d3xek: use stdout-path
  ARM: at91/dt: sama5d3 xplained: use stdout-path
  ARM: at91/dt: sama5d4ek: use stdout-path
  ARM: at91/dt: sama5d4 xplained: use stdout-path
  ARM: at91/dt: Add Acme Arietta G25

 arch/arm/boot/dts/Makefile                  |  1 +
 arch/arm/boot/dts/at91-ariettag25.dts       | 79 +++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91-kizbox.dts           |  2 +-
 arch/arm/boot/dts/at91-kizbox2.dts          |  2 +-
 arch/arm/boot/dts/at91-kizboxmini.dts       |  2 +-
 arch/arm/boot/dts/at91-sama5d3_xplained.dts |  2 +-
 arch/arm/boot/dts/at91-sama5d4_xplained.dts |  3 +-
 arch/arm/boot/dts/at91-sama5d4ek.dts        |  3 +-
 arch/arm/boot/dts/at91rm9200ek.dts          |  4 ++
 arch/arm/boot/dts/at91sam9261ek.dts         |  3 +-
 arch/arm/boot/dts/at91sam9263ek.dts         |  3 +-
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |  3 +-
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |  3 +-
 arch/arm/boot/dts/at91sam9n12ek.dts         |  3 +-
 arch/arm/boot/dts/at91sam9rl.dtsi           | 15 +++---
 arch/arm/boot/dts/at91sam9rlek.dts          |  7 ++-
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |  3 +-
 arch/arm/boot/dts/sama5d3xcm.dtsi           |  3 +-
 18 files changed, 120 insertions(+), 21 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-ariettag25.dts

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1157525 — [PATCH v2 09/16] ARM: at91/dt: at91sam9n12ek: use stdout-path

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-06-03 14:40 +0200
Subject[PATCH v2 09/16] ARM: at91/dt: at91sam9n12ek: use stdout-path
Message-ID<pxg7G-14D-53@gated-at.bofh.it>
In reply to#1157523
Use stdout-path to specify the console and remove the console argument from
the kernel command line.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91sam9n12ek.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts
index 6e067c8a3502..eab17fcace6d 100644
--- a/arch/arm/boot/dts/at91sam9n12ek.dts
+++ b/arch/arm/boot/dts/at91sam9n12ek.dts
@@ -14,7 +14,8 @@
 	compatible = "atmel,at91sam9n12ek", "atmel,at91sam9n12", "atmel,at91sam9";
 
 	chosen {
-		bootargs = "console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=jffs2";
+		bootargs = "root=/dev/mtdblock1 rw rootfstype=jffs2";
+		stdout-path = "serial0:115200n8";
 	};
 
 	memory {
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1157526 — [PATCH v2 07/16] ARM: at91/dt: at91sam9g20ek: use stdout-path

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-06-03 14:40 +0200
Subject[PATCH v2 07/16] ARM: at91/dt: at91sam9g20ek: use stdout-path
Message-ID<pxg7G-14D-55@gated-at.bofh.it>
In reply to#1157523
Use stdout-path to specify the console and remove the console argument from
the kernel command line.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
index dfaacb113f2e..57548a2c5a1e 100644
--- a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
+++ b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
@@ -10,7 +10,8 @@
 / {
 
 	chosen {
-		bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
+		bootargs = "mem=64M root=/dev/mtdblock5 rw rootfstype=ubifs";
+		stdout-path = "serial0:115200n8";
 	};
 
 	memory {
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1157527 — [PATCH v2 08/16] ARM: at91/dt: at91sam9m10g45ek use stdout-path

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-06-03 14:40 +0200
Subject[PATCH v2 08/16] ARM: at91/dt: at91sam9m10g45ek use stdout-path
Message-ID<pxg7G-14D-57@gated-at.bofh.it>
In reply to#1157523
Use stdout-path to specify the console and remove the console argument from
the kernel command line.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91sam9m10g45ek.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts
index 33ce7ca2c404..1375d3362603 100644
--- a/arch/arm/boot/dts/at91sam9m10g45ek.dts
+++ b/arch/arm/boot/dts/at91sam9m10g45ek.dts
@@ -15,7 +15,8 @@
 	compatible = "atmel,at91sam9m10g45ek", "atmel,at91sam9g45", "atmel,at91sam9";
 
 	chosen {
-		bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=jffs2";
+		bootargs = "mem=64M root=/dev/mtdblock1 rw rootfstype=jffs2";
+		stdout-path = "serial0:115200n8";
 	};
 
 	memory {
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1157530 — [PATCH v2 06/16] ARM: at91/dt: at91sam9263ek: use stdout-path

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-06-03 14:40 +0200
Subject[PATCH v2 06/16] ARM: at91/dt: at91sam9263ek: use stdout-path
Message-ID<pxg7G-14D-63@gated-at.bofh.it>
In reply to#1157523
Use stdout-path to specify the console and remove the console argument from
the kernel command line.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91sam9263ek.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts
index 5cf93eecd8f1..23381276ffb8 100644
--- a/arch/arm/boot/dts/at91sam9263ek.dts
+++ b/arch/arm/boot/dts/at91sam9263ek.dts
@@ -13,7 +13,8 @@
 	compatible = "atmel,at91sam9263ek", "atmel,at91sam9263", "atmel,at91sam9";
 
 	chosen {
-		bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
+		bootargs = "mem=64M root=/dev/mtdblock5 rw rootfstype=ubifs";
+		stdout-path = "serial0:115200n8";
 	};
 
 	memory {
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1157533 — [PATCH v2 11/16] ARM: at91/dt: at91sam9x5ek: use stdout-path

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-06-03 14:40 +0200
Subject[PATCH v2 11/16] ARM: at91/dt: at91sam9x5ek: use stdout-path
Message-ID<pxg7H-14D-69@gated-at.bofh.it>
In reply to#1157523
Use stdout-path to specify the console and remove the console argument from
the kernel command line.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91sam9x5ek.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi
index cc83a37a7311..d237c462dfc6 100644
--- a/arch/arm/boot/dts/at91sam9x5ek.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5ek.dtsi
@@ -13,7 +13,8 @@
 	compatible = "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
 
 	chosen {
-		bootargs = "console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs";
+		bootargs = "root=/dev/mtdblock1 rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs";
+		stdout-path = "serial0:115200n8";
 	};
 
 	ahb {
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1157537 — [PATCH v2 15/16] ARM: at91/dt: sama5d4 xplained: use stdout-path

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-06-03 14:40 +0200
Subject[PATCH v2 15/16] ARM: at91/dt: sama5d4 xplained: use stdout-path
Message-ID<pxg7H-14D-79@gated-at.bofh.it>
In reply to#1157523
Use stdout-path to specify the console and remove the console argument from
the kernel command line.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91-sama5d4_xplained.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
index 5dbc0fcfc5a8..22ad7c959103 100644
--- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
@@ -50,7 +50,8 @@
 	compatible = "atmel,sama5d4-xplained", "atmel,sama5d4", "atmel,sama5";
 
 	chosen {
-		bootargs = "console=ttyS0,115200 ignore_loglevel earlyprintk";
+		bootargs = "ignore_loglevel earlyprintk";
+		stdout-path = "serial0:115200n8";
 	};
 
 	memory {
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1157538 — [PATCH v2 02/16] ARM: at91/dt: at91sam9rlek: add RTC

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-06-03 14:40 +0200
Subject[PATCH v2 02/16] ARM: at91/dt: at91sam9rlek: add RTC
Message-ID<pxg7H-14D-85@gated-at.bofh.it>
In reply to#1157523
Add RTC support to the at91sam9rlek.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91sam9rlek.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/at91sam9rlek.dts b/arch/arm/boot/dts/at91sam9rlek.dts
index d9299be3dfe9..724b9f54a60a 100644
--- a/arch/arm/boot/dts/at91sam9rlek.dts
+++ b/arch/arm/boot/dts/at91sam9rlek.dts
@@ -184,6 +184,10 @@
 			watchdog@fffffd40 {
 				status = "okay";
 			};
+
+			rtc@fffffe00 {
+				status = "okay";
+			};
 		};
 	};
 
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1157539 — [PATCH v2 04/16] ARM: at91/dt: at91rm9200ek: use stdout-path

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-06-03 14:40 +0200
Subject[PATCH v2 04/16] ARM: at91/dt: at91rm9200ek: use stdout-path
Message-ID<pxg7H-14D-87@gated-at.bofh.it>
In reply to#1157523
Use stdout-path to specify the console.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91rm9200ek.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/at91rm9200ek.dts b/arch/arm/boot/dts/at91rm9200ek.dts
index 2a5d21247d7e..8dab4b75ca97 100644
--- a/arch/arm/boot/dts/at91rm9200ek.dts
+++ b/arch/arm/boot/dts/at91rm9200ek.dts
@@ -12,6 +12,10 @@
 	model = "Atmel AT91RM9200 evaluation kit";
 	compatible = "atmel,at91rm9200ek", "atmel,at91rm9200";
 
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+
 	memory {
 		reg = <0x20000000 0x4000000>;
 	};
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1158322

FromNicolas Ferre <nicolas.ferre@atmel.com>
Date2015-06-04 10:00 +0200
Message-ID<pxyed-2Ge-1@gated-at.bofh.it>
In reply to#1157523
Le 03/06/2015 14:24, Alexandre Belloni a écrit :
> Hi,
> 
> A dt series for 4.2:
>  - Fix at91sam9rl RTC node and use it on at91sam9rlek
>  - correct stdout-path for the various kizboxes
>  - add stdout-path to the atme evaluation boards
>  - add  Acme arietta g25 device tree
> 
> Changes in v2:
>  - renamed the ariette device tree
>  - added an aliases node to the arietta device tree
> 
> Alexandre Belloni (16):
>   ARM: at91/dt: at91sam9rl: fix rtc node
>   ARM: at91/dt: at91sam9rlek: add RTC
>   ARM: at91/dt: kizbox: use stdout-path
>   ARM: at91/dt: at91rm9200ek: use stdout-path
>   ARM: at91/dt: at91sam9261ek: use stdout-path
>   ARM: at91/dt: at91sam9263ek: use stdout-path
>   ARM: at91/dt: at91sam9g20ek: use stdout-path
>   ARM: at91/dt: at91sam9m10g45ek use stdout-path
>   ARM: at91/dt: at91sam9n12ek: use stdout-path
>   ARM: at91/dt: at91sam9rlek: use stdout-path
>   ARM: at91/dt: at91sam9x5ek: use stdout-path
>   ARM: at91/dt: sama5d3xek: use stdout-path
>   ARM: at91/dt: sama5d3 xplained: use stdout-path
>   ARM: at91/dt: sama5d4ek: use stdout-path
>   ARM: at91/dt: sama5d4 xplained: use stdout-path
>   ARM: at91/dt: Add Acme Arietta G25

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

I stack the series on top of at91-4.2-dt branch and add it to at91-next.

Thanks, bye.

>  arch/arm/boot/dts/Makefile                  |  1 +
>  arch/arm/boot/dts/at91-ariettag25.dts       | 79 +++++++++++++++++++++++++++++
>  arch/arm/boot/dts/at91-kizbox.dts           |  2 +-
>  arch/arm/boot/dts/at91-kizbox2.dts          |  2 +-
>  arch/arm/boot/dts/at91-kizboxmini.dts       |  2 +-
>  arch/arm/boot/dts/at91-sama5d3_xplained.dts |  2 +-
>  arch/arm/boot/dts/at91-sama5d4_xplained.dts |  3 +-
>  arch/arm/boot/dts/at91-sama5d4ek.dts        |  3 +-
>  arch/arm/boot/dts/at91rm9200ek.dts          |  4 ++
>  arch/arm/boot/dts/at91sam9261ek.dts         |  3 +-
>  arch/arm/boot/dts/at91sam9263ek.dts         |  3 +-
>  arch/arm/boot/dts/at91sam9g20ek_common.dtsi |  3 +-
>  arch/arm/boot/dts/at91sam9m10g45ek.dts      |  3 +-
>  arch/arm/boot/dts/at91sam9n12ek.dts         |  3 +-
>  arch/arm/boot/dts/at91sam9rl.dtsi           | 15 +++---
>  arch/arm/boot/dts/at91sam9rlek.dts          |  7 ++-
>  arch/arm/boot/dts/at91sam9x5ek.dtsi         |  3 +-
>  arch/arm/boot/dts/sama5d3xcm.dtsi           |  3 +-
>  18 files changed, 120 insertions(+), 21 deletions(-)
>  create mode 100644 arch/arm/boot/dts/at91-ariettag25.dts
> 


-- 
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web