[PATCH RFC 0/2] v4l: platform: Add Renesas R-Car FDP1 Driver

From: Kieran Bingham
Date: Thu Jun 09 2016 - 13:38:30 EST


This early version of the driver, is submitted for review, and functions only
as a pixel format converter.

The FDP1, (Fine Display Processor) is a de-interlacer device, with capability
to convert from various YCbCr/YUV formats to both YCbCr/YUV and RGB formats
at the same time as converting interlaced content to progressive.

It can also function with progressive frames on input, and still act as a
pixel converter which is the current state of the driver.

The next phase of work will be to implement the de-interlacing fucntionality
on top of this code base, however as it is now a functional driver this seemed
like an apt point to start the review process.

Kieran Bingham (2):
v4l: platform: Add Renesas R-Car FDP1 Driver
MAINTAINERS: Add support for FDP driver

MAINTAINERS | 9 +
drivers/media/platform/Kconfig | 13 +
drivers/media/platform/Makefile | 1 +
drivers/media/platform/rcar_fdp1.c | 2038 ++++++++++++++++++++++++++++++++++++
4 files changed, 2061 insertions(+)
create mode 100644 drivers/media/platform/rcar_fdp1.c

--
2.7.4