OSDN Git Service

platform/x86/intel/sdsi: Support different GUIDs
authorDavid E. Box <david.e.box@linux.intel.com>
Sat, 19 Nov 2022 00:23:37 +0000 (16:23 -0800)
committerHans de Goede <hdegoede@redhat.com>
Mon, 21 Nov 2022 09:55:28 +0000 (10:55 +0100)
commit25612c0fb22d20142363765ab99b6f87ea3c45cf
treec5894bfbfc9315cf4b97ebcf9011a2f45b3a7863
parentaa546b28163f0bd12e1129cd0fb05b89089485e9
platform/x86/intel/sdsi: Support different GUIDs

Newer versions of Intel On Demand hardware may have an expanded list of
registers to support new features. The register layout is identified by a
unique GUID that's read during driver probe. Add support for handling
different GUIDs and add support for current GUIDs [1].

Link: https://github.com/intel/intel-sdsi/blob/master/os-interface.rst
Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20221119002343.1281885-4-david.e.box@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel/sdsi.c