[1/1] MAINTAINERS: Add an entry for V4L2 sensor and lens drivers

Message ID 20230608095157.4055544-1-sakari.ailus@linux.intel.com (mailing list archive)
State Under Review
Delegated to: Sakari Ailus
Headers
Series [1/1] MAINTAINERS: Add an entry for V4L2 sensor and lens drivers |

Commit Message

Sakari Ailus June 8, 2023, 9:51 a.m. UTC
  I maintain V4L2 sensor and lens drivers but there hasn't been a specific
MAINTAINERS entry for them. Add it now.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
The purpose is to help people cc me when sending sensor or lens driver
patches. Of course I find the patches in Patchwork but this always
introduces a delay in reviewing them.

 MAINTAINERS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
  

Comments

Laurent Pinchart June 8, 2023, 10:56 a.m. UTC | #1
Hi Sakari,

Thank you for the patch.

On Thu, Jun 08, 2023 at 12:51:57PM +0300, Sakari Ailus wrote:
> I maintain V4L2 sensor and lens drivers but there hasn't been a specific
> MAINTAINERS entry for them. Add it now.
> 
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
> The purpose is to help people cc me when sending sensor or lens driver
> patches. Of course I find the patches in Patchwork but this always
> introduces a delay in reviewing them.
> 
>  MAINTAINERS | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cec3c9ef43590..57aeca250bf4c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -22084,6 +22084,21 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  F:	drivers/clk/ux500/
>  
> +V4L2 SENSOR AND LENS DRIVERS
> +M:	Sakari Ailus <sakari.ailus@linux.intel.com>
> +L:	linux-media@vger.kernel.org
> +S:	Maintained
> +F:	drivers/media/i2c/ar*
> +F:	drivers/media/i2c/hi*
> +F:	drivers/media/i2c/imx*
> +F:	drivers/media/i2c/mt*
> +F:	drivers/media/i2c/og*
> +F:	drivers/media/i2c/ov*
> +F:	drivers/media/i2c/st-vgxy61.c
> +F:	drivers/media/i2c/dw*
> +F:	drivers/media/i2c/ak*
> +F:	drivers/media/i2c/lm*

This almost makes me think we should have sensor/ and lens/
directories...

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> +
>  VF610 NAND DRIVER
>  M:	Stefan Agner <stefan@agner.ch>
>  L:	linux-mtd@lists.infradead.org
  
Sakari Ailus June 8, 2023, 11:06 a.m. UTC | #2
Hi Laurent,

On Thu, Jun 08, 2023 at 01:56:37PM +0300, Laurent Pinchart wrote:
> Hi Sakari,
> 
> Thank you for the patch.
> 
> On Thu, Jun 08, 2023 at 12:51:57PM +0300, Sakari Ailus wrote:
> > I maintain V4L2 sensor and lens drivers but there hasn't been a specific
> > MAINTAINERS entry for them. Add it now.
> > 
> > Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> > ---
> > The purpose is to help people cc me when sending sensor or lens driver
> > patches. Of course I find the patches in Patchwork but this always
> > introduces a delay in reviewing them.
> > 
> >  MAINTAINERS | 15 +++++++++++++++
> >  1 file changed, 15 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index cec3c9ef43590..57aeca250bf4c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -22084,6 +22084,21 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> >  S:	Maintained
> >  F:	drivers/clk/ux500/
> >  
> > +V4L2 SENSOR AND LENS DRIVERS
> > +M:	Sakari Ailus <sakari.ailus@linux.intel.com>
> > +L:	linux-media@vger.kernel.org
> > +S:	Maintained
> > +F:	drivers/media/i2c/ar*
> > +F:	drivers/media/i2c/hi*
> > +F:	drivers/media/i2c/imx*
> > +F:	drivers/media/i2c/mt*
> > +F:	drivers/media/i2c/og*
> > +F:	drivers/media/i2c/ov*
> > +F:	drivers/media/i2c/st-vgxy61.c
> > +F:	drivers/media/i2c/dw*
> > +F:	drivers/media/i2c/ak*
> > +F:	drivers/media/i2c/lm*
> 
> This almost makes me think we should have sensor/ and lens/
> directories...

That's a fair question. I think it should be still corroborated whether and
how this could be aligned with other directories, or whether I²C (for
whatever reason) should have a special directory structure.

> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Thanks!
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index cec3c9ef43590..57aeca250bf4c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22084,6 +22084,21 @@  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	drivers/clk/ux500/
 
+V4L2 SENSOR AND LENS DRIVERS
+M:	Sakari Ailus <sakari.ailus@linux.intel.com>
+L:	linux-media@vger.kernel.org
+S:	Maintained
+F:	drivers/media/i2c/ar*
+F:	drivers/media/i2c/hi*
+F:	drivers/media/i2c/imx*
+F:	drivers/media/i2c/mt*
+F:	drivers/media/i2c/og*
+F:	drivers/media/i2c/ov*
+F:	drivers/media/i2c/st-vgxy61.c
+F:	drivers/media/i2c/dw*
+F:	drivers/media/i2c/ak*
+F:	drivers/media/i2c/lm*
+
 VF610 NAND DRIVER
 M:	Stefan Agner <stefan@agner.ch>
 L:	linux-mtd@lists.infradead.org