Hi, On 7/2/21 4:19 AM, Gayatri Kammela wrote: > Hi, > The patch series add Alder Lake PCH-S support to PMC core driver. > > Patch 1: Add Alderlake support to pmc_core driver > Patch 2: Add Latency Tolerance Reporting (LTR) support to Alder Lake > Patch 3: Add Alder Lake low power mode support for pmc_core > Patch 4: Add GBE Package C10 fix for Alder Lake > > David E. Box (1): > platform/x86: intel_pmc_core: Add GBE Package C10 fix for Alder Lake > PCH > > Gayatri Kammela (3): > platform/x86: intel_pmc_core: Add Alderlake support to pmc_core driver > platform/x86: intel_pmc_core: Add Latency Tolerance Reporting (LTR) > support to Alder Lake > platform/x86: intel_pmc_core: Add Alder Lake low power mode support > for pmc_core > > drivers/platform/x86/intel_pmc_core.c | 307 +++++++++++++++++++++++++- > drivers/platform/x86/intel_pmc_core.h | 17 ++ > 2 files changed, 321 insertions(+), 3 deletions(-) > > Cc: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxx> > Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Cc: David Box <david.e.box@xxxxxxxxx> > > base-commit: 62fb9874f5da54fdb243003b386128037319b219 Thanks, the series looks good to me: Reviewed-by: Hans de Goede <hdegoede@xxxxxxxxxx> For the series. As Andy already mentioned we are trying to move all the Intel files to drivers/platform/x86/intel. Can you please send a new version with an extra patch which first moves all the drivers/platform/x86/intel_pmc_*.c files to: drivers/platform/x86/intel/pmc and then apply the 4 patches from this series on top, see: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=72fbcac2f40e690e1a5584358750e546a2678c2c For an example of a commit moving files to under drivers/platform/x86/intel/<subdir> Regards, Hans