linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: deepthy.ravi@ti.com (Deepthy Ravi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] OMAP3EVM: Add tvp514x video decoder support
Date: Thu, 8 Sep 2011 19:03:12 +0530	[thread overview]
Message-ID: <1315488792-15949-1-git-send-email-deepthy.ravi@ti.com> (raw)

This patchset
        -add support for tvp514x video decoder on omap3evm and also migrate the
         decoder driver to media controller framework.
        -add support for BT656 interface.
        -enable multimedia driver and tvp514x decoder support in omap2plus_defconfig.

It is dependent on the following patch
https://patchwork.kernel.org/patch/1062042/ which moves
platform data definitions from isp.h to media/omap3isp.h

Cc: Vaibhav Hiremath <hvaibhav@ti.com>
---

Deepthy Ravi (1):
  omap2plus_defconfig: Enable tvp514x video decoder support

Vaibhav Hiremath (7):
  omap3evm: Enable regulators for camera interface
  omap3evm: Add Camera board init/hookup file
  tvp514x: Migrate to media-controller framework
  ispvideo: Add support for G/S/ENUM_STD ioctl
  ispccdc: Configure CCDC registers
  ispccdc: Add support for BT656 interface
  omap3evm: camera: Configure BT656 interface

 arch/arm/configs/omap2plus_defconfig        |   10 +
 arch/arm/mach-omap2/Makefile                |    5 +
 arch/arm/mach-omap2/board-omap3evm-camera.c |  258 +++++++++++++++++++++++++++
 arch/arm/mach-omap2/board-omap3evm.c        |   44 +++++
 drivers/media/video/omap3isp/ispccdc.c      |  185 +++++++++++++++-----
 drivers/media/video/omap3isp/ispreg.h       |    1 +
 drivers/media/video/omap3isp/ispvideo.c     |  106 +++++++++++-
 drivers/media/video/omap3isp/ispvideo.h     |    5 +-
 drivers/media/video/tvp514x.c               |  241 ++++++++++++++++++++++---
 include/media/omap3isp.h                    |    7 +
 include/media/tvp514x.h                     |    3 +
 include/media/v4l2-subdev.h                 |    7 +-
 12 files changed, 797 insertions(+), 75 deletions(-)
 create mode 100644 arch/arm/mach-omap2/board-omap3evm-camera.c

                 reply	other threads:[~2011-09-08 13:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1315488792-15949-1-git-send-email-deepthy.ravi@ti.com \
    --to=deepthy.ravi@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).