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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60A0AC6FD1D for ; Thu, 30 Mar 2023 14:12:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231946AbjC3OMV (ORCPT ); Thu, 30 Mar 2023 10:12:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230427AbjC3OMN (ORCPT ); Thu, 30 Mar 2023 10:12:13 -0400 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56F332112 for ; Thu, 30 Mar 2023 07:12:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680185532; x=1711721532; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=1+9FQ8R+uKR9sF9n2UUT66sQ/55NDKALyl/faAAEQIM=; b=DpOFfk4t1oBAHUrd/bXiOKg2SngMTsJNEFSy7ccfb1YWAlf6Ck3HuYFw afi0Lw2LTa7eSC+xLGgq9mpKpJlzr82XXX22vq9FBiAqMwEZGJBisKOaw 9OTQj/sxkx2XLKoGL5qAHCGqg149VzdKCtZ/MUQrz1CakXNVsnieC/atL XUyqxt2YtT0/qhX0ZrncCL3dF1LsqPq26OupJDFitgCyHZY4CqRgDiOpx OSD7EvDiBPH6DNFmyg9UYV4FNsS5SLEkLOm3cOVuSHZpRQZIqXhPQEAsm YDc3xaNChs6wQdJY5swVRMfB5LPLr3Jf+535ZDByKC26N8VNP0sDB3MxT Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="329690761" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="329690761" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 07:04:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="858922836" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="858922836" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga005.jf.intel.com with ESMTP; 30 Mar 2023 07:04:47 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1phstR-00ASVY-2l; Thu, 30 Mar 2023 17:04:45 +0300 Date: Thu, 30 Mar 2023 17:04:45 +0300 From: Andy Shevchenko To: Jarkko Nikula Cc: linux-kernel@vger.kernel.org, Lee Jones Subject: Re: [PATCH] mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs Message-ID: References: <20230330132618.4108665-1-jarkko.nikula@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230330132618.4108665-1-jarkko.nikula@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 30, 2023 at 04:26:18PM +0300, Jarkko Nikula wrote: > Add Intel Meteor Lake PCH-S also called as Meteor Point-S LPSS PCI IDs. Acked-by: Andy Shevchenko > Signed-off-by: Jarkko Nikula > --- > drivers/mfd/intel-lpss-pci.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c > index dde31c50a632..699f44ffff0e 100644 > --- a/drivers/mfd/intel-lpss-pci.c > +++ b/drivers/mfd/intel-lpss-pci.c > @@ -447,6 +447,21 @@ static const struct pci_device_id intel_lpss_pci_ids[] = { > { PCI_VDEVICE(INTEL, 0x7e79), (kernel_ulong_t)&bxt_i2c_info }, > { PCI_VDEVICE(INTEL, 0x7e7a), (kernel_ulong_t)&bxt_i2c_info }, > { PCI_VDEVICE(INTEL, 0x7e7b), (kernel_ulong_t)&bxt_i2c_info }, > + /* MTP-S */ > + { PCI_VDEVICE(INTEL, 0x7f28), (kernel_ulong_t)&bxt_uart_info }, > + { PCI_VDEVICE(INTEL, 0x7f29), (kernel_ulong_t)&bxt_uart_info }, > + { PCI_VDEVICE(INTEL, 0x7f2a), (kernel_ulong_t)&tgl_info }, > + { PCI_VDEVICE(INTEL, 0x7f2b), (kernel_ulong_t)&tgl_info }, > + { PCI_VDEVICE(INTEL, 0x7f4c), (kernel_ulong_t)&bxt_i2c_info }, > + { PCI_VDEVICE(INTEL, 0x7f4d), (kernel_ulong_t)&bxt_i2c_info }, > + { PCI_VDEVICE(INTEL, 0x7f4e), (kernel_ulong_t)&bxt_i2c_info }, > + { PCI_VDEVICE(INTEL, 0x7f4f), (kernel_ulong_t)&bxt_i2c_info }, > + { PCI_VDEVICE(INTEL, 0x7f5c), (kernel_ulong_t)&bxt_uart_info }, > + { PCI_VDEVICE(INTEL, 0x7f5d), (kernel_ulong_t)&bxt_uart_info }, > + { PCI_VDEVICE(INTEL, 0x7f5e), (kernel_ulong_t)&tgl_info }, > + { PCI_VDEVICE(INTEL, 0x7f5f), (kernel_ulong_t)&tgl_info }, > + { PCI_VDEVICE(INTEL, 0x7f7a), (kernel_ulong_t)&bxt_i2c_info }, > + { PCI_VDEVICE(INTEL, 0x7f7b), (kernel_ulong_t)&bxt_i2c_info }, > /* LKF */ > { PCI_VDEVICE(INTEL, 0x98a8), (kernel_ulong_t)&bxt_uart_info }, > { PCI_VDEVICE(INTEL, 0x98a9), (kernel_ulong_t)&bxt_uart_info }, > -- > 2.39.2 > -- With Best Regards, Andy Shevchenko