diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2016-02-11 19:29:58 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-06-17 06:57:35 -0400 |
commit | 7b49235e83b2347caf4bc66dd0154cb799bd7405 (patch) | |
tree | d25bc3ec1eaadce4064a7e3680d8e9728624d814 /MAINTAINERS | |
parent | 60135db8d7acaff289d10568068469b57b730b6b (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-- | MAINTAINERS | 10 |
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 | |||
7312 | S: Maintained | 7312 | S: Maintained |
7313 | F: drivers/iio/potentiometer/mcp4531.c | 7313 | F: drivers/iio/potentiometer/mcp4531.c |
7314 | 7314 | ||
7315 | MEDIA DRIVERS FOR RENESAS - FCP | ||
7316 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
7317 | L: linux-media@vger.kernel.org | ||
7318 | L: linux-renesas-soc@vger.kernel.org | ||
7319 | T: git git://linuxtv.org/media_tree.git | ||
7320 | S: Supported | ||
7321 | F: Documentation/devicetree/bindings/media/renesas,fcp.txt | ||
7322 | F: drivers/media/platform/rcar-fcp.c | ||
7323 | F: include/media/rcar-fcp.h | ||
7324 | |||
7315 | MEDIA DRIVERS FOR RENESAS - VSP1 | 7325 | MEDIA DRIVERS FOR RENESAS - VSP1 |
7316 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 7326 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
7317 | L: linux-media@vger.kernel.org | 7327 | L: linux-media@vger.kernel.org |