summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2016-02-11 19:29:58 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-06-17 06:57:35 -0400
commit7b49235e83b2347caf4bc66dd0154cb799bd7405 (patch)
treed25bc3ec1eaadce4064a7e3680d8e9728624d814 /MAINTAINERS
parent60135db8d7acaff289d10568068469b57b730b6b (diff)
[media] v4l: Add Renesas R-Car FCP driver
The FCP is a companion module of video processing modules in the Renesas R-Car Gen3 SoCs. It provides data compression and decompression, data caching, and conversion of AXI transactions in order to reduce the memory bandwidth. The driver is not meant to be used standalone but provides an API to the video processing modules to control the FCP. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS10
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 02299fd2db18..949a920ca198 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7312,6 +7312,16 @@ L: linux-iio@vger.kernel.org
7312S: Maintained 7312S: Maintained
7313F: drivers/iio/potentiometer/mcp4531.c 7313F: drivers/iio/potentiometer/mcp4531.c
7314 7314
7315MEDIA DRIVERS FOR RENESAS - FCP
7316M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7317L: linux-media@vger.kernel.org
7318L: linux-renesas-soc@vger.kernel.org
7319T: git git://linuxtv.org/media_tree.git
7320S: Supported
7321F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7322F: drivers/media/platform/rcar-fcp.c
7323F: include/media/rcar-fcp.h
7324
7315MEDIA DRIVERS FOR RENESAS - VSP1 7325MEDIA DRIVERS FOR RENESAS - VSP1
7316M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 7326M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7317L: linux-media@vger.kernel.org 7327L: linux-media@vger.kernel.org