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] [day] [month] [year] [list]
Date:   Thu, 20 Sep 2018 17:50:33 +0200
From:   Alexandre Torgue <alexandre.torgue@...com>
To:     Amelie Delaunay <amelie.delaunay@...com>,
        Maxime Coquelin <mcoquelin.stm32@...il.com>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <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: stm32: update SPI6 dmas property on stm32mp157c

Hi Amélie

On 09/17/2018 10:04 AM, Amelie Delaunay wrote:
> Remove unused parameter from SPI6 dmas property on stm32mp157c SoC.
> 
> Fixes: dc3f8c86c10d ("ARM: dts: stm32: add SPI support on stm32mp157c")
> Signed-off-by: Amelie Delaunay <amelie.delaunay@...com>
> ---
>   arch/arm/boot/dts/stm32mp157c.dtsi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi
> index 661be94..185541a 100644
> --- a/arch/arm/boot/dts/stm32mp157c.dtsi
> +++ b/arch/arm/boot/dts/stm32mp157c.dtsi
> @@ -1078,8 +1078,8 @@
>   			interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
>   			clocks = <&rcc SPI6_K>;
>   			resets = <&rcc SPI6_R>;
> -			dmas = <&mdma1 34 0x0 0x40008 0x0 0x0 0>,
> -			       <&mdma1 35 0x0 0x40002 0x0 0x0 0>;
> +			dmas = <&mdma1 34 0x0 0x40008 0x0 0x0>,
> +			       <&mdma1 35 0x0 0x40002 0x0 0x0>;
>   			dma-names = "rx", "tx";
>   			status = "disabled";
>   		};
> 

Applied on stm32-next.

Thanks.
Alex

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ