linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: meson-sm1-sei610: add missing interrupt-names
@ 2020-01-17 13:34 Guillaume La Roque
  2020-01-23  9:48 ` Neil Armstrong
  2020-02-14 22:41 ` patchwork-bot+linux-amlogic
  0 siblings, 2 replies; 4+ messages in thread
From: Guillaume La Roque @ 2020-01-17 13:34 UTC (permalink / raw)
  To: khilman, devicetree; +Cc: linux-amlogic, linux-kernel, linux-arm-kernel

add missing "host-wakeup interrupt names

Fixes: 30388cc07572 ("arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt")

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
index a8bb3fa9fec9..cb1b48f5b8b1 100644
--- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
@@ -593,6 +593,7 @@
 		compatible = "brcm,bcm43438-bt";
 		interrupt-parent = <&gpio_intc>;
 		interrupts = <95 IRQ_TYPE_LEVEL_HIGH>;
+		interrupt-names = "host-wakeup";
 		shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
 		max-speed = <2000000>;
 		clocks = <&wifi32k>;
-- 
2.17.1


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] arm64: dts: meson-sm1-sei610: add missing interrupt-names
  2020-01-17 13:34 [PATCH] arm64: dts: meson-sm1-sei610: add missing interrupt-names Guillaume La Roque
@ 2020-01-23  9:48 ` Neil Armstrong
  2020-02-14 19:18   ` Kevin Hilman
  2020-02-14 22:41 ` patchwork-bot+linux-amlogic
  1 sibling, 1 reply; 4+ messages in thread
From: Neil Armstrong @ 2020-01-23  9:48 UTC (permalink / raw)
  To: Guillaume La Roque, khilman, devicetree
  Cc: linux-amlogic, linux-kernel, linux-arm-kernel

On 17/01/2020 14:34, Guillaume La Roque wrote:
> add missing "host-wakeup interrupt names
> 
> Fixes: 30388cc07572 ("arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt")
> 
> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
> ---
>  arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
> index a8bb3fa9fec9..cb1b48f5b8b1 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
> +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
> @@ -593,6 +593,7 @@
>  		compatible = "brcm,bcm43438-bt";
>  		interrupt-parent = <&gpio_intc>;
>  		interrupts = <95 IRQ_TYPE_LEVEL_HIGH>;
> +		interrupt-names = "host-wakeup";
>  		shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
>  		max-speed = <2000000>;
>  		clocks = <&wifi32k>;
> 

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] arm64: dts: meson-sm1-sei610: add missing interrupt-names
  2020-01-23  9:48 ` Neil Armstrong
@ 2020-02-14 19:18   ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2020-02-14 19:18 UTC (permalink / raw)
  To: Neil Armstrong, Guillaume La Roque, devicetree
  Cc: linux-amlogic, linux-kernel, linux-arm-kernel

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 17/01/2020 14:34, Guillaume La Roque wrote:
>> add missing "host-wakeup interrupt names
>> 
>> Fixes: 30388cc07572 ("arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt")
>> 
>> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
>> ---
>>  arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
>> index a8bb3fa9fec9..cb1b48f5b8b1 100644
>> --- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
>> +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
>> @@ -593,6 +593,7 @@
>>  		compatible = "brcm,bcm43438-bt";
>>  		interrupt-parent = <&gpio_intc>;
>>  		interrupts = <95 IRQ_TYPE_LEVEL_HIGH>;
>> +		interrupt-names = "host-wakeup";
>>  		shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
>>  		max-speed = <2000000>;
>>  		clocks = <&wifi32k>;
>> 
>
> Acked-by: Neil Armstrong <narmstrong@baylibre.com>

Queued as a fix for v5.6-rc1.

Thanks,

Kevin

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] arm64: dts: meson-sm1-sei610: add missing interrupt-names
  2020-01-17 13:34 [PATCH] arm64: dts: meson-sm1-sei610: add missing interrupt-names Guillaume La Roque
  2020-01-23  9:48 ` Neil Armstrong
@ 2020-02-14 22:41 ` patchwork-bot+linux-amlogic
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-amlogic @ 2020-02-14 22:41 UTC (permalink / raw)
  To: Guillaume La Roque; +Cc: linux-amlogic, khilman

Hello:

This patch was applied to khilman/linux-amlogic.git (refs/heads/for-next).

On Fri, 17 Jan 2020 14:34:23 +0100 you wrote:
> add missing "host-wakeup interrupt names
> 
> Fixes: 30388cc07572 ("arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt")
> 
> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
> ---
>  arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 1 +
>  1 file changed, 1 insertion(+)


Here is a summary with links:
  - arm64: dts: meson-sm1-sei610: add missing interrupt-names
    https://git.kernel.org/khilman/linux-amlogic/c/80a26ed452811d04b2eeaba0481a72bf00f97b89

You are awesome, thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/pwbot

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2020-02-14 22:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17 13:34 [PATCH] arm64: dts: meson-sm1-sei610: add missing interrupt-names Guillaume La Roque
2020-01-23  9:48 ` Neil Armstrong
2020-02-14 19:18   ` Kevin Hilman
2020-02-14 22:41 ` patchwork-bot+linux-amlogic

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