On Tue, Oct 6, 2020 at 11:51 PM David E. Box <[email protected]> wrote: > > From: Gayatri Kammela <[email protected]> > > 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 IP names such as "Tiger Lake", "Rocket Lake" like it's done in previous patches too. I am not sure whether it's a new convention but it's good to be consistent throughout the series. Other than that, the series is: Reviewed-by: Rajneesh Bhardwaj <[email protected]> > > > Cc: Srinivas Pandruvada <[email protected]> > Cc: Andy Shevchenko <[email protected]> > Cc: David E. Box <[email protected]> > Cc: Tony Luck <[email protected]> > Cc: Rui Zhang <[email protected]> > Signed-off-by: Gayatri Kammela <[email protected]> > Signed-off-by: David E. Box <[email protected]> > --- > drivers/platform/x86/intel_pmc_core.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/platform/x86/intel_pmc_core.c > b/drivers/platform/x86/intel_pmc_core.c > index d959fa698ec5..f0347ee8a4d6 100644 > --- a/drivers/platform/x86/intel_pmc_core.c > +++ b/drivers/platform/x86/intel_pmc_core.c > @@ -1155,6 +1155,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = { > X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE, &tgl_reg_map), > X86_MATCH_INTEL_FAM6_MODEL(ATOM_TREMONT, &tgl_reg_map), > X86_MATCH_INTEL_FAM6_MODEL(ATOM_TREMONT_L, &icl_reg_map), > + X86_MATCH_INTEL_FAM6_MODEL(ROCKETLAKE, &tgl_reg_map), > {} > }; > > -- > 2.20.1 > -- Thanks, Rajneesh

