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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a2a82d35-100f-40c3-0827-c110ac37a02f@st.com>
Date:   Fri, 25 Oct 2019 12:02:32 +0200
From:   Alexandre Torgue <alexandre.torgue@...com>
To:     Benjamin Gaignard <benjamin.gaignard@...com>, <robh+dt@...nel.org>,
        <mark.rutland@....com>
CC:     <linux-stm32@...md-mailman.stormreply.com>,
        <linux-arm-kernel@...ts.infradead.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ARM: dts: stm32f469: remove useless interrupt from dsi
 node

Hi Benjamin

On 10/11/19 3:06 PM, Benjamin Gaignard wrote:
> DSI driver doesn't use interrupt, remove it from the node since it
> breaks yaml check.
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@...com>
> ---
>   arch/arm/boot/dts/stm32f469.dtsi | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/stm32f469.dtsi b/arch/arm/boot/dts/stm32f469.dtsi
> index 5ae5213f68cb..be002e8a78ac 100644
> --- a/arch/arm/boot/dts/stm32f469.dtsi
> +++ b/arch/arm/boot/dts/stm32f469.dtsi
> @@ -8,7 +8,6 @@
>   		dsi: dsi@...16c00 {
>   			compatible = "st,stm32-dsi";
>   			reg = <0x40016c00 0x800>;
> -			interrupts = <92>;
>   			resets = <&rcc STM32F4_APB2_RESET(DSI)>;
>   			reset-names = "apb";
>   			clocks = <&rcc 1 CLK_F469_DSI>, <&clk_hse>;
> 

Applied on stm32-next. For the next time commit header has to be 
formatted like that:

ARM: dts: stm32: .....

Thanks.
Alex

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ