From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A8E7470 for ; Tue, 27 Jul 2021 10:06:39 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id CE4BB61406; Tue, 27 Jul 2021 10:06:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627380399; bh=TYq2xP0tZs2/5voU8QnKjbi73hhy9xhuqGHqxUE1wcg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=PA4uxFMjUnu46PGnDXpt/fz+1DHgEp2UtnE85WcLrY5JxYFt5LJUEOxVuMTrpbfdz Tgm+RTdiqpT6kfmlr7ux1HX2n1aDP1XH4tB0sNYet4GU2bcUyj5pbAyup7kIKkLvfc oKfHiemeUFPr4UaVaKEW+RvrEEX3clAU1VZdkux3zaOsuPFwc6T4i3GpN0lCk3hz71 nidbqCd0YGfjI+AXAogNBPDjTsukEU/BE28ih4lVlRv8cz8eNLEiXMIRgdaXgnfbrN v5tIysEfDp6TPMaXsFRYgh139tx7GOlxk2irzt2hfaWOQSO7SAhPaMrLNI/93g6C9S AL8sjWGgdZEJg== Date: Tue, 27 Jul 2021 12:06:32 +0200 From: Mauro Carvalho Chehab To: Lukas Bulwahn Cc: Greg Kroah-Hartman , linux-staging@lists.linux.dev, Ralf Ramsauer , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: remove section HISILICON STAGING DRIVERS FOR HIKEY 960/970 Message-ID: <20210727120632.2f963b4c@coco.lan> In-Reply-To: <20210727093154.553-1-lukas.bulwahn@gmail.com> References: <20210727093154.553-1-lukas.bulwahn@gmail.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Em Tue, 27 Jul 2021 11:31:54 +0200 Lukas Bulwahn escreveu: > Commit 9bd9e0de1cf5 ("mfd: hi6421-spmi-pmic: move driver from staging") > moves the last driver out of ./drivers/staging/hikey9xx/ and removes that > directory, but missed to adjust the HISILICON STAGING DRIVERS FOR HIKEY > 960/970 section in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: > > warning: no file matches F: drivers/staging/hikey9xx/ > > As the directory ./drivers/staging/hikey9xx/ is gone, remove the section > HISILICON STAGING DRIVERS FOR HIKEY 960/970 in MAINTAINERS as well. > > Signed-off-by: Lukas Bulwahn > --- > applies cleanly on next-20210726 > > Mauro, please ack. > > Greg, please pick this patch into your staging-next tree. Acked-by: Mauro Carvalho Chehab > > MAINTAINERS | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0f548b498eb0..2eb730101689 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8453,11 +8453,6 @@ S: Maintained > F: Documentation/devicetree/bindings/mfd/hisilicon,hi6421-spmi-pmic.yaml > F: drivers/mfd/hi6421-spmi-pmic.c > > -HISILICON STAGING DRIVERS FOR HIKEY 960/970 > -M: Mauro Carvalho Chehab > -S: Maintained > -F: drivers/staging/hikey9xx/ > - > HISILICON TRUE RANDOM NUMBER GENERATOR V2 SUPPORT > M: Zaibo Xu > S: Maintained Thanks, Mauro