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>] [day] [month] [year] [list]
Message-Id: <20250318-b4-cgbc-sa8-support-v1-1-6ae9ec443c05@bootlin.com>
Date: Tue, 18 Mar 2025 11:36:52 +0100
From: Thomas Richard <thomas.richard@...tlin.com>
To: Lee Jones <lee@...nel.org>
Cc: Thomas Petazzoni <thomas.petazzoni@...tlin.com>, 
 blake.vermeer@...sight.com, linux-kernel@...r.kernel.org, 
 Thomas Richard <thomas.richard@...tlin.com>
Subject: [PATCH] mfd: cgbc-core: Add support for conga-SA8

Add Board Controller support for the conga-SA8 module.

Signed-off-by: Thomas Richard <thomas.richard@...tlin.com>
---
 drivers/mfd/cgbc-core.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/mfd/cgbc-core.c b/drivers/mfd/cgbc-core.c
index 85283c8dde253..1687a3b0289d1 100644
--- a/drivers/mfd/cgbc-core.c
+++ b/drivers/mfd/cgbc-core.c
@@ -384,6 +384,13 @@ static const struct dmi_system_id cgbc_dmi_table[] __initconst = {
 			DMI_MATCH(DMI_BOARD_NAME, "conga-SA7"),
 		},
 	},
+	{
+		.ident = "SA8",
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "congatec"),
+			DMI_MATCH(DMI_BOARD_NAME, "conga-SA8"),
+		},
+	},
 	{}
 };
 MODULE_DEVICE_TABLE(dmi, cgbc_dmi_table);

---
base-commit: 80e54e84911a923c40d7bee33a34c1b4be148d7a
change-id: 20250228-b4-cgbc-sa8-support-83ef9348aedc

Best regards,
-- 
Thomas Richard <thomas.richard@...tlin.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ