From: hvaibhav@ti.com
To: linux-media@vger.kernel.org
Cc: mchehab@redhat.com, m-karicheri2@ti.com,
linux-omap@vger.kernel.org, Vaibhav Hiremath <hvaibhav@ti.com>
Subject: [PATCH 0/2] Add support for AM3517 VPFE Capture module
Date: Thu, 27 May 2010 18:41:14 +0530 [thread overview]
Message-ID: <1274965876-21845-1-git-send-email-hvaibhav@ti.com> (raw)
In-Reply-To: <hvaibhav@ti.com>
From: Vaibhav Hiremath <hvaibhav@ti.com>
AM3517 uses similar VPFE-CCDC hardware IP as in Davinci, so reusing
the driver.
Currently the davinci driver is hardly tied with ARCH_DAVINCI, which
was limiting AM3517 to reuse the driver. So created seperate Kconfig
file for davinci and added AM3517 to dependancy.
Also added board hook up code to board-am3517evm.c file.
Vaibhav Hiremath (2):
Davinci: Create seperate Kconfig file for davinci devices
AM3517: Add VPFE Capture driver support to board file
arch/arm/mach-omap2/board-am3517evm.c | 161 +++++++++++++++++++++++++++++++++
drivers/media/video/Kconfig | 61 +------------
drivers/media/video/Makefile | 2 +-
drivers/media/video/davinci/Kconfig | 93 +++++++++++++++++++
4 files changed, 256 insertions(+), 61 deletions(-)
create mode 100644 drivers/media/video/davinci/Kconfig
reply other threads:[~2010-05-27 13:11 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=1274965876-21845-1-git-send-email-hvaibhav@ti.com \
--to=hvaibhav@ti.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=m-karicheri2@ti.com \
--cc=mchehab@redhat.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).