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=-11.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 CD419C4727D for ; Fri, 25 Sep 2020 15:40:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6D98321741 for ; Fri, 25 Sep 2020 15:40:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601048450; bh=CdO4KIKzECKCA3cYfAa8ePx6KM1a22n1zbfFUZrhrzY=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=Kz7PqMgLnLfdGIYSrPcnwZuFrgad3JuJcaAC0A6TYrEAgr3sqA7LoqnUXTgOxzPFT S9PBeTuHSmUjY94Zw78KKMChYOTvZH2Ik6PZ/uFOPGSjkmbLFgu0hBX1iyuCqs2QC5 GpusvxIp0At14AAc2HeATClgT6pZeanp7ve/r8d0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729172AbgIYPkt (ORCPT ); Fri, 25 Sep 2020 11:40:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:34474 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728148AbgIYPkt (ORCPT ); Fri, 25 Sep 2020 11:40:49 -0400 Received: from localhost (52.sub-72-107-123.myvzw.com [72.107.123.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 609F120936; Fri, 25 Sep 2020 15:40:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601048448; bh=CdO4KIKzECKCA3cYfAa8ePx6KM1a22n1zbfFUZrhrzY=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=v+ldqPP1xpCV4Ec3YPhnkyA9jF6HuayQt80FIylXOq4S7Gi50X6z7/oEafJHttoWI O7GH9Mh7k+RUEe/OkLxAqsVs3ZJARS1ziJ7eIg8DSW/pxhjigwr2Sm6GmNNXfohQam 0Xz2QaOPY7ZoKKs7heR/gA7v1BkLrbPyvmjSlMTo= Date: Fri, 25 Sep 2020 10:40:47 -0500 From: Bjorn Helgaas To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Lorenzo Pieralisi , Thomas Petazzoni , Rob Herring , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark Message-ID: <20200925154047.GA2438563@bjorn-Precision-5520> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200925092115.16546-1-pali@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 25, 2020 at 11:21:15AM +0200, Pali Rohár wrote: > Signed-off-by: Pali Rohár > --- > I have provided more fixes to this driver, I have needed functional > specification for this PCI controller and also hardware for testing > and developing (Espressobin V5 and Turris MOX B and G modules). > > Thomas already wrote [1] that is less involved in this driver, so I > can help with reviewing/maintaining it. > > [1] - https://lore.kernel.org/linux-pci/20200513135643.478ffbda@windsurf.home/ > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d746519253c3..e245dbe280ac 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13185,6 +13185,7 @@ F: drivers/firmware/pcdp.* > > PCI DRIVER FOR AARDVARK (Marvell Armada 3700) > M: Thomas Petazzoni > +R: Pali Rohár > L: linux-pci@vger.kernel.org > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained Applied to pci/misc for v5.10 with Thomas' ack and signing you up as maintainer, thanks! commit ccaa71689032 ("MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer") Author: Pali Rohár Date: Fri Sep 25 11:21:15 2020 +0200 MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer Link: https://lore.kernel.org/r/20200925092115.16546-1-pali@kernel.org Signed-off-by: Pali Rohár Signed-off-by: Bjorn Helgaas Acked-by: Thomas Petazzzoni diff --git a/MAINTAINERS b/MAINTAINERS index deaafb617361..5959a24a4acb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13160,6 +13160,7 @@ F: drivers/firmware/pcdp.* PCI DRIVER FOR AARDVARK (Marvell Armada 3700) M: Thomas Petazzoni +M: Pali Rohár L: linux-pci@vger.kernel.org L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained