From: Randy Dunlap <randy.dunlap@oracle.com>
To: hvaibhav@ti.com
Cc: tomi.valkeinen@nokia.com, linux-omap@vger.kernel.org,
linux-fbdev-devel@lists.sourceforge.net,
linux-fbdev@vger.kernel.org
Subject: Re: [PATCH 5/5] OMAP3EVM: Kconfig option added for selection
Date: Thu, 17 Dec 2009 16:42:45 +0000 [thread overview]
Message-ID: <20091217084245.9faaa19c.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1261063176-20101-1-git-send-email-hvaibhav@ti.com>
On Thu, 17 Dec 2009 20:49:36 +0530 hvaibhav@ti.com wrote:
> From: Vaibhav Hiremath <hvaibhav@ti.com>
>
> Config option added to arch/arm/plat-omap/Kconfig for selection
> of S-Video and Composite output interfaces. The default configuration would
> be S-Video.
>
> Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
> ---
> arch/arm/mach-omap2/board-omap3evm.c | 4 ++++
> drivers/video/omap2/dss/Kconfig | 15 +++++++++++++++
> 2 files changed, 19 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c
> index e615254..549e58e 100644
> --- a/arch/arm/mach-omap2/board-omap3evm.c
> +++ b/arch/arm/mach-omap2/board-omap3evm.c
> @@ -275,7 +275,11 @@ static struct omap_dss_device omap3_evm_tv_device = {
> .name = "tv",
> .driver_name = "venc",
> .type = OMAP_DISPLAY_TYPE_VENC,
> +#if defined(CONFIG_OMAP2_VENC_OUT_TYPE_SVIDEO)
> .phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
> +#elif defined(CONFIG_OMAP2_VENC_OUT_TYPE_COMPOSITE)
> + .u.venc.type = OMAP_DSS_VENC_TYPE_COMPOSITE,
.u or .phy ?
> +#endif
> .platform_enable = omap3_evm_enable_tv,
> .platform_disable = omap3_evm_disable_tv,
> };
---
~Randy
next prev parent reply other threads:[~2009-12-17 16:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-17 15:31 [PATCH 5/5] OMAP3EVM: Kconfig option added for selection between SVIDEO and CVBS hvaibhav
2009-12-17 16:42 ` Randy Dunlap [this message]
2009-12-18 4:25 ` [PATCH 5/5] OMAP3EVM: Kconfig option added for selection Hiremath, Vaibhav
2009-12-22 12:08 ` Tomi Valkeinen
2009-12-23 15:24 ` Hiremath, Vaibhav
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=20091217084245.9faaa19c.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=hvaibhav@ti.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=tomi.valkeinen@nokia.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).