Re: [PATCH 2/4] platform/x86: intel_pmc_core: Add Intel RocketLake (RKL) support

2020-10-07 Thread Rajneesh Bhardwaj
On Tue, Oct 6, 2020 at 11:51 PM David E. Box wrote: > > From: Gayatri Kammela > > Add RocketLake to the list of the platforms that intel_pmc_core driver > supports for pmc_core device. RocketLake reuses all the TigerLake PCH IPs. Just a nit here - I guess the convention was to leave a space in I

[PATCH 2/4] platform/x86: intel_pmc_core: Add Intel RocketLake (RKL) support

2020-10-06 Thread David E. Box
From: Gayatri Kammela Add RocketLake to the list of the platforms that intel_pmc_core driver supports for pmc_core device. RocketLake reuses all the TigerLake PCH IPs. Cc: Srinivas Pandruvada Cc: Andy Shevchenko Cc: David E. Box Cc: Tony Luck Cc: Rui Zhang Signed-off-by: Gayatri Kammela Si