linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] VSP1 Blend/ROP Unit and DT support
@ 2014-03-05 19:23 Laurent Pinchart
  2014-03-05 19:23 ` [PATCH 1/6] v4l: vsp1: Support multi-input entities Laurent Pinchart
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Laurent Pinchart @ 2014-03-05 19:23 UTC (permalink / raw)
  To: linux-media; +Cc: linux-sh

Hello,

This patch series extends the VSP1 driver with support for the Blend/ROP Units
as well as DT bindings. Please see individual patches for details.

The driver patches (1 to 4) and platform patches (5 to 6) can be merged
independently once the DT bindings will be approved.

The series has been tested with the VSP1-DU0 instance on the Lager and Koelsch
boards.

Laurent Pinchart (6):
  v4l: vsp1: Support multi-input entities
  v4l: vsp1: Add BRU support
  v4l: vsp1: uds: Enable scaling of alpha layer
  v4l: vsp1: Add DT support
  ARM: shmobile: r8a7790: Add VSP1 devices to DT
  ARM: shmobile: r8a7791: Add VSP1 devices to DT

 .../devicetree/bindings/media/renesas,vsp1.txt     |  51 +++
 arch/arm/boot/dts/r8a7790.dtsi                     |  55 +++
 arch/arm/boot/dts/r8a7791.dtsi                     |  39 ++
 drivers/media/platform/vsp1/Makefile               |   2 +-
 drivers/media/platform/vsp1/vsp1.h                 |   2 +
 drivers/media/platform/vsp1/vsp1_bru.c             | 395 +++++++++++++++++++++
 drivers/media/platform/vsp1/vsp1_bru.h             |  39 ++
 drivers/media/platform/vsp1/vsp1_drv.c             |  61 +++-
 drivers/media/platform/vsp1/vsp1_entity.c          |  57 +--
 drivers/media/platform/vsp1/vsp1_entity.h          |  24 +-
 drivers/media/platform/vsp1/vsp1_hsit.c            |   7 +-
 drivers/media/platform/vsp1/vsp1_lif.c             |   1 -
 drivers/media/platform/vsp1/vsp1_lut.c             |   1 -
 drivers/media/platform/vsp1/vsp1_regs.h            |  98 +++++
 drivers/media/platform/vsp1/vsp1_rpf.c             |   7 +-
 drivers/media/platform/vsp1/vsp1_rwpf.h            |   4 +
 drivers/media/platform/vsp1/vsp1_sru.c             |   1 -
 drivers/media/platform/vsp1/vsp1_uds.c             |   4 +-
 drivers/media/platform/vsp1/vsp1_video.c           |  26 +-
 drivers/media/platform/vsp1/vsp1_video.h           |   1 +
 drivers/media/platform/vsp1/vsp1_wpf.c             |  13 +-
 21 files changed, 830 insertions(+), 58 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.txt
 create mode 100644 drivers/media/platform/vsp1/vsp1_bru.c
 create mode 100644 drivers/media/platform/vsp1/vsp1_bru.h

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2014-04-11  0:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 19:23 [PATCH 0/6] VSP1 Blend/ROP Unit and DT support Laurent Pinchart
2014-03-05 19:23 ` [PATCH 1/6] v4l: vsp1: Support multi-input entities Laurent Pinchart
2014-03-05 19:24 ` [PATCH 2/6] v4l: vsp1: Add BRU support Laurent Pinchart
2014-03-05 19:24 ` [PATCH 3/6] v4l: vsp1: uds: Enable scaling of alpha layer Laurent Pinchart
2014-03-05 19:24 ` [PATCH 4/6] v4l: vsp1: Add DT support Laurent Pinchart
2014-03-05 19:24 ` [PATCH 5/6] ARM: shmobile: r8a7790: Add VSP1 devices to DT Laurent Pinchart
2014-03-05 19:24 ` [PATCH 6/6] ARM: shmobile: r8a7791: " Laurent Pinchart
2014-03-05 19:30 ` [PATCH 4/6] v4l: vsp1: Add DT support Laurent Pinchart
2014-03-25 12:18   ` Laurent Pinchart
2014-04-10 23:04     ` Simon Horman
2014-04-10 23:37       ` Laurent Pinchart
2014-04-11  0:04         ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).