Message ID | 20230901155732.252436-3-alain.volmat@foss.st.com |
---|---|
State | New |
Headers | show |
Series | Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series | expand |
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 <alain.volmat@foss.st.com> > --- > 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 <hugues.fruchet@foss.st.com> > +M: Alain Volmat <alain.volmat@foss.st.com> 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 <laurent.pinchart@ideasonboard.com> > +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 <mchehab@kernel.org> > L: linux-media@vger.kernel.org
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 <hugues.fruchet@foss.st.com> +M: Alain Volmat <alain.volmat@foss.st.com> +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 <mchehab@kernel.org> L: linux-media@vger.kernel.org
Add the entry related to the STM32 MEDIA DCMIPP driver within the MAINTAINERS file. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)