]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: pmc_atom: improve critclk_systems matching for Siemens PCs
authorHenning Schild <henning.schild@siemens.com>
Mon, 13 Dec 2021 12:05:02 +0000 (13:05 +0100)
committerHans de Goede <hdegoede@redhat.com>
Thu, 23 Dec 2021 17:09:41 +0000 (18:09 +0100)
commit4fbc9c2928ac074755cd3aa9e0d48c64f3b19388
treee84921a98c3a1179b40e83a8ca45f1c374ea1752
parent5e4982dd7fa12505227d3ea9d8e76ae197865516
platform/x86: pmc_atom: improve critclk_systems matching for Siemens PCs

Siemens industrial PCs unfortunately can not always be properly
identified the way we used to. An earlier commit introduced code that
allows proper identification without looking at DMI strings that could
differ based on product branding.
Switch over to that proper way and revert commits that used to collect
the machines based on unstable strings.

Fixes: f81bd8cb62b9 ("clk: x86: Stop marking clocks as CLK_IS_CRITICAL")
Fixes: 47e1e3769d24 ("platform/x86: pmc_atom: Add Siemens CONNECT ...")
Fixes: 648dc54ce528 ("platform/x86: pmc_atom: Add Siemens SIMATIC ...")
Fixes: eab3da42131b ("platform/x86: pmc_atom: Add Siemens SIMATIC ...")
Tested-by: Michael Haener <michael.haener@siemens.com>
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Link: https://lore.kernel.org/r/20211213120502.20661-5-henning.schild@siemens.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/pmc_atom.c