public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] [media] vsp1: Add VIO6 support
@ 2013-07-26  9:32 Katsuya Matsubara
  2013-07-26  9:32 ` [PATCH 1/7] [media] vsp1: Fix lack of the sink entity registration for enabled links Katsuya Matsubara
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Katsuya Matsubara @ 2013-07-26  9:32 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: linux-media, linux-sh, Hans Verkuil, Sakari Ailus,
	Sylwester Nawrocki, Katsuya Matsubara

Hi Laurent,

Could you please consider the following patches to add VIO6 support
into your VSP1 driver implementation?
Any comments or ideas of better implementation are of course welcome.

The first two patches are fixes, not only for VIO6.
The next four patches are preparations of supporting multiple
versions of the H/W IP.
The final one is adding definitions of VIO6.

The code has been tested on an Armadillo800EVA board.

The series is based on the following patchset:
 [PATCH v3 0/5] Renesas VSP1 driver
 [PATCH v3 1/5] media: Add support for circular graph traversal
 [PATCH v3 2/5] v4l: Fix V4L2_MBUS_FMT_YUV10_1X30 media bus pixel code value
 [PATCH v3 3/5] v4l: Add media format codes for ARGB8888 and AYUV8888 on 32-bit busses
 [PATCH v3 4/5] v4l: Add V4L2_PIX_FMT_NV16M and V4L2_PIX_FMT_NV61M formats
 [PATCH v3 5/5] v4l: Renesas R-Car VSP1 driver


Katsuya Matsubara (7):
  [media] vsp1: Fix lack of the sink entity setting for enabled links.
  [media] vsp1: Use the maximum number defined in platform data
  [media] vsp1: Rewrite the definition of registers' offset as enum and
    arrays
  [media] vsp1: Rewrite the value definitions for DPR routing as enum
    and arrays
  [media] vsp1: Introduce bit operations for the DPR route registers
  [media] vsp1: Move the DPR_WPF_FPORCH register settings into the
    device initialization
  [media] vsp1: Add VIO6 support

 drivers/media/platform/vsp1/vsp1.h        |   23 +-
 drivers/media/platform/vsp1/vsp1_drv.c    |  492 ++++++++++++++++++++++++++--
 drivers/media/platform/vsp1/vsp1_entity.c |   31 +-
 drivers/media/platform/vsp1/vsp1_entity.h |    3 +-
 drivers/media/platform/vsp1/vsp1_lif.c    |    2 +-
 drivers/media/platform/vsp1/vsp1_regs.h   |  497 +++++++++++++++++------------
 drivers/media/platform/vsp1/vsp1_rpf.c    |   19 +-
 drivers/media/platform/vsp1/vsp1_uds.c    |   14 +-
 drivers/media/platform/vsp1/vsp1_video.c  |   27 +-
 drivers/media/platform/vsp1/vsp1_wpf.c    |   29 +-
 10 files changed, 849 insertions(+), 288 deletions(-)

-- 
Thanks,

Katsuya Matsubara / IGEL Co., Ltd.
matsu@igel.co.jp

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

end of thread, other threads:[~2013-07-26 16:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-26  9:32 [PATCH 0/7] [media] vsp1: Add VIO6 support Katsuya Matsubara
2013-07-26  9:32 ` [PATCH 1/7] [media] vsp1: Fix lack of the sink entity registration for enabled links Katsuya Matsubara
2013-07-26  9:32 ` [PATCH 2/7] [media] vsp1: Use the maximum number defined in platform data Katsuya Matsubara
2013-07-26  9:32 ` [PATCH 3/7] [media] vsp1: Rewrite the definition of registers' offset as enum and arrays Katsuya Matsubara
2013-07-26  9:32 ` [PATCH 4/7] [media] vsp1: Rewrite the value definitions for DPR routing " Katsuya Matsubara
2013-07-26  9:32 ` [PATCH 5/7] [media] vsp1: Introduce bit operations for the DPR route registers Katsuya Matsubara
2013-07-26  9:32 ` [PATCH 6/7] [media] vsp1: Move the DPR_WPF_FPORCH register settings into the device initialization Katsuya Matsubara
2013-07-26  9:32 ` [PATCH 7/7] [media] vsp1: Add VIO6 support Katsuya Matsubara
2013-07-26 16:18 ` [PATCH 0/7] " Laurent Pinchart

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