mbox series

[0/6] updates to amd-pmc driver

Message ID 20210617113040.1603970-1-Shyam-sundar.S-k@amd.com (mailing list archive)
Headers show
Series updates to amd-pmc driver | expand

Message

Shyam Sundar S K June 17, 2021, 11:30 a.m. UTC
Couple of existing issues on the completion codes to SMU
and a newer way to get the s0ix statistics are introduced.

Also, add acpi ids for current and future revisions of the
pmc controller.

Shyam Sundar S K (6):
  platform/x86: amd-pmc: Fix command completion code
  platform/x86: amd-pmc: Fix SMU firmware reporting mechanism
  platform/x86: amd-pmc: Add support for logging SMU metrics
  platform/x86: amd-pmc: Add support for logging s0ix counters
  platform/x86: amd-pmc: Add support for ACPI ID AMDI0006
  platform/x86: amd-pmc: Add new acpi id for future PMC controllers

 drivers/platform/x86/amd-pmc.c | 216 +++++++++++++++++++++++++++++----
 1 file changed, 195 insertions(+), 21 deletions(-)

Comments

Hans de Goede June 22, 2021, 1:28 p.m. UTC | #1
Hi,

On 6/17/21 1:30 PM, Shyam Sundar S K wrote:
> Couple of existing issues on the completion codes to SMU
> and a newer way to get the s0ix statistics are introduced.
> 
> Also, add acpi ids for current and future revisions of the
> pmc controller.
> 
> Shyam Sundar S K (6):
>   platform/x86: amd-pmc: Fix command completion code
>   platform/x86: amd-pmc: Fix SMU firmware reporting mechanism
>   platform/x86: amd-pmc: Add support for logging SMU metrics
>   platform/x86: amd-pmc: Add support for logging s0ix counters
>   platform/x86: amd-pmc: Add support for ACPI ID AMDI0006
>   platform/x86: amd-pmc: Add new acpi id for future PMC controllers

Thanks, other then my remarks on patch 2/6, the rest of
the series looks good to me, so you may add my:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

To patches 1/6 and [3-6]/6 .

Regards,

Hans