* [PATCH] Specify all interrupts for the GPIO controller.
@ 2016-10-03 10:10 Vijay Kumar B
[not found] ` <1475489412-9758-1-git-send-email-vijaykumar-1MQmoylvZ5VBDgjK7y7TUQ@public.gmane.org>
2016-10-08 9:23 ` [PATCH] " Robert Jarzmik
0 siblings, 2 replies; 3+ messages in thread
From: Vijay Kumar B @ 2016-10-03 10:10 UTC (permalink / raw)
To: Daniel Mack, Haojian Zhuang, Robert Jarzmik
Cc: Mark Rutland, devicetree, Pawel Moll, Ian Campbell, Vijay Kumar B,
Russell King, linux-kernel, Rob Herring, Kumar Gala,
linux-arm-kernel
The PXA GPIO controller has 3 interrupt outputs, this needs to be
indicated in the DTS file. Without this mainstone's CPLD interrupt 0
will not be raised to the processor.
Signed-off-by: Vijay Kumar B. <vijaykumar@zilogic.com>
Reviewed-by: Deepak S. <deepak@zilogic.com>
---
arch/arm/boot/dts/pxa2xx.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi
index 5e5af07..9ca2e5b 100644
--- a/arch/arm/boot/dts/pxa2xx.dtsi
+++ b/arch/arm/boot/dts/pxa2xx.dtsi
@@ -54,8 +54,8 @@
reg = <0x40e00000 0x10000>;
gpio-controller;
#gpio-cells = <0x2>;
- interrupts = <10>;
- interrupt-names = "gpio_mux";
+ interrupts = <8 9 10>;
+ interrupt-names = "gpio0", "gpio1", "gpio_mux";
interrupt-controller;
#interrupt-cells = <0x2>;
ranges;
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [RESEND PATCH] ARM: dts: pxa2xx: Specify all interrupts for the GPIO controller.
[not found] ` <1475489412-9758-1-git-send-email-vijaykumar-1MQmoylvZ5VBDgjK7y7TUQ@public.gmane.org>
@ 2016-10-03 10:18 ` Vijay Kumar B
0 siblings, 0 replies; 3+ messages in thread
From: Vijay Kumar B @ 2016-10-03 10:18 UTC (permalink / raw)
To: Daniel Mack, Haojian Zhuang, Robert Jarzmik
Cc: Vijay Kumar B, Rob Herring, Pawel Moll, Mark Rutland,
Ian Campbell, Kumar Gala, Russell King,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
The PXA GPIO controller has 3 interrupt outputs, this needs to be
indicated in the DTS file. Without this mainstone's CPLD interrupt 0
will not be raised to the processor.
Signed-off-by: Vijay Kumar B. <vijaykumar-1MQmoylvZ5VBDgjK7y7TUQ@public.gmane.org>
Reviewed-by: Deepak S. <deepak-1MQmoylvZ5VBDgjK7y7TUQ@public.gmane.org>
---
arch/arm/boot/dts/pxa2xx.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi
index 5e5af07..9ca2e5b 100644
--- a/arch/arm/boot/dts/pxa2xx.dtsi
+++ b/arch/arm/boot/dts/pxa2xx.dtsi
@@ -54,8 +54,8 @@
reg = <0x40e00000 0x10000>;
gpio-controller;
#gpio-cells = <0x2>;
- interrupts = <10>;
- interrupt-names = "gpio_mux";
+ interrupts = <8 9 10>;
+ interrupt-names = "gpio0", "gpio1", "gpio_mux";
interrupt-controller;
#interrupt-cells = <0x2>;
ranges;
--
2.1.4
--
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] 3+ messages in thread
* Re: [PATCH] Specify all interrupts for the GPIO controller.
2016-10-03 10:10 [PATCH] Specify all interrupts for the GPIO controller Vijay Kumar B
[not found] ` <1475489412-9758-1-git-send-email-vijaykumar-1MQmoylvZ5VBDgjK7y7TUQ@public.gmane.org>
@ 2016-10-08 9:23 ` Robert Jarzmik
1 sibling, 0 replies; 3+ messages in thread
From: Robert Jarzmik @ 2016-10-08 9:23 UTC (permalink / raw)
To: Vijay Kumar B
Cc: Daniel Mack, Haojian Zhuang, Mark Rutland, devicetree, Pawel Moll,
Ian Campbell, Russell King, linux-kernel, Rob Herring, Kumar Gala,
linux-arm-kernel
Vijay Kumar B <vijaykumar@zilogic.com> writes:
> The PXA GPIO controller has 3 interrupt outputs, this needs to be
> indicated in the DTS file. Without this mainstone's CPLD interrupt 0
> will not be raised to the processor.
>
> Signed-off-by: Vijay Kumar B. <vijaykumar@zilogic.com>
> Reviewed-by: Deepak S. <deepak@zilogic.com>
> ---
> arch/arm/boot/dts/pxa2xx.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi
> index 5e5af07..9ca2e5b 100644
> --- a/arch/arm/boot/dts/pxa2xx.dtsi
> +++ b/arch/arm/boot/dts/pxa2xx.dtsi
> @@ -54,8 +54,8 @@
> reg = <0x40e00000 0x10000>;
> gpio-controller;
> #gpio-cells = <0x2>;
> - interrupts = <10>;
> - interrupt-names = "gpio_mux";
> + interrupts = <8 9 10>;
> + interrupt-names = "gpio0", "gpio1", "gpio_mux";
> interrupt-controller;
> #interrupt-cells = <0x2>;
> ranges;
Hi Vijay,
A patch was already submitted in september for this in there :
https://mail-archive.com/linux-kernel@vger.kernel.org/msg1239445.html
Cheers.
--
Robert
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-08 9:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 10:10 [PATCH] Specify all interrupts for the GPIO controller Vijay Kumar B
[not found] ` <1475489412-9758-1-git-send-email-vijaykumar-1MQmoylvZ5VBDgjK7y7TUQ@public.gmane.org>
2016-10-03 10:18 ` [RESEND PATCH] ARM: dts: pxa2xx: " Vijay Kumar B
2016-10-08 9:23 ` [PATCH] " Robert Jarzmik
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).