lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 23 Jan 2020 10:48:32 +0100
From:   Neil Armstrong <narmstrong@...libre.com>
To:     Guillaume La Roque <glaroque@...libre.com>, khilman@...libre.com,
        devicetree@...r.kernel.org
Cc:     linux-amlogic@...ts.infradead.org, linux-kernel@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] arm64: dts: meson-sm1-sei610: add missing interrupt-names

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@...libre.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@...libre.com>

Powered by blists - more mailing lists