Re: [PATCH RESEND] ARM: dts: bcm63138: change "interupts" to "interrupts"

2014-11-20 Thread Jiri Kosina
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 
> Acked-by: Florian Fainelli 
> ---
>  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
>  triv...@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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH RESEND] ARM: dts: bcm63138: change interupts to interrupts

2014-11-20 Thread Jiri Kosina
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.dos...@streamunlimited.com
 Acked-by: Florian Fainelli f.faine...@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
  triv...@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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH RESEND] ARM: dts: bcm63138: change "interupts" to "interrupts"

2014-11-17 Thread 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 
Acked-by: Florian Fainelli 
---
 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
 triv...@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 = ;
+   interrupts = ;
};
};
 
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH RESEND] ARM: dts: bcm63138: change interupts to interrupts

2014-11-17 Thread 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.dos...@streamunlimited.com
Acked-by: Florian Fainelli f.faine...@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
 triv...@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

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/