From 779d0ca8b883d9aeae039b9a6ca214ecf32a8f3f Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Fri, 30 Jun 2023 12:59:41 +0200 Subject: [PATCH] media: MAINTAINERS: Split sensors and lens drivers, add documentation Split lens drivers from camera sensor into a new section. This makes it easier to maintain the list. Also add documentation related files under the camera sensor entry. Add the word "CAMERA" to the subject as well since there are many other kinds of sensors. Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 52a7c026f3985..e1d9320e31b28 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22292,10 +22292,20 @@ F: drivers/media/v4l2-core/v4l2-fwnode.c F: include/media/v4l2-async.h F: include/media/v4l2-fwnode.h -V4L2 SENSOR AND LENS DRIVERS +V4L2 LENS DRIVERS M: Sakari Ailus L: linux-media@vger.kernel.org S: Maintained +F: drivers/media/i2c/ak* +F: drivers/media/i2c/dw* +F: drivers/media/i2c/lm* + +V4L2 CAMERA SENSOR DRIVERS +M: Sakari Ailus +L: linux-media@vger.kernel.org +S: Maintained +F: Documentation/driver-api/media/camera-sensor.rst +F: Documentation/driver-api/media/tx-rx.rst F: drivers/media/i2c/ar* F: drivers/media/i2c/hi* F: drivers/media/i2c/imx* @@ -22304,9 +22314,6 @@ F: drivers/media/i2c/og* F: drivers/media/i2c/ov* F: drivers/media/i2c/s5* 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 -- 2.30.2