All of lore.kernel.org
 help / color / mirror / Atom feed
From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] ARM64: dts: meson-axg: add GPIO interrupt controller support
Date: Thu, 19 Apr 2018 11:01:52 -0700	[thread overview]
Message-ID: <7hh8o73wj3.fsf@baylibre.com> (raw)
In-Reply-To: <20180408151045.1138-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Sun, 8 Apr 2018 15:10:45 +0000")

Yixun Lan <yixun.lan@amlogic.com> writes:

> Add the GPIO interrupt controller driver which found in the Amlogic's
> Meson-AXG SoC, the controller share the similar ASIC IP as other meson SoCs.
>
> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>

Applied to v4.18/dt64,

> ---
> Hi Kevin
>  Please note this patch depend on the GPIO interrupt driver here[0]

Thanks for noting the dependencies.

Kevin

> [0] http://lkml.kernel.org/r/20180408145700.23520-1-yixun.lan at amlogic.com
> ---
>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> index b58808eb3cc8..c1105065de99 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> @@ -120,6 +120,15 @@
>  			#size-cells = <2>;
>  			ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x25000>;
>  
> +			gpio_intc: interrupt-controller at f080 {
> +				compatible = "amlogic,meson-gpio-intc";
> +				reg = <0x0 0xf080 0x0 0x10>;
> +				interrupt-controller;
> +				#interrupt-cells = <2>;
> +				amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>;
> +				status = "disabled";
> +			};
> +
>  			pwm_ab: pwm at 1b000 {
>  				compatible = "amlogic,meson-axg-ee-pwm";
>  				reg = <0x0 0x1b000 0x0 0x20>;

WARNING: multiple messages have this Message-ID (diff)
From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM64: dts: meson-axg: add GPIO interrupt controller support
Date: Thu, 19 Apr 2018 11:01:52 -0700	[thread overview]
Message-ID: <7hh8o73wj3.fsf@baylibre.com> (raw)
In-Reply-To: <20180408151045.1138-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Sun, 8 Apr 2018 15:10:45 +0000")

Yixun Lan <yixun.lan@amlogic.com> writes:

> Add the GPIO interrupt controller driver which found in the Amlogic's
> Meson-AXG SoC, the controller share the similar ASIC IP as other meson SoCs.
>
> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>

Applied to v4.18/dt64,

> ---
> Hi Kevin
>  Please note this patch depend on the GPIO interrupt driver here[0]

Thanks for noting the dependencies.

Kevin

> [0] http://lkml.kernel.org/r/20180408145700.23520-1-yixun.lan at amlogic.com
> ---
>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> index b58808eb3cc8..c1105065de99 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> @@ -120,6 +120,15 @@
>  			#size-cells = <2>;
>  			ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x25000>;
>  
> +			gpio_intc: interrupt-controller at f080 {
> +				compatible = "amlogic,meson-gpio-intc";
> +				reg = <0x0 0xf080 0x0 0x10>;
> +				interrupt-controller;
> +				#interrupt-cells = <2>;
> +				amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>;
> +				status = "disabled";
> +			};
> +
>  			pwm_ab: pwm at 1b000 {
>  				compatible = "amlogic,meson-axg-ee-pwm";
>  				reg = <0x0 0x1b000 0x0 0x20>;

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Yixun Lan <yixun.lan@amlogic.com>
Cc: Carlo Caione <carlo@caione.org>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	Rob Herring <robh@kernel.org>,
	Xingyu Chen <xingyu.chen@amlogic.com>,
	linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH] ARM64: dts: meson-axg: add GPIO interrupt controller support
Date: Thu, 19 Apr 2018 11:01:52 -0700	[thread overview]
Message-ID: <7hh8o73wj3.fsf@baylibre.com> (raw)
In-Reply-To: <20180408151045.1138-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Sun, 8 Apr 2018 15:10:45 +0000")

Yixun Lan <yixun.lan@amlogic.com> writes:

> Add the GPIO interrupt controller driver which found in the Amlogic's
> Meson-AXG SoC, the controller share the similar ASIC IP as other meson SoCs.
>
> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>

Applied to v4.18/dt64,

> ---
> Hi Kevin
>  Please note this patch depend on the GPIO interrupt driver here[0]

Thanks for noting the dependencies.

Kevin

> [0] http://lkml.kernel.org/r/20180408145700.23520-1-yixun.lan@amlogic.com
> ---
>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> index b58808eb3cc8..c1105065de99 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> @@ -120,6 +120,15 @@
>  			#size-cells = <2>;
>  			ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x25000>;
>  
> +			gpio_intc: interrupt-controller@f080 {
> +				compatible = "amlogic,meson-gpio-intc";
> +				reg = <0x0 0xf080 0x0 0x10>;
> +				interrupt-controller;
> +				#interrupt-cells = <2>;
> +				amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>;
> +				status = "disabled";
> +			};
> +
>  			pwm_ab: pwm@1b000 {
>  				compatible = "amlogic,meson-axg-ee-pwm";
>  				reg = <0x0 0x1b000 0x0 0x20>;

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Yixun Lan <yixun.lan@amlogic.com>
Cc: Carlo Caione <carlo@caione.org>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	Rob Herring <robh@kernel.org>,
	Xingyu Chen <xingyu.chen@amlogic.com>,
	<linux-amlogic@lists.infradead.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: Re: [PATCH] ARM64: dts: meson-axg: add GPIO interrupt controller support
Date: Thu, 19 Apr 2018 11:01:52 -0700	[thread overview]
Message-ID: <7hh8o73wj3.fsf@baylibre.com> (raw)
In-Reply-To: <20180408151045.1138-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Sun, 8 Apr 2018 15:10:45 +0000")

Yixun Lan <yixun.lan@amlogic.com> writes:

> Add the GPIO interrupt controller driver which found in the Amlogic's
> Meson-AXG SoC, the controller share the similar ASIC IP as other meson SoCs.
>
> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>

Applied to v4.18/dt64,

> ---
> Hi Kevin
>  Please note this patch depend on the GPIO interrupt driver here[0]

Thanks for noting the dependencies.

Kevin

> [0] http://lkml.kernel.org/r/20180408145700.23520-1-yixun.lan@amlogic.com
> ---
>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> index b58808eb3cc8..c1105065de99 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
> @@ -120,6 +120,15 @@
>  			#size-cells = <2>;
>  			ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x25000>;
>  
> +			gpio_intc: interrupt-controller@f080 {
> +				compatible = "amlogic,meson-gpio-intc";
> +				reg = <0x0 0xf080 0x0 0x10>;
> +				interrupt-controller;
> +				#interrupt-cells = <2>;
> +				amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>;
> +				status = "disabled";
> +			};
> +
>  			pwm_ab: pwm@1b000 {
>  				compatible = "amlogic,meson-axg-ee-pwm";
>  				reg = <0x0 0x1b000 0x0 0x20>;

  reply	other threads:[~2018-04-19 18:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-08 15:10 [PATCH] ARM64: dts: meson-axg: add GPIO interrupt controller support Yixun Lan
2018-04-08 15:10 ` Yixun Lan
2018-04-08 15:10 ` Yixun Lan
2018-04-08 15:10 ` Yixun Lan
2018-04-19 18:01 ` Kevin Hilman [this message]
2018-04-19 18:01   ` Kevin Hilman
2018-04-19 18:01   ` Kevin Hilman
2018-04-19 18:01   ` Kevin Hilman

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=7hh8o73wj3.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=linus-amlogic@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.