public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] v4l: platform: Add Renesas R-Car FDP1 Driver
@ 2016-10-24  9:03 Laurent Pinchart
  2016-10-24  9:03 ` [PATCH v4 1/4] v4l: ctrls: Add deinterlacing mode control Laurent Pinchart
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Laurent Pinchart @ 2016-10-24  9:03 UTC (permalink / raw)
  To: linux-media; +Cc: linux-renesas-soc, Kieran Bingham

Hello,

Here's the fourth version of the Renesas R-Car FDP1 driver.

The FDP1 (Fine Display Processor) is a hardware memory-to-memory 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.

Patch 01/04 adds a new standard V4L2 menu control for the deinterlacing mode.
The menu items are driver specific.

Patches 02/04 and 03/04 add DT bindings and a new driver for the FDP1.
Compared to v3, all FDP1 patches have been squashed together after being
reviewed by Kieran, and Kieran's e-mail address has been updated to
'kieran+renesas@bingham.xyz' in all Signed-off-by and authorship lines.

Patch 04/04 then adds an FDP1 instance to the R-Car M3-W SoC DT. It will be
merged separately through the ARM-SoC tree and depends on patch "arm64: dts:
renesas: r8a7796: Add FCPF and FCPV instances" scheduled for merge in v4.10.

Kieran Bingham (2):
  dt-bindings: Add Renesas R-Car FDP1 bindings
  v4l: Add Renesas R-Car FDP1 Driver

Laurent Pinchart (2):
  v4l: ctrls: Add deinterlacing mode control
  arm64: dts: renesas: r8a7796: Add FDP1 instance

 .../devicetree/bindings/media/renesas,fdp1.txt     |   33 +
 Documentation/media/uapi/v4l/extended-controls.rst |    4 +
 Documentation/media/v4l-drivers/index.rst          |    3 +
 Documentation/media/v4l-drivers/rcar-fdp1.rst      |   37 +
 MAINTAINERS                                        |    9 +
 arch/arm64/boot/dts/renesas/r8a7796.dtsi           |    9 +
 drivers/media/platform/Kconfig                     |   13 +
 drivers/media/platform/Makefile                    |    1 +
 drivers/media/platform/rcar_fdp1.c                 | 2446 ++++++++++++++++++++
 drivers/media/v4l2-core/v4l2-ctrls.c               |    2 +
 include/uapi/linux/v4l2-controls.h                 |    1 +
 11 files changed, 2558 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/renesas,fdp1.txt
 create mode 100644 Documentation/media/v4l-drivers/rcar-fdp1.rst
 create mode 100644 drivers/media/platform/rcar_fdp1.c

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-10-24 11:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24  9:03 [PATCH v4 0/4] v4l: platform: Add Renesas R-Car FDP1 Driver Laurent Pinchart
2016-10-24  9:03 ` [PATCH v4 1/4] v4l: ctrls: Add deinterlacing mode control Laurent Pinchart
2016-10-24  9:03 ` [PATCH v4 2/4] dt-bindings: Add Renesas R-Car FDP1 bindings Laurent Pinchart
2016-10-24  9:14   ` Geert Uytterhoeven
2016-10-24  9:46     ` Laurent Pinchart
2016-10-24 10:01       ` Geert Uytterhoeven
2016-10-24 11:47   ` [PATCH v4.1 " Laurent Pinchart
2016-10-24  9:03 ` [PATCH v4 3/4] v4l: Add Renesas R-Car FDP1 Driver Laurent Pinchart
2016-10-24 11:21   ` Kieran Bingham
2016-10-24 11:49     ` Laurent Pinchart
2016-10-24  9:03 ` [PATCH v4 4/4] arm64: dts: renesas: r8a7796: Add FDP1 instance Laurent Pinchart
2016-10-24 10:31   ` Kieran Bingham
2016-10-24 11:03   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox