linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Prabhakar Lad <prabhakar.csengg@gmail.com>
To: LMML <linux-media@vger.kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	DLOS <davinci-linux-open-source@linux.davincidsp.com>,
	Manjunath Hadli <manjunath.hadli@ti.com>,
	Prabhakar Lad <prabhakar.lad@ti.com>,
	Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: [PATCH v2 11/12] davinci: vpfe: dm365: add build infrastructure for capture driver
Date: Fri, 16 Nov 2012 20:15:13 +0530	[thread overview]
Message-ID: <1353077114-19296-12-git-send-email-prabhakar.lad@ti.com> (raw)
In-Reply-To: <1353077114-19296-1-git-send-email-prabhakar.lad@ti.com>

From: Manjunath Hadli <manjunath.hadli@ti.com>

add build infrastructure for dm365 specific modules for VPFE
capture driver.

Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
---
 drivers/media/platform/davinci/Kconfig  |   11 +++++++++++
 drivers/media/platform/davinci/Makefile |    3 +++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/drivers/media/platform/davinci/Kconfig b/drivers/media/platform/davinci/Kconfig
index 78e26d2..b52c642 100644
--- a/drivers/media/platform/davinci/Kconfig
+++ b/drivers/media/platform/davinci/Kconfig
@@ -119,3 +119,14 @@ config VIDEO_VPBE_DISPLAY
 
 	    To compile this driver as a module, choose M here: the
 	    module will be called vpbe_display.
+
+
+config VIDEO_DM365_VPFE_CAPTURE
+	tristate "DM365 VPFE Media Controller Capture Driver"
+	depends on VIDEO_V4L2 && ARCH_DAVINCI_DM365 && !VIDEO_VPFE_CAPTURE
+	select VIDEOBUF2_DMA_CONTIG
+	help
+	  Support for DM365 VPFE based Media Controller Capture driver.
+
+	  To compile this driver as a module, choose M here: the
+	  module will be called vpfe-mc-capture.
diff --git a/drivers/media/platform/davinci/Makefile b/drivers/media/platform/davinci/Makefile
index 74ed92d..8ca702e 100644
--- a/drivers/media/platform/davinci/Makefile
+++ b/drivers/media/platform/davinci/Makefile
@@ -18,3 +18,6 @@ obj-$(CONFIG_VIDEO_DM355_CCDC) += dm355_ccdc.o
 obj-$(CONFIG_VIDEO_ISIF) += isif.o
 obj-$(CONFIG_VIDEO_DM644X_VPBE) += vpbe.o vpbe_osd.o vpbe_venc.o
 obj-$(CONFIG_VIDEO_VPBE_DISPLAY) += vpbe_display.o
+obj-$(CONFIG_VIDEO_DM365_VPFE_CAPTURE) += \
+	dm365_isif.o dm365_ipipe_hw.o dm365_ipipe.o \
+	dm365_resizer.o dm365_ipipeif.o vpfe_mc_capture.o vpfe_video.o
-- 
1.7.4.1


  parent reply	other threads:[~2012-11-16 14:47 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-16 14:45 [PATCH v2 00/12] Media Controller capture driver for DM365 Prabhakar Lad
2012-11-16 14:45 ` [PATCH v2 01/12] davinci: vpfe: add v4l2 capture driver with media interface Prabhakar Lad
2012-11-16 14:45 ` [PATCH v2 02/12] davinci: vpfe: add v4l2 video driver support Prabhakar Lad
2012-11-16 14:45 ` [PATCH v2 03/12] davinci: vpfe: dm365: add IPIPEIF driver based on media framework Prabhakar Lad
2012-11-16 14:45 ` [PATCH v2 04/12] davinci: vpfe: dm365: add ISIF " Prabhakar Lad
2012-11-16 14:45 ` [PATCH v2 05/12] davinci: vpfe: dm365: add IPIPE support for media controller driver Prabhakar Lad
2012-11-16 14:45 ` [PATCH v2 06/12] davinci: vpfe: dm365: add IPIPE hardware layer support Prabhakar Lad
2012-11-16 14:45 ` [PATCH v2 07/12] davinci: vpfe: dm365: resizer driver based on media framework Prabhakar Lad
2012-11-16 14:45 ` [PATCH v2 08/12] davinci: vpss: dm365: enable ISP registers Prabhakar Lad
2012-11-16 14:45 ` [PATCH v2 09/12] davinci: vpss: dm365: set vpss clk ctrl Prabhakar Lad
2012-11-16 14:45 ` [PATCH v2 10/12] davinci: vpss: dm365: add vpss helper functions to be used in the main driver for setting hardware parameters Prabhakar Lad
2012-11-16 14:45 ` Prabhakar Lad [this message]
2012-11-16 14:45 ` [PATCH v2 12/12] davinci: vpfe: Add documentation Prabhakar Lad
2012-11-16 14:53 ` [PATCH v2 00/12] Media Controller capture driver for DM365 Prabhakar Lad
2012-11-21 20:56 ` Sakari Ailus
2012-11-22 23:53 ` Sakari Ailus
2012-11-23 13:13 ` Sakari Ailus
2012-11-23 13:21   ` Prabhakar Lad
2012-11-23 13:57     ` Sakari Ailus
2012-11-23 14:01       ` Hans Verkuil
2012-11-25 16:27         ` Prabhakar Lad
2012-11-26  0:28           ` Sakari Ailus
2012-11-26  3:55             ` Prabhakar Lad

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=1353077114-19296-12-git-send-email-prabhakar.lad@ti.com \
    --to=prabhakar.csengg@gmail.com \
    --cc=davinci-linux-open-source@linux.davincidsp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=manjunath.hadli@ti.com \
    --cc=mchehab@infradead.org \
    --cc=prabhakar.lad@ti.com \
    /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).