]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform/x86/intel/pmc/ssram: Add PCI platform data
authorDavid E. Box <david.e.box@linux.intel.com>
Fri, 12 Jun 2026 21:01:51 +0000 (14:01 -0700)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Sun, 14 Jun 2026 23:13:08 +0000 (02:13 +0300)
commitd936dd2c605a17ab41826c1e7f738424d3d0bbfd
tree2218ad23ea794a4e85c79f8556caa4ed74371100
parent90fd47d0d8109ef1301a60a44a7f85581a1e6efe
platform/x86/intel/pmc/ssram: Add PCI platform data

Add per-device platform data for SSRAM telemetry PCI IDs and route probe
through a method selector driven by id->driver_data.

This is a preparatory refactor for follow-on discovery methods while
preserving current behavior: all supported IDs continue to use the PCI
initialization path.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Link: https://patch.msgid.link/1c6180097b20dbe1337828bf6d3667854d63583a.1781294741.git.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/pmc/ssram_telemetry.c