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=-16.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,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 5C464C433ED for ; Tue, 11 May 2021 15:41:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1B19761183 for ; Tue, 11 May 2021 15:41:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231665AbhEKPmj (ORCPT ); Tue, 11 May 2021 11:42:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:40000 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231561AbhEKPmj (ORCPT ); Tue, 11 May 2021 11:42:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4E16E60C3D; Tue, 11 May 2021 15:41:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620747692; bh=/EPbcYfji1lEHhTEH1Bcafubtr2dJNCMyzbjwXE3Z9A=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=T+KUSYpr/3SdAc4eDxgD611IL580M2UtrGzNDnTe6NbJCFTwAvnRtUA6Jhn/jT3V9 nw6XL9xkdvxmpKFM0G68+NLNkCcYdIuEQsqjXCPSO7YeQunEAI/1BMYd4nL1Kzxvzs VPvRSKDLTDpiU7lyxVXhfDPHEzsy3WHaavoacIXI8N3UXQDeuOGrj6/gQsqeA8uyyi s2CrOFVYAB436oaRrL/NgCecY6rXQGFK/l+QQGUJ9s9G1DXV2m2RIvMxuF9SzCqPry FofHJ5tzf/s+6dr4OKgbZIVOsL7EBzbHLg7lRQrrcnEjwzIMD2HgwWdMCAjpOondyp tkKlyJG/JHQGQ== Date: Tue, 11 May 2021 10:41:30 -0500 From: Bjorn Helgaas To: Lorenzo Pieralisi Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Bjorn Helgaas , Kishon Vijay Abraham I , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= Subject: Re: [PATCH] MAINTAINERS: Add Krzysztof as PCI host/endpoint controllers reviewer Message-ID: <20210511154130.GA2379240@bjorn-Precision-5520> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210511150003.1592-1-lorenzo.pieralisi@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, May 11, 2021 at 04:00:03PM +0100, Lorenzo Pieralisi wrote: > Krzysztof has been carrying out PCI patches review for a long time and > he has been instrumental in driving PCI host/endpoint controller drivers > improvements. > > Make his role official. > > Signed-off-by: Lorenzo Pieralisi > CC: Bjorn Helgaas > Cc: Kishon Vijay Abraham I > Cc: Krzysztof Wilczyński Great, thanks for all your work, Krzysztof! Love how your subject contains all the relevant information, Lorenzo :) Applied to for-linus for v5.13, thanks! > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bd7aff0c120f..9755bf97658d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14110,6 +14110,7 @@ F: drivers/pci/controller/pci-v3-semi.c > PCI ENDPOINT SUBSYSTEM > M: Kishon Vijay Abraham I > M: Lorenzo Pieralisi > +R: Krzysztof Wilczyński > L: linux-pci@vger.kernel.org > S: Supported > F: Documentation/PCI/endpoint/* > @@ -14158,6 +14159,7 @@ F: drivers/pci/controller/pci-xgene-msi.c > PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS > M: Lorenzo Pieralisi > R: Rob Herring > +R: Krzysztof Wilczyński > L: linux-pci@vger.kernel.org > S: Supported > Q: http://patchwork.ozlabs.org/project/linux-pci/list/ > -- > 2.26.1 >