All of lore.kernel.org
 help / color / mirror / Atom feed
From: boris.brezillon@free-electrons.com (Boris Brezillon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox
Date: Tue, 28 Apr 2015 21:34:43 +0200	[thread overview]
Message-ID: <20150428213443.4fe481bc@bbrezillon> (raw)
In-Reply-To: <1429617918-32086-1-git-send-email-g.portay@overkiz.com>

On Tue, 21 Apr 2015 14:05:11 +0200
Ga?l PORTAY <g.portay@overkiz.com> wrote:

> *** BLURB HERE ***
We usually replace this line by a description ;-).

Anyway, to the whole series:

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

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



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: "Gaël PORTAY" <g.portay@overkiz.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox
Date: Tue, 28 Apr 2015 21:34:43 +0200	[thread overview]
Message-ID: <20150428213443.4fe481bc@bbrezillon> (raw)
In-Reply-To: <1429617918-32086-1-git-send-email-g.portay@overkiz.com>

On Tue, 21 Apr 2015 14:05:11 +0200
Gaël PORTAY <g.portay@overkiz.com> wrote:

> *** BLURB HERE ***
We usually replace this line by a description ;-).

Anyway, to the whole series:

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

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



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

  parent reply	other threads:[~2015-04-28 19:34 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-21 12:05 [PATCH v2 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox Gaël PORTAY
2015-04-21 12:05 ` Gaël PORTAY
2015-04-21 12:05 ` [PATCH v2 1/7] ARM: at91/dt: kizbox: " Gaël PORTAY
2015-04-21 12:05   ` Gaël PORTAY
2015-04-21 12:05 ` [PATCH v2 2/7] ARM: at91/dt: at91-kizbox: sanitize file Gaël PORTAY
2015-04-21 12:05   ` Gaël PORTAY
2015-04-28 23:34   ` Alexandre Belloni
2015-04-28 23:34     ` Alexandre Belloni
2015-04-30  7:03     ` Gaël PORTAY
2015-04-30  7:03       ` Gaël PORTAY
2015-04-21 12:05 ` [PATCH v2 3/7] ARM: at91/dt: at91-kizbox: user proper serial uart Gaël PORTAY
2015-04-21 12:05   ` Gaël PORTAY
2015-04-21 12:05 ` [PATCH v2 4/7] ARM: at91/dt: at91-kizbox: gpio-keys related changes Gaël PORTAY
2015-04-21 12:05   ` Gaël PORTAY
2015-04-21 12:05 ` [PATCH v2 5/7] ARM: at91/dt: at91-kizbox: leds " Gaël PORTAY
2015-04-21 12:05   ` Gaël PORTAY
2015-04-21 12:05 ` [PATCH v2 6/7] ARM: at91/dt: at91-kizbox: re-size nand partitions Gaël PORTAY
2015-04-21 12:05   ` Gaël PORTAY
2015-04-21 12:05 ` [PATCH v2 7/7] ARM: at91/dt: at91-kizbox: update chosen node Gaël PORTAY
2015-04-21 12:05   ` Gaël PORTAY
2015-04-28 19:34 ` Boris Brezillon [this message]
2015-04-28 19:34   ` [PATCH v2 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox Boris Brezillon
2015-04-28 21:12   ` g.portay at overkiz.com
2015-04-28 21:12     ` g.portay

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=20150428213443.4fe481bc@bbrezillon \
    --to=boris.brezillon@free-electrons.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.