From: Mark Zhang <markz-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
To: Thierry Reding
<thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
"linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH v2 0/6] Device tree updates for host1x support
Date: Fri, 16 Nov 2012 11:56:32 +0800 [thread overview]
Message-ID: <50A5B970.7020600@nvidia.com> (raw)
In-Reply-To: <1353013679-16773-1-git-send-email-thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
Hi Thierry,
Thank you for your hard work.
The series,
Acked-by: Mark Zhang <markz-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Reviewed-by: Mark Zhang <markz-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Tested-by: Mark Zhang <markz-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
On Ventana, LVDS and HDMI worked.
PS: Alex's power sequence patch is needed to enable panel and backlight.
Also we need to define dc and hdmi nodes in tegra20-ventana.dts.
We may publish the patches for different boards next.
Mark
On 11/16/2012 05:07 AM, Thierry Reding wrote:
> This second version of this patch series splits the patches up into more
> logical chunks as requested by Stephen. Instead of renaming the matching
> parameters in the clock driver, this version renames the AUXDATA entries
> to match what the clock driver expects. Furthermore the host1x clock is
> initialized to 150 MHz instead of the unsupported 144 MHz.
>
> Thierry
>
> Thierry Reding (6):
> ARM: tegra: Add Tegra20 host1x support
> ARM: tegra: Add AUXDATA for Tegra20 host1x
> ARM: tegra: Add Tegra20 host1x clock support
> ARM: tegra: Add Tegra30 host1x support
> ARM: tegra: Add AUXDATA for Tegra30 host1x
> ARM: tegra: Add Tegra30 host1x clock support
>
> arch/arm/boot/dts/tegra20.dtsi | 87 +++++++++++++++++++++++++++++++
> arch/arm/boot/dts/tegra30.dtsi | 87 +++++++++++++++++++++++++++++++
> arch/arm/mach-tegra/board-dt-tegra20.c | 9 ++++
> arch/arm/mach-tegra/board-dt-tegra30.c | 9 ++++
> arch/arm/mach-tegra/tegra20_clocks_data.c | 11 ++--
> arch/arm/mach-tegra/tegra30_clocks_data.c | 5 +-
> 6 files changed, 203 insertions(+), 5 deletions(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Mark Zhang <markz@nvidia.com>
To: Thierry Reding <thierry.reding@avionic-design.de>
Cc: Stephen Warren <swarren@wwwdotorg.org>,
"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 0/6] Device tree updates for host1x support
Date: Fri, 16 Nov 2012 11:56:32 +0800 [thread overview]
Message-ID: <50A5B970.7020600@nvidia.com> (raw)
In-Reply-To: <1353013679-16773-1-git-send-email-thierry.reding@avionic-design.de>
Hi Thierry,
Thank you for your hard work.
The series,
Acked-by: Mark Zhang <markz@nvidia.com>
Reviewed-by: Mark Zhang <markz@nvidia.com>
Tested-by: Mark Zhang <markz@nvidia.com>
On Ventana, LVDS and HDMI worked.
PS: Alex's power sequence patch is needed to enable panel and backlight.
Also we need to define dc and hdmi nodes in tegra20-ventana.dts.
We may publish the patches for different boards next.
Mark
On 11/16/2012 05:07 AM, Thierry Reding wrote:
> This second version of this patch series splits the patches up into more
> logical chunks as requested by Stephen. Instead of renaming the matching
> parameters in the clock driver, this version renames the AUXDATA entries
> to match what the clock driver expects. Furthermore the host1x clock is
> initialized to 150 MHz instead of the unsupported 144 MHz.
>
> Thierry
>
> Thierry Reding (6):
> ARM: tegra: Add Tegra20 host1x support
> ARM: tegra: Add AUXDATA for Tegra20 host1x
> ARM: tegra: Add Tegra20 host1x clock support
> ARM: tegra: Add Tegra30 host1x support
> ARM: tegra: Add AUXDATA for Tegra30 host1x
> ARM: tegra: Add Tegra30 host1x clock support
>
> arch/arm/boot/dts/tegra20.dtsi | 87 +++++++++++++++++++++++++++++++
> arch/arm/boot/dts/tegra30.dtsi | 87 +++++++++++++++++++++++++++++++
> arch/arm/mach-tegra/board-dt-tegra20.c | 9 ++++
> arch/arm/mach-tegra/board-dt-tegra30.c | 9 ++++
> arch/arm/mach-tegra/tegra20_clocks_data.c | 11 ++--
> arch/arm/mach-tegra/tegra30_clocks_data.c | 5 +-
> 6 files changed, 203 insertions(+), 5 deletions(-)
>
next prev parent reply other threads:[~2012-11-16 3:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-15 21:07 [PATCH v2 0/6] Device tree updates for host1x support Thierry Reding
2012-11-15 21:07 ` [PATCH v2 1/6] ARM: tegra: Add Tegra20 " Thierry Reding
2012-11-15 21:07 ` [PATCH v2 3/6] ARM: tegra: Add Tegra20 host1x clock support Thierry Reding
2012-11-15 21:07 ` [PATCH v2 4/6] ARM: tegra: Add Tegra30 host1x support Thierry Reding
2012-11-15 21:07 ` [PATCH v2 5/6] ARM: tegra: Add AUXDATA for Tegra30 host1x Thierry Reding
2012-11-15 21:07 ` [PATCH v2 6/6] ARM: tegra: Add Tegra30 host1x clock support Thierry Reding
2012-11-15 22:26 ` [PATCH v2 0/6] Device tree updates for host1x support Stephen Warren
[not found] ` <1353013679-16773-1-git-send-email-thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
2012-11-15 21:07 ` [PATCH v2 2/6] ARM: tegra: Add AUXDATA for Tegra20 host1x Thierry Reding
2012-11-15 21:07 ` Thierry Reding
2012-11-16 3:56 ` Mark Zhang [this message]
2012-11-16 3:56 ` [PATCH v2 0/6] Device tree updates for host1x support Mark Zhang
2012-11-16 5:33 ` Alex Courbot
2012-11-16 5:33 ` Alex Courbot
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=50A5B970.7020600@nvidia.com \
--to=markz-ddmlm1+adcrqt0dzr+alfa@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
--cc=thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.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.