All of lore.kernel.org
 help / color / mirror / Atom feed
From: m-karicheri2@ti.com
To: linux-media@vger.kernel.org, hverkuil@xs4all.nl,
	khilman@deeprootsystems.com
Cc: davinci-linux-open-source@linux.davincidsp.com, hvaibhav@ti.com,
	Muralidharan Karicheri <m-karicheri2@ti.com>
Subject: [PATCH - v0 2/2] DaVinci - vpfe capture - Make clocks configurable
Date: Tue,  1 Dec 2009 12:19:00 -0500	[thread overview]
Message-ID: <1259687940-31435-2-git-send-email-m-karicheri2@ti.com> (raw)
In-Reply-To: <1259687940-31435-1-git-send-email-m-karicheri2@ti.com>

From: Muralidharan Karicheri <m-karicheri2@ti.com>

Adding the clocks in vpfe capture configuration

Signed-off-by: Muralidharan Karicheri <m-karicheri2@ti.com>
---
 arch/arm/mach-davinci/board-dm355-evm.c  |    2 ++
 arch/arm/mach-davinci/board-dm644x-evm.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-davinci/board-dm355-evm.c b/arch/arm/mach-davinci/board-dm355-evm.c
index a9b650d..a28985c 100644
--- a/arch/arm/mach-davinci/board-dm355-evm.c
+++ b/arch/arm/mach-davinci/board-dm355-evm.c
@@ -239,6 +239,8 @@ static struct vpfe_config vpfe_cfg = {
 	.sub_devs = vpfe_sub_devs,
 	.card_name = "DM355 EVM",
 	.ccdc = "DM355 CCDC",
+	.num_clocks = 2,
+	.clocks = {"vpss_master", "vpss_slave"},
 };
 
 static struct platform_device *davinci_evm_devices[] __initdata = {
diff --git a/arch/arm/mach-davinci/board-dm644x-evm.c b/arch/arm/mach-davinci/board-dm644x-evm.c
index fd0398b..45beb99 100644
--- a/arch/arm/mach-davinci/board-dm644x-evm.c
+++ b/arch/arm/mach-davinci/board-dm644x-evm.c
@@ -250,6 +250,8 @@ static struct vpfe_config vpfe_cfg = {
 	.sub_devs = vpfe_sub_devs,
 	.card_name = "DM6446 EVM",
 	.ccdc = "DM6446 CCDC",
+	.num_clocks = 2,
+	.clocks = {"vpss_master", "vpss_slave"},
 };
 
 static struct platform_device rtc_dev = {
-- 
1.6.0.4


  reply	other threads:[~2009-12-01 17:19 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-01 17:18 [PATCH - v1 1/2] V4L - vpfe capture - make clocks configurable m-karicheri2
2009-12-01 17:19 ` m-karicheri2 [this message]
2009-12-03  6:40   ` [PATCH - v0 2/2] DaVinci - vpfe capture - Make " Hiremath, Vaibhav
2009-12-03 15:55     ` Karicheri, Muralidharan
2009-12-08 17:27       ` Hiremath, Vaibhav
2009-12-08 20:09         ` Karicheri, Muralidharan
2009-12-04 23:12     ` Karicheri, Muralidharan
2009-12-09 16:00 ` [PATCH - v1 1/2] V4L - vpfe capture - make " Kevin Hilman
2009-12-09 17:16   ` Karicheri, Muralidharan
2009-12-09 17:45   ` Karicheri, Muralidharan
2009-12-09 18:21     ` Karicheri, Muralidharan
2009-12-09 20:33       ` Karicheri, Muralidharan
2009-12-10 19:06         ` Kevin Hilman
2009-12-10 20:02           ` Karicheri, Muralidharan
2009-12-11 18:34             ` Kevin Hilman
2009-12-11 20:48               ` Karicheri, Muralidharan
2009-12-10 19:02     ` Kevin Hilman
2009-12-10 19:58       ` Karicheri, Muralidharan
  -- strict thread matches above, loose matches on Subject: below --
2009-11-24 23:36 [PATCH - v0 " m-karicheri2
2009-11-24 23:36 ` [PATCH - v0 2/2] DaVinci - vpfe capture - Make " m-karicheri2
2009-11-24 23:35 [PATCH - v0 1/2] V4L - vpfe capture - make " m-karicheri2
2009-11-24 23:35 ` [PATCH - v0 2/2] DaVinci - vpfe capture - Make " m-karicheri2

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=1259687940-31435-2-git-send-email-m-karicheri2@ti.com \
    --to=m-karicheri2@ti.com \
    --cc=davinci-linux-open-source@linux.davincidsp.com \
    --cc=hvaibhav@ti.com \
    --cc=hverkuil@xs4all.nl \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-media@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.