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:   Fri, 15 Oct 2021 09:46:33 +0800
From:   Shawn Guo <shawnguo@...nel.org>
To:     Martin Kepplinger <martin.kepplinger@...i.sm>
Cc:     devicetree@...r.kernel.org, festevam@...il.com,
        kernel@...gutronix.de, kernel@...i.sm,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        phone-devel@...r.kernel.org, robh@...nel.org,
        Sebastian Krzyszkowiak <sebastian.krzyszkowiak@...i.sm>
Subject: Re: [PATCH v2 7/7] arm64: dts: imx8mq-librem5: set debounce interval
 of volume buttons to 50ms

On Tue, Oct 05, 2021 at 03:49:02PM +0200, Martin Kepplinger wrote:
> From: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@...i.sm>
> 
> The default of 5ms is too low.
> 
> Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@...i.sm>

Your SoB is missing here.  I fixed it up and applied the series, thanks!

Shawn

> ---
>  arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
> index d86486fd659d..60d47c71499b 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
> @@ -40,12 +40,14 @@ vol-down {
>  			label = "VOL_DOWN";
>  			gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
>  			linux,code = <KEY_VOLUMEDOWN>;
> +			debounce-interval = <50>;
>  		};
>  
>  		vol-up {
>  			label = "VOL_UP";
>  			gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
>  			linux,code = <KEY_VOLUMEUP>;
> +			debounce-interval = <50>;
>  		};
>  	};
>  
> -- 
> 2.30.2
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ