[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <MW3PR11MB4523FB4A089B18450FD94C49F2E19@MW3PR11MB4523.namprd11.prod.outlook.com>
Date: Mon, 19 Jul 2021 16:49:35 +0000
From: "Kammela, Gayatri" <gayatri.kammela@...el.com>
To: Hans de Goede <hdegoede@...hat.com>,
"platform-driver-x86@...r.kernel.org"
<platform-driver-x86@...r.kernel.org>
CC: "mgross@...ux.intel.com" <mgross@...ux.intel.com>,
"irenic.rajneesh@...il.com" <irenic.rajneesh@...il.com>,
"andriy.shevchenko@...ux.intel.com"
<andriy.shevchenko@...ux.intel.com>,
"vicamo.yang@...onical.com" <vicamo.yang@...onical.com>,
"Pandruvada, Srinivas" <srinivas.pandruvada@...el.com>,
"Box, David E" <david.e.box@...el.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"Mashiah, Tamar" <tamar.mashiah@...el.com>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"rajatja@...gle.com" <rajatja@...gle.com>,
"Shyam-sundar.S-k@....com" <Shyam-sundar.S-k@....com>,
"Alexander.Deucher@....com" <Alexander.Deucher@....com>,
"mlimonci@....com" <mlimonci@....com>
Subject: RE: [PATCH v5 0/5] Add Alder Lake PCH-S support to PMC core driver
> -----Original Message-----
> From: Hans de Goede <hdegoede@...hat.com>
> Sent: Saturday, July 17, 2021 8:33 AM
> To: Kammela, Gayatri <gayatri.kammela@...el.com>; platform-driver-
> x86@...r.kernel.org
> Cc: mgross@...ux.intel.com; irenic.rajneesh@...il.com;
> andriy.shevchenko@...ux.intel.com; vicamo.yang@...onical.com;
> Pandruvada, Srinivas <srinivas.pandruvada@...el.com>; Box, David E
> <david.e.box@...el.com>; linux-kernel@...r.kernel.org; Mashiah, Tamar
> <tamar.mashiah@...el.com>; gregkh@...uxfoundation.org;
> rajatja@...gle.com; Shyam-sundar.S-k@....com;
> Alexander.Deucher@....com; mlimonci@....com
> Subject: Re: [PATCH v5 0/5] Add Alder Lake PCH-S support to PMC core driver
>
> Hi,
>
> On 7/16/21 8:38 PM, Gayatri Kammela wrote:
> > Hi,
> > The patch series move intel_pmc_core* files to pmc subfolder as well
> > as add Alder Lake PCH-S support to PMC core driver.
> >
> > Patch 1: Move intel_pmc_core* files to pmc subfolder Patch 2: Add
> > Alderlake support to pmc core driver Patch 3: Add Latency Tolerance
> > Reporting (LTR) support to Alder Lake Patch 4: Add Alder Lake low
> > power mode support for pmc core Patch 5: Add GBE Package C10 fix for
> > Alder Lake
> >
> > Changes since v1:
> > 1) Add patch 1 to v2 i.e., Move intel_pmc_core* files to pmc subfolder.
> > 2) Modify commit message for patch 2.
> >
> > Changes since v2:
> > 1) Dropped intel_pmc_ prefix from the file names.
> >
> > Changes since v3:
> > 1) Fixed an error reported by lkp.
> >
> > Changes since v4:
> > 1) Updated MAINTAINERS
> >
> >
> > David E. Box (1):
> > platform/x86/intel: pmc/core: Add GBE Package C10 fix for Alder Lake
> > PCH
> >
> > Gayatri Kammela (4):
> > platform/x86/intel: intel_pmc_core: Move intel_pmc_core* files to pmc
> > subfolder
> > 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
> >
> > MAINTAINERS | 2 +-
> > drivers/platform/x86/Kconfig | 21 --
> > drivers/platform/x86/Makefile | 1 -
> > drivers/platform/x86/intel/Kconfig | 1 +
> > drivers/platform/x86/intel/Makefile | 1 +
> > drivers/platform/x86/intel/pmc/Kconfig | 22 ++
> > drivers/platform/x86/intel/pmc/Makefile | 5 +
> > .../{intel_pmc_core.c => intel/pmc/core.c} | 309 +++++++++++++++++-
> > .../{intel_pmc_core.h => intel/pmc/core.h} | 17 +
> > .../pmc/pltdrv.c} | 0
> > 10 files changed, 352 insertions(+), 27 deletions(-) create mode
> > 100644 drivers/platform/x86/intel/pmc/Kconfig
> > create mode 100644 drivers/platform/x86/intel/pmc/Makefile
> > rename drivers/platform/x86/{intel_pmc_core.c => intel/pmc/core.c}
> > (85%) rename drivers/platform/x86/{intel_pmc_core.h =>
> > intel/pmc/core.h} (95%) rename
> > drivers/platform/x86/{intel_pmc_core_pltdrv.c => intel/pmc/pltdrv.c}
> > (100%)
> >
> > Cc: Srinivas Pandruvada <srinivas.pandruvada@...el.com>
> > Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> > Cc: David Box <david.e.box@...el.com>
> > Cc: You-Sheng Yang <vicamo.yang@...onical.com>
> > Cc: Hans de Goede <hdegoede@...hat.com>
> > Cc: Rajneesh Bhardwaj <irenic.rajneesh@...il.com>
> >
> > base-commit: d936eb23874433caa3e3d841cfa16f5434b85dcf
>
> Thank you for your patch-series, I've applied the series to my review-hans
> branch:
> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-
> x86.git/log/?h=review-hans
>
> Note it will show up in my review-hans branch once I've pushed my local
> branch there, which might take a while.
>
> Once I've run some tests on this branch the patches there will be added to
> the platform-drivers-x86/for-next branch and eventually will be included in
> the pdx86 pull-request to Linus for the next merge-window.
Thank you Hans!
>
> Regards,
>
> Hans
Powered by blists - more mailing lists