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 E4078C54EAA for ; Mon, 30 Jan 2023 15:08:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237944AbjA3PIK (ORCPT ); Mon, 30 Jan 2023 10:08:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237906AbjA3PIH (ORCPT ); Mon, 30 Jan 2023 10:08:07 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 082003433B; Mon, 30 Jan 2023 07:08:05 -0800 (PST) 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 D17C4B811D7; Mon, 30 Jan 2023 15:08:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 183AEC433D2; Mon, 30 Jan 2023 15:08:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675091282; bh=TXYwQz3P9wX+ne/drYoFKAEOWvGVEQppCR3t73LPcl0=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=MCSlzq02/v58dsK4hHRT9wxgy41LPPomC6APjOHm2oPDl+8GqWMyQEYQpEKZVlLib P9OXYiE/Xjv10AclI/DXrPHDdGQ/6GYqXIaGg6ZmIGsnrHaIwcEmk/M7U3gdZpMmh6 3jfo/g65hwissPuEGiYnZ/ysUrf6rznQrbpsNCZ5hB5YfV9JpbcbL9XGy7e0pu4TTa QV1z5YNlXXnMg5BpI4+FukTZzukzqkQ2eSQzvaGcJTYWdBrPN+4zaIJzOGkQjBvpz5 1V0sMNoOuZHUUKgFqKarV4hSEoQoGfqjfI6nppV4vudwNWTDJjz7mh2JKtujkf99IM c+pjYw1zhDhyw== Date: Mon, 30 Jan 2023 09:08:00 -0600 From: Bjorn Helgaas To: Lorenzo Pieralisi Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Bjorn Helgaas , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= Subject: Re: [PATCH] MAINTAINERS: Promote Krzysztof to PCI controller maintainer Message-ID: <20230130150800.GA1672495@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230130100850.24994-1-lpieralisi@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 30, 2023 at 11:08:50AM +0100, Lorenzo Pieralisi wrote: > Krzysztof has contributed significantly to the PCI controller > subsystem recently through reviews, tooling and submissions. > > Update the MAINTAINERS file to grant him the role he deserves. > > Signed-off-by: Lorenzo Pieralisi > Cc: Bjorn Helgaas > Cc: Krzysztof Wilczyński Applied to for-linus for v6.2, thanks! And thank you, Krzysztof! > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 14c0b3e89c63..87e7a5e5a666 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16107,7 +16107,7 @@ F: drivers/pci/controller/pci-v3-semi.c > > PCI ENDPOINT SUBSYSTEM > M: Lorenzo Pieralisi > -R: Krzysztof Wilczyński > +M: Krzysztof Wilczyński > R: Manivannan Sadhasivam > R: Kishon Vijay Abraham I > L: linux-pci@vger.kernel.org > @@ -16172,8 +16172,8 @@ F: drivers/pci/controller/pci-xgene-msi.c > > PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS > M: Lorenzo Pieralisi > +M: Krzysztof Wilczyński > R: Rob Herring > -R: Krzysztof Wilczyński > L: linux-pci@vger.kernel.org > S: Supported > Q: https://patchwork.kernel.org/project/linux-pci/list/ > -- > 2.39.1 >