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]
Message-ID: <f45ec1b8-fc0c-273e-3457-cb793f3568bc@amd.com>
Date:   Thu, 19 Jan 2023 14:00:15 +0100
From:   Michal Simek <michal.simek@....com>
To:     <linux-kernel@...r.kernel.org>, <monstr@...str.eu>,
        <michal.simek@...inx.com>, <git@...inx.com>
CC:     Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Rob Herring <robh+dt@...nel.org>, <devicetree@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] ARM: zynq: Comment interrupt names IRQs for pl330



On 1/5/23 09:40, Michal Simek wrote:
> pl330 DT yaml description doesn't define interrupt-names property that's
> why comment it but keep it as comment.
> 
> Signed-off-by: Michal Simek <michal.simek@....com>
> ---
> 
>   arch/arm/boot/dts/zynq-7000.dtsi | 6 ++++--
>   1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
> index 25fbca70ac1f..c5bb6ddd5370 100644
> --- a/arch/arm/boot/dts/zynq-7000.dtsi
> +++ b/arch/arm/boot/dts/zynq-7000.dtsi
> @@ -347,8 +347,10 @@ dmac_s: dmac@...03000 {
>   			compatible = "arm,pl330", "arm,primecell";
>   			reg = <0xf8003000 0x1000>;
>   			interrupt-parent = <&intc>;
> -			interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
> -				"dma4", "dma5", "dma6", "dma7";
> +			/*
> +			 * interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
> +			 * "dma4", "dma5", "dma6", "dma7";
> +			 */
>   			interrupts = <0 13 4>,
>   			             <0 14 4>, <0 15 4>,
>   			             <0 16 4>, <0 17 4>,

Applied.
M

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ