platform/x86/intel/vsec: Add private data for per-device data
authorDavid E. Box <david.e.box@linux.intel.com>
Thu, 3 Jul 2025 02:28:17 +0000 (19:28 -0700)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 3 Jul 2025 08:09:20 +0000 (11:09 +0300)
commitdc957ab6aa05c118c3da0542428a4d6602aa2d2d
treefa8cd82a50fd037fe36afc41286b598911b064ce
parentfb1311b3f171bbb3c07cc7764ec981605564c83a
platform/x86/intel/vsec: Add private data for per-device data

Introduce a new private structure, struct vsec_priv, to hold a pointer to
the platform-specific information. Although the driver didn’t previously
require this per-device data, adding it now lays the groundwork for
upcoming patches that will manage such data. No functional changes.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Link: https://lore.kernel.org/r/20250703022832.1302928-3-david.e.box@linux.intel.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/intel/vsec.c