From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox
Date: Thu, 30 Apr 2015 10:03:03 +0200 [thread overview]
Message-ID: <5541E1B7.7080602@atmel.com> (raw)
In-Reply-To: <1430379218-13758-1-git-send-email-g.portay@overkiz.com>
Le 30/04/2015 09:33, Ga?l PORTAY a ?crit :
> Hi,
>
> This patchset renames the kizbox board into at91-kizbox to match AT91 naming
> convention, sanitize and sorts nodes by address when possible (or
> alphabetically if not applicable).
>
> It also updates the following features:
> - uses proper serial uart (only USART3 is accessible),
> - fixes gpio-keys active level and rename,
> - moves leds to pwm support (using tcb-pwm driver) and rename as well,
> - re-sizes nand mtd partitions and
> - updates chosen-node (bootargs + set linux stdout path to DBGU),
>
> Regards,
> Ga?l PORTAY
>
> Changes since v1:
> - Split into patches for review
>
> Changes since v2:
> - Rebase onto v4.0.1
> - Change board-name in comments at rename (patch 1)
>
> Ga?l PORTAY (7):
> ARM: at91/dt: kizbox: rename to at91-kizbox
> ARM: at91/dt: at91-kizbox: sanitize file
> ARM: at91/dt: at91-kizbox: user proper serial uart
> ARM: at91/dt: at91-kizbox: gpio-keys related changes
> ARM: at91/dt: at91-kizbox: leds related changes
> ARM: at91/dt: at91-kizbox: re-size nand partitions
> ARM: at91/dt: at91-kizbox: update chosen node
On the whole series:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Stacked on at91-4.2-dt (should also appear shortly in linux-next).
Thanks Ga?l, bye.
> arch/arm/boot/dts/Makefile | 2 +-
> arch/arm/boot/dts/at91-kizbox.dts | 159 ++++++++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/kizbox.dts | 150 -----------------------------------
> 3 files changed, 160 insertions(+), 151 deletions(-)
> create mode 100644 arch/arm/boot/dts/at91-kizbox.dts
> delete mode 100644 arch/arm/boot/dts/kizbox.dts
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: "Gaël PORTAY" <g.portay@overkiz.com>,
"Boris Brezillon" <boris.brezillon@free-electrons.com>,
"Alexandre Belloni" <alexandre.belloni@free-electrons.com>,
"Jean-Christophe PLAGNIOL-VILLARD" <plagnioj@jcrosoft.com>
Cc: <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox
Date: Thu, 30 Apr 2015 10:03:03 +0200 [thread overview]
Message-ID: <5541E1B7.7080602@atmel.com> (raw)
In-Reply-To: <1430379218-13758-1-git-send-email-g.portay@overkiz.com>
Le 30/04/2015 09:33, Gaël PORTAY a écrit :
> Hi,
>
> This patchset renames the kizbox board into at91-kizbox to match AT91 naming
> convention, sanitize and sorts nodes by address when possible (or
> alphabetically if not applicable).
>
> It also updates the following features:
> - uses proper serial uart (only USART3 is accessible),
> - fixes gpio-keys active level and rename,
> - moves leds to pwm support (using tcb-pwm driver) and rename as well,
> - re-sizes nand mtd partitions and
> - updates chosen-node (bootargs + set linux stdout path to DBGU),
>
> Regards,
> Gaël PORTAY
>
> Changes since v1:
> - Split into patches for review
>
> Changes since v2:
> - Rebase onto v4.0.1
> - Change board-name in comments at rename (patch 1)
>
> Gaël PORTAY (7):
> ARM: at91/dt: kizbox: rename to at91-kizbox
> ARM: at91/dt: at91-kizbox: sanitize file
> ARM: at91/dt: at91-kizbox: user proper serial uart
> ARM: at91/dt: at91-kizbox: gpio-keys related changes
> ARM: at91/dt: at91-kizbox: leds related changes
> ARM: at91/dt: at91-kizbox: re-size nand partitions
> ARM: at91/dt: at91-kizbox: update chosen node
On the whole series:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Stacked on at91-4.2-dt (should also appear shortly in linux-next).
Thanks Gaël, bye.
> arch/arm/boot/dts/Makefile | 2 +-
> arch/arm/boot/dts/at91-kizbox.dts | 159 ++++++++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/kizbox.dts | 150 -----------------------------------
> 3 files changed, 160 insertions(+), 151 deletions(-)
> create mode 100644 arch/arm/boot/dts/at91-kizbox.dts
> delete mode 100644 arch/arm/boot/dts/kizbox.dts
>
--
Nicolas Ferre
next prev parent reply other threads:[~2015-04-30 8:03 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-30 7:33 [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox Gaël PORTAY
2015-04-30 7:33 ` Gaël PORTAY
2015-04-30 7:33 ` [PATCH v3 1/7] ARM: at91/dt: kizbox: " Gaël PORTAY
2015-04-30 7:33 ` Gaël PORTAY
2015-04-30 7:33 ` [PATCH v3 2/7] ARM: at91/dt: at91-kizbox: sanitize file Gaël PORTAY
2015-04-30 7:33 ` Gaël PORTAY
2015-04-30 7:33 ` [PATCH v3 3/7] ARM: at91/dt: at91-kizbox: user proper serial uart Gaël PORTAY
2015-04-30 7:33 ` Gaël PORTAY
2015-04-30 7:33 ` [PATCH v3 4/7] ARM: at91/dt: at91-kizbox: gpio-keys related changes Gaël PORTAY
2015-04-30 7:33 ` Gaël PORTAY
2015-04-30 7:33 ` [PATCH v3 5/7] ARM: at91/dt: at91-kizbox: leds " Gaël PORTAY
2015-04-30 7:33 ` Gaël PORTAY
2015-04-30 7:33 ` [PATCH v3 6/7] ARM: at91/dt: at91-kizbox: re-size nand partitions Gaël PORTAY
2015-04-30 7:33 ` Gaël PORTAY
2015-04-30 7:33 ` [PATCH v3 7/7] ARM: at91/dt: at91-kizbox: update chosen node Gaël PORTAY
2015-04-30 7:33 ` Gaël PORTAY
2015-04-30 7:42 ` [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox Alexandre Belloni
2015-04-30 7:42 ` Alexandre Belloni
2015-04-30 7:48 ` Gaël PORTAY
2015-04-30 7:48 ` Gaël PORTAY
2015-04-30 8:03 ` Nicolas Ferre [this message]
2015-04-30 8:03 ` 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=5541E1B7.7080602@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.