All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-10 16:35 ` Radek Dostal
  0 siblings, 0 replies; 11+ messages in thread
From: Radek Dostal @ 2014-11-10 16:35 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 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>;
 		};
 	};
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-10 16:35 ` Radek Dostal
  0 siblings, 0 replies; 11+ messages in thread
From: Radek Dostal @ 2014-11-10 16:35 UTC (permalink / raw)
  To: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, linux
  Cc: devicetree, f.fainelli, arnd, Radek Dostal, linux-kernel,
	linux-arm-kernel

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>
---
 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>;
 		};
 	};
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-10 16:35 ` Radek Dostal
  0 siblings, 0 replies; 11+ messages in thread
From: Radek Dostal @ 2014-11-10 16:35 UTC (permalink / raw)
  To: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, linux
  Cc: devicetree, linux-arm-kernel, linux-kernel, f.fainelli, arnd,
	Radek Dostal

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>
---
 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>;
 		};
 	};
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-10 17:46   ` Florian Fainelli
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2014-11-10 17:46 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-10 17:46   ` Florian Fainelli
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2014-11-10 17:46 UTC (permalink / raw)
  To: Radek Dostal, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
	galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, arnd-r2nGTMty4D4

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-10 17:46   ` Florian Fainelli
  0 siblings, 0 replies; 11+ messages in thread
From: Florian Fainelli @ 2014-11-10 17:46 UTC (permalink / raw)
  To: Radek Dostal, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
	galak, linux
  Cc: devicetree, linux-arm-kernel, linux-kernel, arnd

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH RESEND] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-17 14:41     ` Radek Dostal
  0 siblings, 0 replies; 11+ messages in thread
From: Radek Dostal @ 2014-11-17 14:41 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 Dear all,

 resending the previous patch with added Acked-by from Florian Fainelli. I
 did not hear anything back for almost a week. Additionally CC to
 trivial at kernel.org as it may qualify for it.

 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>;
 		};
 	};
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH RESEND] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-17 14:41     ` Radek Dostal
  0 siblings, 0 replies; 11+ messages in thread
From: Radek Dostal @ 2014-11-17 14:41 UTC (permalink / raw)
  To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
	mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
	galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	f.fainelli-Re5JQEeQqe8AvxtiuMwx3w, arnd-r2nGTMty4D4,
	trivial-DgEjT+Ai2ygdnm+yROfE0A, Radek Dostal

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>
---
 Dear all,

 resending the previous patch with added Acked-by from Florian Fainelli. I
 did not hear anything back for almost a week. Additionally CC to
 trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org as it may qualify for it.

 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>;
 		};
 	};
 
-- 
1.7.9.5

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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH RESEND] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-17 14:41     ` Radek Dostal
  0 siblings, 0 replies; 11+ messages in thread
From: Radek Dostal @ 2014-11-17 14:41 UTC (permalink / raw)
  To: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, linux
  Cc: devicetree, linux-arm-kernel, linux-kernel, f.fainelli, arnd,
	trivial, Radek Dostal

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>
---
 Dear all,

 resending the previous patch with added Acked-by from Florian Fainelli. I
 did not hear anything back for almost a week. Additionally CC to
 trivial@kernel.org as it may qualify for it.

 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>;
 		};
 	};
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH RESEND] ARM: dts: bcm63138: change "interupts" to "interrupts"
  2014-11-17 14:41     ` Radek Dostal
@ 2014-11-20 13:51       ` Jiri Kosina
  -1 siblings, 0 replies; 11+ messages in thread
From: Jiri Kosina @ 2014-11-20 13:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, 17 Nov 2014, 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>
> ---
>  Dear all,
> 
>  resending the previous patch with added Acked-by from Florian Fainelli. I
>  did not hear anything back for almost a week. Additionally CC to
>  trivial at kernel.org as it may qualify for it.

As this got acked by Florian and I don't see it in linux-next as of today, 
I am taking it.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH RESEND] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-20 13:51       ` Jiri Kosina
  0 siblings, 0 replies; 11+ messages in thread
From: Jiri Kosina @ 2014-11-20 13:51 UTC (permalink / raw)
  To: Radek Dostal
  Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, linux,
	devicetree, linux-arm-kernel, linux-kernel, f.fainelli, arnd

On Mon, 17 Nov 2014, 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>
> ---
>  Dear all,
> 
>  resending the previous patch with added Acked-by from Florian Fainelli. I
>  did not hear anything back for almost a week. Additionally CC to
>  trivial@kernel.org as it may qualify for it.

As this got acked by Florian and I don't see it in linux-next as of today, 
I am taking it.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-11-20 13:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.