aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-08-22 05:21:14 -0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-08-23 07:31:35 -0300
commit577bbf23b758848f0c4a50d346460b690c753024 (patch)
tree27ed5025286442b05ba2142bf6906294802e0cdb /MAINTAINERS
parentmedia: sunxi: Refactor the Makefile and Kconfig (diff)
downloadlinux-dev-577bbf23b758848f0c4a50d346460b690c753024.tar.xz
linux-dev-577bbf23b758848f0c4a50d346460b690c753024.zip
media: sunxi: Add A10 CSI driver
The older CSI drivers have camera capture interface different from the one in the newer ones. This IP is pretty simple. Some variants (one controller out of two instances on some SoCs) have an ISP embedded, but there's no code that make use of it, so we ignored that part for now. [Sakari Ailus: Wrapped a few long lines, set mbus code using a macro.] Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 496f521356c8..7c62b45201d7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1425,6 +1425,7 @@ Allwinner A10 CSI driver
M: Maxime Ripard <mripard@kernel.org>
L: linux-media@vger.kernel.org
T: git git://linuxtv.org/media_tree.git
+F: drivers/media/platform/sunxi/sun4i-csi/
F: Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml
S: Maintained