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: <175699069471.1920.11603308819725905034.tip-bot2@tip-bot2>
Date: Thu, 04 Sep 2025 12:58:14 -0000
From: "tip-bot2 for Chen Wang" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Chen Wang <unicorn_wang@...look.com>, Thomas Gleixner <tglx@...utronix.de>,
 Inochi Amaoto <inochiama@...il.com>, x86@...nel.org,
 linux-kernel@...r.kernel.org
Subject: [tip: irq/drivers] riscv: sophgo: dts: sg2044: Change msi irq type to
 IRQ_TYPE_EDGE_RISING

The following commit has been merged into the irq/drivers branch of tip:

Commit-ID:     8aefd2724451dedea1368d3915ab2dd5ecebc3cb
Gitweb:        https://git.kernel.org/tip/8aefd2724451dedea1368d3915ab2dd5ecebc3cb
Author:        Chen Wang <unicorn_wang@...look.com>
AuthorDate:    Thu, 04 Sep 2025 11:00:59 +08:00
Committer:     Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Thu, 04 Sep 2025 14:52:47 +02:00

riscv: sophgo: dts: sg2044: Change msi irq type to IRQ_TYPE_EDGE_RISING

Fix msi irq type to be the correct type, although this field is not used yet.

Signed-off-by: Chen Wang <unicorn_wang@...look.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Tested-by: Inochi Amaoto <inochiama@...il.com> # Sophgo SRD3-10
Link: https://lore.kernel.org/all/c38b9b1682af978473705b7e70b6faaa36fe5024.1756953919.git.unicorn_wang@outlook.com

---
 arch/riscv/boot/dts/sophgo/sg2044.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/boot/dts/sophgo/sg2044.dtsi b/arch/riscv/boot/dts/sophgo/sg2044.dtsi
index 6ec9557..320c4d1 100644
--- a/arch/riscv/boot/dts/sophgo/sg2044.dtsi
+++ b/arch/riscv/boot/dts/sophgo/sg2044.dtsi
@@ -214,7 +214,7 @@
 			reg-names = "clr", "doorbell";
 			#msi-cells = <0>;
 			msi-controller;
-			msi-ranges = <&intc 352 IRQ_TYPE_LEVEL_HIGH 512>;
+			msi-ranges = <&intc 352 IRQ_TYPE_EDGE_RISING 512>;
 			status = "disabled";
 		};
 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ