All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] arm: atmel: at91sam9n12: add i2c pinctrl and qt1070 support
Date: Wed, 21 Aug 2013 11:35:40 +0200	[thread overview]
Message-ID: <521489EC.9090107@atmel.com> (raw)
In-Reply-To: <1373513446-18215-1-git-send-email-voice.shen@atmel.com>

On 11/07/2013 05:30, Bo Shen :
> this patch is based on linux master branch, implementation as following:
>    - add the i2c pinctrl which needed for using at91sam9n12 TWI
>    - enable qt1070
>    - trival fix for the gpio-key pin number

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

On the whole series.

>
> Changes in v2:
>    - remove comments as use micro
>    - using micro for interrupt trigger mode
>
> Bo Shen (3):
>    arm: atmel: at91sam9n12: add pinctrl of TWI

Beware:
1/ "arm" in upper case
2/ not "atmel" as second identifier but "at91" (lower case)

>    arm: atmel: at91sam9n12: add qt1070 support
>    arm: atmel: at91sam9n12: correct pin number of gpio-key
>
>   arch/arm/boot/dts/at91sam9n12.dtsi  |   20 ++++++++++++++++++++
>   arch/arm/boot/dts/at91sam9n12ek.dts |   18 +++++++++++++++++-
>   2 files changed, 37 insertions(+), 1 deletion(-)
>


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Bo Shen <voice.shen@atmel.com>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	ludovic.desroches@atmel.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	devicetree-discuss@lists.ozlabs.org
Subject: Re: [PATCH v2 0/3] arm: atmel: at91sam9n12: add i2c pinctrl and qt1070 support
Date: Wed, 21 Aug 2013 11:35:40 +0200	[thread overview]
Message-ID: <521489EC.9090107@atmel.com> (raw)
In-Reply-To: <1373513446-18215-1-git-send-email-voice.shen@atmel.com>

On 11/07/2013 05:30, Bo Shen :
> this patch is based on linux master branch, implementation as following:
>    - add the i2c pinctrl which needed for using at91sam9n12 TWI
>    - enable qt1070
>    - trival fix for the gpio-key pin number

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

On the whole series.

>
> Changes in v2:
>    - remove comments as use micro
>    - using micro for interrupt trigger mode
>
> Bo Shen (3):
>    arm: atmel: at91sam9n12: add pinctrl of TWI

Beware:
1/ "arm" in upper case
2/ not "atmel" as second identifier but "at91" (lower case)

>    arm: atmel: at91sam9n12: add qt1070 support
>    arm: atmel: at91sam9n12: correct pin number of gpio-key
>
>   arch/arm/boot/dts/at91sam9n12.dtsi  |   20 ++++++++++++++++++++
>   arch/arm/boot/dts/at91sam9n12ek.dts |   18 +++++++++++++++++-
>   2 files changed, 37 insertions(+), 1 deletion(-)
>


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Bo Shen <voice.shen@atmel.com>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	<ludovic.desroches@atmel.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	<devicetree-discuss@lists.ozlabs.org>
Subject: Re: [PATCH v2 0/3] arm: atmel: at91sam9n12: add i2c pinctrl and qt1070 support
Date: Wed, 21 Aug 2013 11:35:40 +0200	[thread overview]
Message-ID: <521489EC.9090107@atmel.com> (raw)
In-Reply-To: <1373513446-18215-1-git-send-email-voice.shen@atmel.com>

On 11/07/2013 05:30, Bo Shen :
> this patch is based on linux master branch, implementation as following:
>    - add the i2c pinctrl which needed for using at91sam9n12 TWI
>    - enable qt1070
>    - trival fix for the gpio-key pin number

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

On the whole series.

>
> Changes in v2:
>    - remove comments as use micro
>    - using micro for interrupt trigger mode
>
> Bo Shen (3):
>    arm: atmel: at91sam9n12: add pinctrl of TWI

Beware:
1/ "arm" in upper case
2/ not "atmel" as second identifier but "at91" (lower case)

>    arm: atmel: at91sam9n12: add qt1070 support
>    arm: atmel: at91sam9n12: correct pin number of gpio-key
>
>   arch/arm/boot/dts/at91sam9n12.dtsi  |   20 ++++++++++++++++++++
>   arch/arm/boot/dts/at91sam9n12ek.dts |   18 +++++++++++++++++-
>   2 files changed, 37 insertions(+), 1 deletion(-)
>


-- 
Nicolas Ferre

  parent reply	other threads:[~2013-08-21  9:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11  3:30 [PATCH v2 0/3] arm: atmel: at91sam9n12: add i2c pinctrl and qt1070 support Bo Shen
2013-07-11  3:30 ` Bo Shen
2013-07-11  3:30 ` Bo Shen
2013-07-11  3:30 ` [PATCH v2 1/3] arm: atmel: at91sam9n12: add pinctrl of TWI Bo Shen
2013-07-11  3:30   ` Bo Shen
2013-07-11  3:30 ` [PATCH v2 2/3] arm: atmel: at91sam9n12: add qt1070 support Bo Shen
2013-07-11  3:30   ` Bo Shen
2013-07-11  3:30 ` [PATCH v2 3/3] arm: atmel: at91sam9n12: correct pin number of gpio-key Bo Shen
2013-07-11  3:30   ` Bo Shen
2013-08-21  9:35 ` Nicolas Ferre [this message]
2013-08-21  9:35   ` [PATCH v2 0/3] arm: atmel: at91sam9n12: add i2c pinctrl and qt1070 support Nicolas Ferre
2013-08-21  9:35   ` 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=521489EC.9090107@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.