mbox series

[0/4,SRU,U/OEM-5.13] intel_pmc_core: Add Alderlake support to pmc_core driver

Message ID 20210707132217.311805-1-vicamo.yang@canonical.com
Headers show
Series intel_pmc_core: Add Alderlake support to pmc_core driver | expand

Message

You-Sheng Yang July 7, 2021, 1:22 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1934660

[Impact]

Missing driver for pmc_core on Intel Alder Lake platforms.

[Fix]

https://patchwork.kernel.org/project/platform-driver-x86/cover/cover.1625191274.git.gayatri.kammela@intel.com/

[Test Case]

$ ls /sys/bus/platform/drivers/intel_pmc_core
...
INT33A1:00

[Where problems could occur]

This adds driver support for a new platform. No regression by the
definition can happen, but it may still suffer from incompleteness of
userspace utility support.

[Other Info]

Alder Lake targets 5.13 kernels, so only Impish & oem-5.13 is proposed.

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(-)

Comments

You-Sheng Yang July 8, 2021, 3:20 a.m. UTC | #1
This patchset has a V2[1] that moves all Intel specific drivers into
intel/, therefore pmc_core will be moved into intel/pmc/. That's the
new first patch, and the remaining four are exactly the same except
for the paths. While such rename involves many other intel specific
drivers, I think we can skip such renames in 5.13-{generic,oem}.

[1]: https://patchwork.kernel.org/project/platform-driver-x86/cover/cover.1625709047.git.gayatri.kammela@intel.com/

On Wed, Jul 7, 2021 at 9:22 PM You-Sheng Yang <vicamo.yang@canonical.com> wrote:
>
> BugLink: https://bugs.launchpad.net/bugs/1934660
>
> [Impact]
>
> Missing driver for pmc_core on Intel Alder Lake platforms.
>
> [Fix]
>
> https://patchwork.kernel.org/project/platform-driver-x86/cover/cover.1625191274.git.gayatri.kammela@intel.com/
>
> [Test Case]
>
> $ ls /sys/bus/platform/drivers/intel_pmc_core
> ...
> INT33A1:00
>
> [Where problems could occur]
>
> This adds driver support for a new platform. No regression by the
> definition can happen, but it may still suffer from incompleteness of
> userspace utility support.
>
> [Other Info]
>
> Alder Lake targets 5.13 kernels, so only Impish & oem-5.13 is proposed.
>
> 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(-)
>
> --
> 2.31.1
>
>
> --
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
AceLan Kao July 14, 2021, 10:06 a.m. UTC | #2
applied to oem-5.13, thanks
Acked-By: AceLan Kao <acelan.kao@canonical.com>