From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Ludovic Desroches <ludovic.desroches@atmel.com>,
wsa@the-dreams.de, alexandre.belloni@free-electrons.com
Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
plagnioj@jcrosoft.com, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH 3/4] ARM: at91/dt: sama5d4: update i2c compatible string
Date: Wed, 2 Dec 2015 12:07:08 +0100 [thread overview]
Message-ID: <565ED0DC.9010907@atmel.com> (raw)
In-Reply-To: <1449052747-20991-3-git-send-email-ludovic.desroches@atmel.com>
Le 02/12/2015 11:39, Ludovic Desroches a écrit :
> A new compatible string has been introduced: atmel,sama5d4-i2c. It
> allows to use the i2c-sda-hold-time-ns property if needed.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Ok, we'll need to synchronize with Wolfram for the 2 remaining ones of
this series.
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index 2193637..83d7e7c 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -916,7 +916,7 @@
> };
>
> i2c0: i2c@f8014000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8014000 0x4000>;
> interrupts = <32 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
> @@ -935,7 +935,7 @@
> };
>
> i2c1: i2c@f8018000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8018000 0x4000>;
> interrupts = <33 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
> @@ -975,7 +975,7 @@
> };
>
> i2c2: i2c@f8024000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8024000 0x4000>;
> interrupts = <34 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] ARM: at91/dt: sama5d4: update i2c compatible string
Date: Wed, 2 Dec 2015 12:07:08 +0100 [thread overview]
Message-ID: <565ED0DC.9010907@atmel.com> (raw)
In-Reply-To: <1449052747-20991-3-git-send-email-ludovic.desroches@atmel.com>
Le 02/12/2015 11:39, Ludovic Desroches a ?crit :
> A new compatible string has been introduced: atmel,sama5d4-i2c. It
> allows to use the i2c-sda-hold-time-ns property if needed.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Ok, we'll need to synchronize with Wolfram for the 2 remaining ones of
this series.
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index 2193637..83d7e7c 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -916,7 +916,7 @@
> };
>
> i2c0: i2c at f8014000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8014000 0x4000>;
> interrupts = <32 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
> @@ -935,7 +935,7 @@
> };
>
> i2c1: i2c at f8018000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8018000 0x4000>;
> interrupts = <33 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
> @@ -975,7 +975,7 @@
> };
>
> i2c2: i2c at f8024000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8024000 0x4000>;
> interrupts = <34 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Ludovic Desroches <ludovic.desroches@atmel.com>,
<wsa@the-dreams.de>, <alexandre.belloni@free-electrons.com>
Cc: <linux-i2c@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<plagnioj@jcrosoft.com>, <linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>
Subject: Re: [PATCH 3/4] ARM: at91/dt: sama5d4: update i2c compatible string
Date: Wed, 2 Dec 2015 12:07:08 +0100 [thread overview]
Message-ID: <565ED0DC.9010907@atmel.com> (raw)
In-Reply-To: <1449052747-20991-3-git-send-email-ludovic.desroches@atmel.com>
Le 02/12/2015 11:39, Ludovic Desroches a écrit :
> A new compatible string has been introduced: atmel,sama5d4-i2c. It
> allows to use the i2c-sda-hold-time-ns property if needed.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Ok, we'll need to synchronize with Wolfram for the 2 remaining ones of
this series.
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index 2193637..83d7e7c 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -916,7 +916,7 @@
> };
>
> i2c0: i2c@f8014000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8014000 0x4000>;
> interrupts = <32 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
> @@ -935,7 +935,7 @@
> };
>
> i2c1: i2c@f8018000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8018000 0x4000>;
> interrupts = <33 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
> @@ -975,7 +975,7 @@
> };
>
> i2c2: i2c@f8024000 {
> - compatible = "atmel,at91sam9x5-i2c";
> + compatible = "atmel,sama5d4-i2c";
> reg = <0xf8024000 0x4000>;
> interrupts = <34 IRQ_TYPE_LEVEL_HIGH 6>;
> dmas = <&dma1
>
--
Nicolas Ferre
next prev parent reply other threads:[~2015-12-02 11:06 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-02 10:39 [PATCH 1/4] i2c: at91: add upport for the HOLD field Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 10:39 ` [PATCH 2/4] i2c: at91: update bindings documention Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
[not found] ` <1449052747-20991-2-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2015-12-02 11:04 ` Nicolas Ferre
2015-12-02 11:04 ` Nicolas Ferre
2015-12-02 11:04 ` Nicolas Ferre
2015-12-02 14:28 ` Rob Herring
2015-12-02 14:28 ` Rob Herring
2015-12-02 10:39 ` [PATCH 3/4] ARM: at91/dt: sama5d4: update i2c compatible string Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 11:07 ` Nicolas Ferre [this message]
2015-12-02 11:07 ` Nicolas Ferre
2015-12-02 11:07 ` Nicolas Ferre
[not found] ` <1449052747-20991-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2015-12-02 10:39 ` [PATCH 4/4] ARM: at91/dt: sama5d2 Xplained: pmic needs a specific sda hold time Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 10:39 ` Ludovic Desroches
2015-12-02 11:08 ` Nicolas Ferre
2015-12-02 11:08 ` Nicolas Ferre
2015-12-02 11:08 ` Nicolas Ferre
2015-12-02 11:01 ` [PATCH 1/4] i2c: at91: add upport for the HOLD field Nicolas Ferre
2015-12-02 11:01 ` Nicolas Ferre
2015-12-02 11:01 ` 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=565ED0DC.9010907@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@atmel.com \
--cc=plagnioj@jcrosoft.com \
--cc=wsa@the-dreams.de \
/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.