From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754803AbdKAQip (ORCPT ); Wed, 1 Nov 2017 12:38:45 -0400 Received: from mga06.intel.com ([134.134.136.31]:45344 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751653AbdKAQin (ORCPT ); Wed, 1 Nov 2017 12:38:43 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,329,1505804400"; d="scan'208";a="170030269" Message-ID: <1509554322.7135.9.camel@linux.intel.com> Subject: Re: [PATCH 2/3] thermal: int340x: processor_thermal: Add Coffee Lake support From: Srinivas Pandruvada To: Zhang Rui , edubezval@gmail.com Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 01 Nov 2017 09:38:42 -0700 In-Reply-To: <1509507215.3080.82.camel@intel.com> References: <1508449894-58797-1-git-send-email-srinivas.pandruvada@linux.intel.com> <1508449894-58797-3-git-send-email-srinivas.pandruvada@linux.intel.com> <1509507215.3080.82.camel@intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.6 (3.24.6-1.fc26) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2017-11-01 at 11:33 +0800, Zhang Rui wrote: > On Thu, 2017-10-19 at 14:51 -0700, Srinivas Pandruvada wrote: > > Add new PCI id for Coffee lake processor thermal device. > > > > Signed-off-by: Srinivas Pandruvada > .c > > om> > > --- > > drivers/thermal/int340x_thermal/processor_thermal_device.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git > > a/drivers/thermal/int340x_thermal/processor_thermal_device.c > > b/drivers/thermal/int340x_thermal/processor_thermal_device.c > > index e724a23..1d9f524 100644 > > --- a/drivers/thermal/int340x_thermal/processor_thermal_device.c > > +++ b/drivers/thermal/int340x_thermal/processor_thermal_device.c > > @@ -32,6 +32,7 @@ > > > > /* CannonLake thermal reporting device */ > > #define PCI_DEVICE_ID_PROC_CNL_THERMAL 0x5a03 > > +#define PCI_DEVICE_ID_PROC_CFL_THERMAL 0x3E83 > > > > shouldn't it be added into proc_thermal_pci_ids[]? Yes. Lost during rebase. Thanks for finding. I am sending whole series again. -Srinivas