mbox series

[0/2] Updates to amd-pmc driver

Message ID 20211116074000.28626-1-Sanket.Goswami@amd.com (mailing list archive)
Headers show
Series Updates to amd-pmc driver | expand

Message

Goswami, Sanket Nov. 16, 2021, 7:39 a.m. UTC
This patch series includes:
- Introduce msg_port argument to amd_pmc_send_cmd() function signature
- Add support for Spill to DRAM on Smart Trace Buffer feature

Sanket Goswami (2):
  platform/x86: amd-pmc: Introduce message port argument in SMU routine
  platform/x86: amd-pmc: Add support for AMD Spill to DRAM STB feature

 drivers/platform/x86/amd-pmc.c | 159 +++++++++++++++++++++++++++------
 1 file changed, 131 insertions(+), 28 deletions(-)

Comments

Hans de Goede Nov. 16, 2021, 1:30 p.m. UTC | #1
Hi,

On 11/16/21 08:39, Sanket Goswami wrote:
> This patch series includes:
> - Introduce msg_port argument to amd_pmc_send_cmd() function signature
> - Add support for Spill to DRAM on Smart Trace Buffer feature
> 
> Sanket Goswami (2):
>   platform/x86: amd-pmc: Introduce message port argument in SMU routine
>   platform/x86: amd-pmc: Add support for AMD Spill to DRAM STB feature

I will not look at this series until the issues with the:
"[PATCH v5 0/3] Updates to amd-pmc driver"
series are sorted out.

Please send a new version, rebased on top of the latest
review-hans branch *after* the other series is merged.

Regards,

Hans