mbox series

[0/2] Diamond Rapids support

Message ID 20241003215554.3013807-1-srinivas.pandruvada@linux.intel.com (mailing list archive)
Headers show
Series Diamond Rapids support | expand

Message

srinivas pandruvada Oct. 3, 2024, 9:55 p.m. UTC
Add CPU model of Diamond Rapids for SST and TPMI power domain
mapping.

Srinivas Pandruvada (2):
  platform/x86: ISST: Add Diamond Rapids to support list
  platform/x86/intel: power-domains: Add Diamond Rapids support

 drivers/platform/x86/intel/speed_select_if/isst_if_common.c | 1 +
 drivers/platform/x86/intel/tpmi_power_domains.c             | 1 +
 2 files changed, 2 insertions(+)

Comments

Hans de Goede Oct. 6, 2024, 10:42 a.m. UTC | #1
Hi,

On 3-Oct-24 11:55 PM, Srinivas Pandruvada wrote:
> Add CPU model of Diamond Rapids for SST and TPMI power domain
> mapping.
> 
> Srinivas Pandruvada (2):
>   platform/x86: ISST: Add Diamond Rapids to support list
>   platform/x86/intel: power-domains: Add Diamond Rapids support

Thank you for your patch/series, I've applied this patch
(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 the pdx86 review-hans branch once I've
pushed my local branch there, which might take a while.

I will include this patch in my next fixes pull-req to Linus
for the current kernel development cycle.

Regards,

Hans