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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0AC13C636EA for ; Wed, 28 Aug 2024 17:00:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=oWkuw2+EmdhMERCHgT6WwROk0YXyRQ0A7nAQ6mQ4wkI=; b=HwZjOmuwRTjlvM OGPWz6ybzTxfDTFSY9JEHkE0tMMK/q5wqnrYN7aNPVW+7X3B/0jtrV1YtpKkKOmWb4gYkuJRHqkNp EayQJqSRyY5bl9MhY9m/oGa6lwFsWtW519fHdsskzUVXIX6vvPP+d0LOQysvvKkUV5uzmGl38Q9a7 U9yo51rs84oikGo+VLgifKsMTVCg603/dk1gOABcR/T2rlJOW1zoIrFAML6RDwpE3buPpJUbKnHUM kV+4V7aT5W9fue6kXeT56hh7eabrOsqtNR0E5f0CGF9c9WmIa7Ki2q0ZPhfbqbhCw2GRz/JnvCpGN tSnFMuBDRzsSBd7cpWXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjM26-0000000GHE7-4BX6; Wed, 28 Aug 2024 17:00:35 +0000 Received: from nyc.source.kernel.org ([2604:1380:45d1:ec00::3]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjM1F-0000000GGzj-46g7 for linux-arm-kernel@lists.infradead.org; Wed, 28 Aug 2024 16:59:43 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 86734A402EA; Wed, 28 Aug 2024 16:59:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E450BC4CEC4; Wed, 28 Aug 2024 16:59:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724864380; bh=U5xX3GKkr2d12yI98udKBMU21MXMZn5AJOW3Mtt8gfg=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=rh1O4V0yAJ1jqMwSkI6kFQAL+oedHMuMG43hvZ20PlfiNLn34GoWBHKOl4EI6tLYB n17cv2alts3tH8KfcpM4Nj+VHTHcSQVv9TGEdB64IMcutNsG6rYz3lsQqx3O8rU05Y NM3d9VI3ZXuBknjEPZyoFu8OamdZIgZlOuGszoBG9iY8i4Eu+KwvVRVqh20V2KY5Ww 4Bb/pwcvPMolcKsSTZ/y3eTMfa0+o8/qIUR3KDj73tWf/yIsCMzkqjdFCpcOPhAXlB aO9nD1ooe9tPNNQRcW3XT8NJYhYZJrXy3mGphNFp1GtBEiqeaClR8RHyOg4pwoXLZJ 40mFdxedxJlDg== Date: Wed, 28 Aug 2024 11:59:37 -0500 From: Bjorn Helgaas To: Frank Li Cc: Richard Zhu , Lucas Stach , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Manivannan Sadhasivam , Rob Herring , Bjorn Helgaas , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , "open list:PCI DRIVER FOR IMX6" , "moderated list:PCI DRIVER FOR IMX6" , "open list:PCI DRIVER FOR IMX6" , open list Subject: Re: [PATCH 1/1] MAINTAINERS: PCI: Add mail list imx@lists.linux.dev for NXP PCI controller Message-ID: <20240828165937.GA26021@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240826202740.970015-1-Frank.Li@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240828_095942_100121_D6C7BAFF X-CRM114-Status: GOOD ( 14.05 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Aug 26, 2024 at 04:27:39PM -0400, Frank Li wrote: > Add imx mail list imx@lists.linux.dev for PCI controller of NXP chips > (Layerscape and iMX). > > Signed-off-by: Frank Li Applied to for-linus for v6.11, thanks! > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 11272143484ca..22125a392251b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17545,6 +17545,7 @@ M: Roy Zang > L: linuxppc-dev@lists.ozlabs.org > L: linux-pci@vger.kernel.org > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +L: imx@lists.linux.dev > S: Maintained > F: drivers/pci/controller/dwc/*layerscape* > > @@ -17571,6 +17572,7 @@ M: Richard Zhu > M: Lucas Stach > L: linux-pci@vger.kernel.org > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +L: imx@lists.linux.dev > S: Maintained > F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-common.yaml > F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml > -- > 2.34.1 >