From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 257B5C43219 for ; Thu, 2 May 2019 07:14:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EF79A2085A for ; Thu, 2 May 2019 07:14:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726371AbfEBHOq (ORCPT ); Thu, 2 May 2019 03:14:46 -0400 Received: from mga11.intel.com ([192.55.52.93]:30653 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725795AbfEBHOq (ORCPT ); Thu, 2 May 2019 03:14:46 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2019 00:14:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,420,1549958400"; d="scan'208";a="147482633" Received: from mylly.fi.intel.com (HELO [10.237.72.57]) ([10.237.72.57]) by orsmga003.jf.intel.com with ESMTP; 02 May 2019 00:14:43 -0700 Subject: Re: [PATCH v2] mfd: intel-lpss: Add Intel Comet Lake PCI IDs To: Andy Shevchenko , Lee Jones , linux-kernel@vger.kernel.org, Evan Green References: <20190430165626.31639-1-andriy.shevchenko@linux.intel.com> From: Jarkko Nikula Message-ID: <6f789244-64b9-bd1f-6a9e-e5aeacbf2407@linux.intel.com> Date: Thu, 2 May 2019 10:14:42 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190430165626.31639-1-andriy.shevchenko@linux.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/30/19 7:56 PM, Andy Shevchenko wrote: > Intel Comet Lake has the same LPSS than Intel Cannon Lake. > Add the new IDs to the list of supported devices. > > Signed-off-by: Andy Shevchenko > --- > - update i2c info > drivers/mfd/intel-lpss-pci.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > Reviewed-by: Jarkko Nikula