2018-01-11 11:40:53

by Rajneesh Bhardwaj

[permalink] [raw]
Subject: [PATCH v1 0/6] platform/x86: intel_pmc_core: PMC Driver cleanup

This patch series aims to cleanup the PMC Core driver and convert it to a
module.

Subsequent patch series will add support for newer Intel SoC like Coffeelake
and Cannonlake, this series builds a foundation for them.

Rajneesh Bhardwaj (5):
platform/x86: intel_pmc_core: Remove unused EXPORTED API
platform/x86: intel_pmc_core: Remove unused variable
platform/x86: intel_pmc_core: Fix kernel doc for pmc_dev
platform/x86: intel_pmc_core: Fix file permission warnings
platform/x86: intel_pmc_core: Update Kconfig

Srinivas Pandruvada (1):
platform/x86: intel_pmc_core: Change driver to a module

drivers/platform/x86/Kconfig | 7 ++--
drivers/platform/x86/intel_pmc_core.c | 65 +++++++++++------------------------
drivers/platform/x86/intel_pmc_core.h | 15 ++++----
3 files changed, 32 insertions(+), 55 deletions(-)

--
2.7.4