From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] arm: tegra20: video: ifdef gate hard-coded ugly Tegra20 pin muxing
Date: Thu, 20 Aug 2015 14:05:13 -0600 [thread overview]
Message-ID: <55D632F9.1020103@wwwdotorg.org> (raw)
In-Reply-To: <1440070152-27094-3-git-send-email-marcel.ziswiler@toradex.com>
On 08/20/2015 05:29 AM, Marcel Ziswiler wrote:
> As a preparatory step make sure the display driver is buildable for
> Tegra30 as well by ifdef gating any hard-coded ugly Tegra20 pin muxing
> stuff.
> diff --git a/drivers/video/tegra.c b/drivers/video/tegra.c
> @@ -215,8 +215,10 @@ static int handle_stage(const void *blob)
> break;
> case STAGE_PWM:
> /* Enable PWM at 15/16 high, 32768 Hz with divider 1 */
> +#ifdef CONFIG_MACH_T20
That option doesn't seem to exist, except in
arch/arm/include/asm/mach-types.h where I think it's the name of an
unrelated board. Do you mean CONFIG_TEGRA20, as defined by
arch/arm/mach-tegra/tegra20/Kconfig?
next prev parent reply other threads:[~2015-08-20 20:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-20 11:29 [U-Boot] [PATCH 0/5] arm: tegra: apalis/colibri_t30: video: add display driver Marcel Ziswiler
2015-08-20 11:29 ` [U-Boot] [PATCH 1/5] arm: tegra20: video: rename display header ifdef gating Marcel Ziswiler
2015-08-23 21:22 ` Simon Glass
2015-08-20 11:29 ` [U-Boot] [PATCH 2/5] arm: tegra20: video: ifdef gate hard-coded ugly Tegra20 pin muxing Marcel Ziswiler
2015-08-20 20:05 ` Stephen Warren [this message]
2015-08-20 11:29 ` [U-Boot] [PATCH 3/5] arm: tegra30: video: integrate display driver for t30 Marcel Ziswiler
2015-08-20 20:10 ` Stephen Warren
2015-08-20 11:29 ` [U-Boot] [PATCH 4/5] colibri_t30: enable display driver Marcel Ziswiler
2015-08-23 21:22 ` Simon Glass
2015-08-20 11:29 ` [U-Boot] [PATCH 5/5] apalis_t30: " Marcel Ziswiler
2015-08-23 21:23 ` Simon Glass
-- strict thread matches above, loose matches on Subject: below --
2015-08-20 23:18 [U-Boot] [PATCH 2/5] arm: tegra20: video: ifdef gate hard-coded ugly Tegra20 pin muxing Marcel Ziswiler
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=55D632F9.1020103@wwwdotorg.org \
--to=swarren@wwwdotorg.org \
--cc=u-boot@lists.denx.de \
/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.