mbox series

[0/6] platform/x86/amd/pmc: Updates to amd-pmc driver

Message ID 20231226082002.1778545-1-Shyam-sundar.S-k@amd.com (mailing list archive)
Headers show
Series platform/x86/amd/pmc: Updates to amd-pmc driver | expand

Message

Shyam Sundar S K Dec. 26, 2023, 8:19 a.m. UTC
This series is focused on adding support for AMD family 20h series (or 
with platforms that support AMDI000A) that adds support for s2idle, VPE
IP block information, STB and idlemask.

Shyam Sundar S K (6):
  platform/x86/amd/pmc: Send OS_HINT command for AMDI000A platform
  platform/x86/amd/pmc: Add VPE information for AMDI000A platform
  platform/x86/amd/pmc: call amd_pmc_get_ip_info() during driver probe
  platform/x86/amd/pmc: Add idlemask support for 20h family
  platform/x86/amd/pmc: Add 20h family series to STB support list
  platform/x86/amd/pmc: Modify SMU message port for latest AMD platform

 drivers/platform/x86/amd/pmc/pmc.c | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

Comments

Shyam Sundar S K Dec. 27, 2023, 6:34 a.m. UTC | #1
Hi All,

Please ignore this series. I will do a patch resend again.

On 12/26/2023 1:49 PM, Shyam Sundar S K wrote:
> This series is focused on adding support for AMD family 20h series (or 

In the entire series, I should have mentioned the family series as
"1Ah" but mentioned it as "20h", which is incorrect.

Thanks,
Shyam

> with platforms that support AMDI000A) that adds support for s2idle, VPE
> IP block information, STB and idlemask.
> 
> Shyam Sundar S K (6):
>   platform/x86/amd/pmc: Send OS_HINT command for AMDI000A platform
>   platform/x86/amd/pmc: Add VPE information for AMDI000A platform
>   platform/x86/amd/pmc: call amd_pmc_get_ip_info() during driver probe
>   platform/x86/amd/pmc: Add idlemask support for 20h family
>   platform/x86/amd/pmc: Add 20h family series to STB support list
>   platform/x86/amd/pmc: Modify SMU message port for latest AMD platform
> 
>  drivers/platform/x86/amd/pmc/pmc.c | 25 +++++++++++++++++++------
>  1 file changed, 19 insertions(+), 6 deletions(-)
>