From: Patrice Chotard <patrice.chotard@st.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org
Cc: kernel@stlinux.com,
Srinivas Kandagatla <srinivas.kandagatla@st.com>,
linux-kernel@vger.kernel.org,
Benoit Cousson <bcousson@baylibre.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [STLinux Kernel] [PATCH 3/4] ARM: dts: Typo s/interrupts-names/interrupt-names/g
Date: Wed, 23 Apr 2014 09:03:51 +0200 [thread overview]
Message-ID: <535765D7.5070007@st.com> (raw)
In-Reply-To: <1398192025-31523-3-git-send-email-geert+renesas@glider.be>
Acked-by : Patrice Chotard <patrice.chotard@st.com>
Thanks
On 04/22/2014 08:40 PM, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Benoit Cousson <bcousson@baylibre.com>
> Cc: Srinivas Kandagatla <srinivas.kandagatla@st.com>
> Cc: linux-omap@vger.kernel.org
> Cc: kernel@stlinux.com
> Cc: linux-arm-kernel@lists.infradead.org
> ---
> arch/arm/boot/dts/am33xx.dtsi | 4 ++--
> arch/arm/boot/dts/am4372.dtsi | 4 ++--
> arch/arm/boot/dts/stih415-pinctrl.dtsi | 10 +++++-----
> arch/arm/boot/dts/stih416-pinctrl.dtsi | 10 +++++-----
> 4 files changed, 14 insertions(+), 14 deletions(-)
>
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 07f283c20eb1..cb6811e5ae5a 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -802,7 +802,7 @@
> <0x46000000 0x400000>;
> reg-names = "mpu", "dat";
> interrupts = <80>, <81>;
> - interrupts-names = "tx", "rx";
> + interrupt-names = "tx", "rx";
> status = "disabled";
> dmas = <&edma 8>,
> <&edma 9>;
> @@ -816,7 +816,7 @@
> <0x46400000 0x400000>;
> reg-names = "mpu", "dat";
> interrupts = <82>, <83>;
> - interrupts-names = "tx", "rx";
> + interrupt-names = "tx", "rx";
> status = "disabled";
> dmas = <&edma 10>,
> <&edma 11>;
> diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
> index 36d523a26831..d1f8707ff1df 100644
> --- a/arch/arm/boot/dts/am4372.dtsi
> +++ b/arch/arm/boot/dts/am4372.dtsi
> @@ -691,7 +691,7 @@
> <0x46000000 0x400000>;
> reg-names = "mpu", "dat";
> interrupts = <80>, <81>;
> - interrupts-names = "tx", "rx";
> + interrupt-names = "tx", "rx";
> status = "disabled";
> dmas = <&edma 8>,
> <&edma 9>;
> @@ -705,7 +705,7 @@
> <0x46400000 0x400000>;
> reg-names = "mpu", "dat";
> interrupts = <82>, <83>;
> - interrupts-names = "tx", "rx";
> + interrupt-names = "tx", "rx";
> status = "disabled";
> dmas = <&edma 10>,
> <&edma 11>;
> diff --git a/arch/arm/boot/dts/stih415-pinctrl.dtsi b/arch/arm/boot/dts/stih415-pinctrl.dtsi
> index f09fb10a3791..81df870e5ee6 100644
> --- a/arch/arm/boot/dts/stih415-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/stih415-pinctrl.dtsi
> @@ -49,7 +49,7 @@
> reg = <0xfe61f080 0x4>;
> reg-names = "irqmux";
> interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;
> - interrupts-names = "irqmux";
> + interrupt-names = "irqmux";
> ranges = <0 0xfe610000 0x5000>;
>
> PIO0: gpio@fe610000 {
> @@ -187,7 +187,7 @@
> reg = <0xfee0f080 0x4>;
> reg-names = "irqmux";
> interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>;
> - interrupts-names = "irqmux";
> + interrupt-names = "irqmux";
> ranges = <0 0xfee00000 0x8000>;
>
> PIO5: gpio@fee00000 {
> @@ -282,7 +282,7 @@
> reg = <0xfe82f080 0x4>;
> reg-names = "irqmux";
> interrupts = <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>;
> - interrupts-names = "irqmux";
> + interrupt-names = "irqmux";
> ranges = <0 0xfe820000 0x8000>;
>
> PIO13: gpio@fe820000 {
> @@ -423,7 +423,7 @@
> reg = <0xfd6bf080 0x4>;
> reg-names = "irqmux";
> interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
> - interrupts-names = "irqmux";
> + interrupt-names = "irqmux";
> ranges = <0 0xfd6b0000 0x3000>;
>
> PIO100: gpio@fd6b0000 {
> @@ -460,7 +460,7 @@
> reg = <0xfd33f080 0x4>;
> reg-names = "irqmux";
> interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
> - interrupts-names = "irqmux";
> + interrupt-names = "irqmux";
> ranges = <0 0xfd330000 0x5000>;
>
> PIO103: gpio@fd330000 {
> diff --git a/arch/arm/boot/dts/stih416-pinctrl.dtsi b/arch/arm/boot/dts/stih416-pinctrl.dtsi
> index aeea304086eb..250d5ecc951e 100644
> --- a/arch/arm/boot/dts/stih416-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/stih416-pinctrl.dtsi
> @@ -53,7 +53,7 @@
> reg = <0xfe61f080 0x4>;
> reg-names = "irqmux";
> interrupts = <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>;
> - interrupts-names = "irqmux";
> + interrupt-names = "irqmux";
> ranges = <0 0xfe610000 0x6000>;
>
> PIO0: gpio@fe610000 {
> @@ -201,7 +201,7 @@
> reg = <0xfee0f080 0x4>;
> reg-names = "irqmux";
> interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>;
> - interrupts-names = "irqmux";
> + interrupt-names = "irqmux";
> ranges = <0 0xfee00000 0x10000>;
>
> PIO5: gpio@fee00000 {
> @@ -333,7 +333,7 @@
> reg = <0xfe82f080 0x4>;
> reg-names = "irqmux";
> interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
> - interrupts-names = "irqmux";
> + interrupt-names = "irqmux";
> ranges = <0 0xfe820000 0x6000>;
>
> PIO13: gpio@fe820000 {
> @@ -461,7 +461,7 @@
> reg = <0xfd6bf080 0x4>;
> reg-names = "irqmux";
> interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
> - interrupts-names = "irqmux";
> + interrupt-names = "irqmux";
> ranges = <0 0xfd6b0000 0x3000>;
>
> PIO100: gpio@fd6b0000 {
> @@ -498,7 +498,7 @@
> reg = <0xfd33f080 0x4>;
> reg-names = "irqmux";
> interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
> - interrupts-names = "irqmux";
> + interrupt-names = "irqmux";
> ranges = <0 0xfd330000 0x5000>;
>
> PIO103: gpio@fd330000 {
next prev parent reply other threads:[~2014-04-23 7:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-22 18:40 [PATCH 1/4] dt: bindings: Typo s/clocks-names/clock-names/g Geert Uytterhoeven
2014-04-22 18:40 ` [PATCH 2/4] dt: bindings: Typo s/interrupts-names/interrupt-names/g Geert Uytterhoeven
[not found] ` <1398192025-31523-2-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2014-04-23 14:11 ` Linus Walleij
2014-04-23 17:35 ` Geert Uytterhoeven
2014-04-22 18:40 ` [PATCH 3/4] ARM: dts: " Geert Uytterhoeven
2014-04-23 7:03 ` Patrice Chotard [this message]
2014-04-22 18:40 ` [PATCH 4/4] of/irq: " Geert Uytterhoeven
[not found] ` <1398192025-31523-4-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2014-04-23 12:02 ` Grant Likely
2014-04-25 15:47 ` [PATCH 1/4] dt: bindings: Typo s/clocks-names/clock-names/g Dinh Nguyen
2014-04-28 11:42 ` Grant Likely
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=535765D7.5070007@st.com \
--to=patrice.chotard@st.com \
--cc=bcousson@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=kernel@stlinux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=srinivas.kandagatla@st.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).