OSDN Git Service

platform/x86: intel/pmc: Relocate Sunrise Point PCH support
authorRajvi Jingar <rajvi.jingar@linux.intel.com>
Mon, 14 Nov 2022 18:32:52 +0000 (10:32 -0800)
committerHans de Goede <hdegoede@redhat.com>
Mon, 21 Nov 2022 09:42:38 +0000 (10:42 +0100)
commitf23e21a345956e3bd234c6d5a3d29818604dfe74
tree5f54d1818821487cb6e9cc0ee801b901a6515def
parent03c58a1e949d16faa922dd0501db1f2585d66eb3
platform/x86: intel/pmc: Relocate Sunrise Point PCH support

Create spt.c for Sunrise Point PCH specific structures and init().
This file supports Sky Lake and Kaby Lake platforms. There are no
functional changes involved.

Cc: David E Box <david.e.box@linux.intel.com>
Reviewed-by: "David E. Box" <david.e.box@linux.intel.com>
Signed-off-by: Rajvi Jingar <rajvi.jingar@linux.intel.com>
Signed-off-by: "David E. Box" <david.e.box@linux.intel.com>
Link: https://lore.kernel.org/r/20221114183257.2067662-4-gayatri.kammela@linux.intel.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel/pmc/Makefile
drivers/platform/x86/intel/pmc/core.c
drivers/platform/x86/intel/pmc/core.h
drivers/platform/x86/intel/pmc/spt.c [new file with mode: 0644]