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 46B3BC761A6 for ; Thu, 30 Mar 2023 17:13:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231700AbjC3RNk (ORCPT ); Thu, 30 Mar 2023 13:13:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231458AbjC3RNi (ORCPT ); Thu, 30 Mar 2023 13:13:38 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2B85F0 for ; Thu, 30 Mar 2023 10:13:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5488FB8299A for ; Thu, 30 Mar 2023 17:13:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18153C433D2; Thu, 30 Mar 2023 17:13:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680196415; bh=wWSgR9AkZHCwKY4Gi/gf7WqROztpZ2hEKHfJXx6b3u8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R1ecYRM69Itk/EfYQffdZypCZbzSQEZ+rC6oOQdjFq6/esbz4pEOTkugAMIycwKPw 78OSDz7/q81PcC+TGoVl3qlUEySTYdam+4dYhVrKgoV4c5b0axjSE+Wa7Y1UgUl0i2 6p2W+hF58mawYX/Q+hf0CfezP31VnczduCqA1u/bKgz//qkiqPTUnbJXJpshPrDxJO XEV5gxLd4mZBOap2mpAthe9JSavAZbmWYLXLl4YT5K2WJySIE8pQUVvNuSZ4i/B9Oa 6skHv/ISPGA8V6UcfM3GiDm3wBz/R5rtyI6PEI+rsWhSuiy4Mds0heKPGr2afkIBev WxSjfbqEe+f2w== Date: Thu, 30 Mar 2023 18:13:30 +0100 From: Lee Jones To: Jarkko Nikula Cc: linux-kernel@vger.kernel.org, Andy Shevchenko Subject: Re: [PATCH] mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs Message-ID: <20230330171330.GD548901@google.com> References: <20230330132618.4108665-1-jarkko.nikula@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230330132618.4108665-1-jarkko.nikula@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 30 Mar 2023, Jarkko Nikula wrote: > Add Intel Meteor Lake PCH-S also called as Meteor Point-S LPSS PCI IDs. > > Signed-off-by: Jarkko Nikula > --- > drivers/mfd/intel-lpss-pci.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) Applied, thanks -- Lee Jones [李琼斯]