From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts"
Date: Mon, 10 Nov 2014 09:46:23 -0800 [thread overview]
Message-ID: <5460F9EF.5010605@gmail.com> (raw)
In-Reply-To: <1415637358-24378-1-git-send-email-radek.dostal@streamunlimited.com>
On 11/10/2014 08:35 AM, Radek Dostal wrote:
> all other nodes in bcm63138.dtsi use "interrupts", this had to be just a typo
> which never got noticed, even it may have quite some consequences.
>
> Signed-off-by: Radek Dostal <radek.dostal@streamunlimited.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
> Hi all,
>
> when running git grep with typo, I spotted this typo inDT binding, which
> looks obviously wrong to me. Sorry I do not have the board to test it, but
> I am pretty sure the patch is correct.
>
> I hope I included, right people get_maintainer.pl showed bit too many.
>
> Thanks,
> Radek
>
> arch/arm/boot/dts/bcm63138.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/bcm63138.dtsi b/arch/arm/boot/dts/bcm63138.dtsi
> index f3bb2dd..d2d8e94 100644
> --- a/arch/arm/boot/dts/bcm63138.dtsi
> +++ b/arch/arm/boot/dts/bcm63138.dtsi
> @@ -102,7 +102,7 @@
> twd_watchdog: watchdog at 1e620 {
> compatible = "arm,cortex-a9-twd-wdt";
> reg = <0x1e620 0x20>;
> - interupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>;
> + interrupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>;
> };
> };
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Radek Dostal
<radek.dostal-6oiIBCxl0MMjD8S081q9vkEOCMrvLtNR@public.gmane.org>,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
pawel.moll-5wv7dgnIgG8@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
arnd-r2nGTMty4D4@public.gmane.org
Subject: Re: [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts"
Date: Mon, 10 Nov 2014 09:46:23 -0800 [thread overview]
Message-ID: <5460F9EF.5010605@gmail.com> (raw)
In-Reply-To: <1415637358-24378-1-git-send-email-radek.dostal-6oiIBCxl0MMjD8S081q9vkEOCMrvLtNR@public.gmane.org>
On 11/10/2014 08:35 AM, Radek Dostal wrote:
> all other nodes in bcm63138.dtsi use "interrupts", this had to be just a typo
> which never got noticed, even it may have quite some consequences.
>
> Signed-off-by: Radek Dostal <radek.dostal-6oiIBCxl0MMjD8S081q9vkEOCMrvLtNR@public.gmane.org>
Acked-by: Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
> Hi all,
>
> when running git grep with typo, I spotted this typo inDT binding, which
> looks obviously wrong to me. Sorry I do not have the board to test it, but
> I am pretty sure the patch is correct.
>
> I hope I included, right people get_maintainer.pl showed bit too many.
>
> Thanks,
> Radek
>
> arch/arm/boot/dts/bcm63138.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/bcm63138.dtsi b/arch/arm/boot/dts/bcm63138.dtsi
> index f3bb2dd..d2d8e94 100644
> --- a/arch/arm/boot/dts/bcm63138.dtsi
> +++ b/arch/arm/boot/dts/bcm63138.dtsi
> @@ -102,7 +102,7 @@
> twd_watchdog: watchdog@1e620 {
> compatible = "arm,cortex-a9-twd-wdt";
> reg = <0x1e620 0x20>;
> - interupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>;
> + interrupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>;
> };
> };
>
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: Radek Dostal <radek.dostal@streamunlimited.com>,
robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
linux@arm.linux.org.uk
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, arnd@arndb.de
Subject: Re: [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts"
Date: Mon, 10 Nov 2014 09:46:23 -0800 [thread overview]
Message-ID: <5460F9EF.5010605@gmail.com> (raw)
In-Reply-To: <1415637358-24378-1-git-send-email-radek.dostal@streamunlimited.com>
On 11/10/2014 08:35 AM, Radek Dostal wrote:
> all other nodes in bcm63138.dtsi use "interrupts", this had to be just a typo
> which never got noticed, even it may have quite some consequences.
>
> Signed-off-by: Radek Dostal <radek.dostal@streamunlimited.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
> Hi all,
>
> when running git grep with typo, I spotted this typo inDT binding, which
> looks obviously wrong to me. Sorry I do not have the board to test it, but
> I am pretty sure the patch is correct.
>
> I hope I included, right people get_maintainer.pl showed bit too many.
>
> Thanks,
> Radek
>
> arch/arm/boot/dts/bcm63138.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/bcm63138.dtsi b/arch/arm/boot/dts/bcm63138.dtsi
> index f3bb2dd..d2d8e94 100644
> --- a/arch/arm/boot/dts/bcm63138.dtsi
> +++ b/arch/arm/boot/dts/bcm63138.dtsi
> @@ -102,7 +102,7 @@
> twd_watchdog: watchdog@1e620 {
> compatible = "arm,cortex-a9-twd-wdt";
> reg = <0x1e620 0x20>;
> - interupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>;
> + interrupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>;
> };
> };
>
>
next prev parent reply other threads:[~2014-11-10 17:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-10 16:35 [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts" Radek Dostal
2014-11-10 16:35 ` Radek Dostal
2014-11-10 16:35 ` Radek Dostal
2014-11-10 17:46 ` Florian Fainelli [this message]
2014-11-10 17:46 ` Florian Fainelli
2014-11-10 17:46 ` Florian Fainelli
2014-11-17 14:41 ` [PATCH RESEND] " Radek Dostal
2014-11-17 14:41 ` Radek Dostal
2014-11-17 14:41 ` Radek Dostal
2014-11-20 13:51 ` Jiri Kosina
2014-11-20 13:51 ` Jiri Kosina
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=5460F9EF.5010605@gmail.com \
--to=f.fainelli@gmail.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.