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 38B43C83F33 for ; Tue, 5 Sep 2023 09:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xfDgr8z0wavVT7RCY6DZVGWmAieM5025IYgaFhU7+HI=; b=ckUQQjJd0aZDms pgbjLQzdaEgHpakFnJUbnfVR1H8T9Vwpxie1n4Qve7CQJsO5a/Xwb0JSkj5j/1+iktUzivEWUrdOd 5VxxIGBMdopJMta3LezPLYRz2SDszbTBP0kYk8HuZU/nVcNfhPCSkkBsn0/Uox7uzwjJLgx1mFnSL ck3BkpLfKwNdfZk9o/KNMfLGhQ3QLj2GaU06qtli4qj2q+oMGstZavLu1O4b4Pdg86haBsOhZ3U1k noDhOSMB5KkP586HX5uBmCmG8gK6/FhOk3jzfC4h55IIxyRlszTZCzTEsJ62ETlq9Lqmc/mp7W59I 3L3+nxPb4adcNSqzM0jQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qdRuV-005bBR-1t; Tue, 05 Sep 2023 08:59:47 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qdRuT-005bB2-2N for linux-arm-kernel@lists.infradead.org; Tue, 05 Sep 2023 08:59:47 +0000 Received: from pendragon.ideasonboard.com (ftip006315900.acc1.colindale.21cn-nte.bt.net [81.134.214.249]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id EEA8A10FE; Tue, 5 Sep 2023 10:58:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1693904298; bh=9zflABAqPmbg2ONt1yRMuQjAcZe9cEzAC/XOnQAauSY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k5ztUP4cRawFTeRRyx/raq1/2zA3AKLiQ/KSeeVrNKtIuvBTVnV6/dvg5lCl1iPH/ Vi8nYpm9xLX6wajtAKmROs6xJZ0G//aGtkjnbaYy9J3LZS5UAw+wl1FeOgLXtI0+KB +/9PlEbqUWnWKRS0fmcKzUQ9G6ydlav/RfsQe5K0= Date: Tue, 5 Sep 2023 11:59:56 +0300 From: Laurent Pinchart To: Alain Volmat Cc: Hugues Fruchet , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Russell King , Philipp Zabel , Sakari Ailus , Dan Scally , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/5] media: MAINTAINERS: add entry for STM32 DCMIPP driver Message-ID: <20230905085956.GB31594@pendragon.ideasonboard.com> References: <20230901155732.252436-1-alain.volmat@foss.st.com> <20230901155732.252436-3-alain.volmat@foss.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230901155732.252436-3-alain.volmat@foss.st.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230905_015945_915603_01A994B0 X-CRM114-Status: GOOD ( 15.38 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Alain, Thank you for the patch. On Fri, Sep 01, 2023 at 05:57:21PM +0200, Alain Volmat wrote: > Add the entry related to the STM32 MEDIA DCMIPP driver within the > MAINTAINERS file. > > Signed-off-by: Alain Volmat > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 228bed60e006..d2c6fd410dcf 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13171,6 +13171,15 @@ T: git git://linuxtv.org/media_tree.git > F: Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml > F: drivers/media/platform/st/stm32/stm32-dcmi.c > > +MEDIA DRIVERS FOR STM32 - DCMIPP > +M: Hugues Fruchet > +M: Alain Volmat If you volunteered to also maintain the DCMI driver, this could be folded in the "MEDIA DRIVERS FOR STM32 - DCMI" entry :-) Either way, Reviewed-by: Laurent Pinchart > +L: linux-media@vger.kernel.org > +S: Supported > +T: git git://linuxtv.org/media_tree.git > +F: Documentation/devicetree/bindings/media/st,stm32-dcmipp.yaml > +F: drivers/media/platform/st/stm32/stm32-dcmipp/* > + > MEDIA INPUT INFRASTRUCTURE (V4L/DVB) > M: Mauro Carvalho Chehab > L: linux-media@vger.kernel.org -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel