From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 00/16] AT91 DT for 4.2
Date: Thu, 4 Jun 2015 09:58:35 +0200 [thread overview]
Message-ID: <5570052B.3070808@atmel.com> (raw)
In-Reply-To: <1433334258-14741-1-git-send-email-alexandre.belloni@free-electrons.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
Boris Brezillon <boris.brezillon@free-electrons.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 00/16] AT91 DT for 4.2
Date: Thu, 4 Jun 2015 09:58:35 +0200 [thread overview]
Message-ID: <5570052B.3070808@atmel.com> (raw)
In-Reply-To: <1433334258-14741-1-git-send-email-alexandre.belloni@free-electrons.com>
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
next prev parent reply other threads:[~2015-06-04 7:58 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-03 12:24 [PATCH v2 00/16] AT91 DT for 4.2 Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 01/16] ARM: at91/dt: at91sam9rl: fix rtc node Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 02/16] ARM: at91/dt: at91sam9rlek: add RTC Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 03/16] ARM: at91/dt: kizbox: use stdout-path Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 04/16] ARM: at91/dt: at91rm9200ek: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 05/16] ARM: at91/dt: at91sam9261ek: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 06/16] ARM: at91/dt: at91sam9263ek: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 07/16] ARM: at91/dt: at91sam9g20ek: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 08/16] ARM: at91/dt: at91sam9m10g45ek " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 09/16] ARM: at91/dt: at91sam9n12ek: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 10/16] ARM: at91/dt: at91sam9rlek: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 11/16] ARM: at91/dt: at91sam9x5ek: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 12/16] ARM: at91/dt: sama5d3xek: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 13/16] ARM: at91/dt: sama5d3 xplained: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 14/16] ARM: at91/dt: sama5d4ek: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 15/16] ARM: at91/dt: sama5d4 xplained: " Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-03 12:24 ` [PATCH v2 16/16] ARM: at91/dt: Add Acme Arietta G25 Alexandre Belloni
2015-06-03 12:24 ` Alexandre Belloni
2015-06-04 8:01 ` Nicolas Ferre
2015-06-04 8:01 ` Nicolas Ferre
2015-06-04 9:40 ` Sergio Tanzilli
2015-06-04 9:40 ` Sergio Tanzilli
2015-06-04 7:58 ` Nicolas Ferre [this message]
2015-06-04 7:58 ` [PATCH v2 00/16] AT91 DT for 4.2 Nicolas Ferre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5570052B.3070808@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.