mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Robert Jarzmik <robert.jarzmik@free.fr>
To: Vijay Kumar B <vijaykumar@zilogic.com>
Cc: Daniel Mack <daniel@zonque.org>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Russell King <linux@armlinux.org.uk>,
	linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Kumar Gala <galak@codeaurora.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] Specify all interrupts for the GPIO controller.
Date: Sat, 08 Oct 2016 11:23:52 +0200	[thread overview]
Message-ID: <87h98n8a8n.fsf@belgarion.home> (raw)
In-Reply-To: <1475489412-9758-1-git-send-email-vijaykumar@zilogic.com> (Vijay Kumar B.'s message of "Mon, 3 Oct 2016 15:40:12 +0530")

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

      parent reply	other threads:[~2016-10-08  9:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-03 10:10 Vijay Kumar B
2016-10-03 10:18 ` [RESEND PATCH] ARM: dts: pxa2xx: " Vijay Kumar B
2016-10-08  9:23 ` Robert Jarzmik [this message]

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=87h98n8a8n.fsf@belgarion.home \
    --to=robert.jarzmik@free.fr \
    --cc=daniel@zonque.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=haojian.zhuang@gmail.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=vijaykumar@zilogic.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

all inboxes | Powered by JetHome®