Hi, Patch 1: Cleans up termination lines Patch 2: Refactor driver for ease of adding new SoCs Patch 3: Refactor debugfs entry for PCH IPs power gating status Patch 4: Add Tiger Lake legacy support to pmc_core Patch 5: Add Elkhart Lake legacy support to pmc_core All the information regarding the PCH IPs and names of IPs will be available in *future* Intel's Platform Controller Hub (PCH) External Design Specification (EDS) document. Gayatri Kammela (5): x86/intel_pmc_core: Clean up: Remove comma after the termination line x86/intel_pmc_core: Create platform dependent pmc bitmap structs x86/intel_pmc_core: Make debugfs entry for pch_ip_power_gating_status conditional platform/x86: Add Tiger Lake(TGL) platform support to intel_pmc_core driver platform/x86: Add Atom based Elkhart Lake(EHL) platform support to intel_pmc_core driver drivers/platform/x86/intel_pmc_core.c | 108 +++++++++++++++++++++----- drivers/platform/x86/intel_pmc_core.h | 2 +- 2 files changed, 88 insertions(+), 22 deletions(-) Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxx> Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Cc: Kan Liang <kan.liang@xxxxxxxxx> Cc: David E. Box <david.e.box@xxxxxxxxx> Cc: Rajneesh Bhardwaj <rajneesh.bhardwaj@xxxxxxxxx> Cc: Tony Luck <tony.luck@xxxxxxxxx> Reviewed-by: Tony Luck <tony.luck@xxxxxxxxx> -- 2.17.1