From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org, Eero Nurkkala <ext-eero.nurkkala@nokia.com>
Subject: Re: [PATCH] OMAP2/3 McBSP: add temporary clockdomain fix for McBSP virtual clocks
Date: Thu, 8 Jan 2009 17:42:50 +0200 [thread overview]
Message-ID: <20090108154249.GW27566@atomide.com> (raw)
In-Reply-To: <20090108152856.20939.71314.stgit@localhost.localdomain>
* Paul Walmsley <paul@pwsan.com> [090108 17:30]:
> The McBSP driver uses virtual clocks to handle enabling and disabling
> its hardware clocks. These virtual clocks have no associated
> clockdomain. After commit 60b8b431e47d8c5b8c02a2e4fa9af388aae20790,
> this prevents the McBSP clocks from registering correctly.
> Resolve this for the short term by using virt_opp_clkdm for these clocks.
> These McBSP virtual clocks should be removed, but such a fix would require
> significant changes to the McBSP drivers that would require testing on
> OMAP1, 2, and 3 platforms.
>
> Tested on 2430SDP and 3430SDP GP ES2.1.
Thanks, pushing to l-o tree.
Tony
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Eero Nurkkala <ext-eero.nurkkala@nokia.com>
> ---
> arch/arm/mach-omap2/mcbsp.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c
> index cae3ebe..b40b29a 100644
> --- a/arch/arm/mach-omap2/mcbsp.c
> +++ b/arch/arm/mach-omap2/mcbsp.c
> @@ -77,6 +77,7 @@ static struct mcbsp_internal_clk omap_mcbsp_clks[] = {
> .clk = {
> .name = "mcbsp_clk",
> .id = 1,
> + .clkdm = { .name = "virt_opp_clkdm" },
> .enable = omap_mcbsp_clk_enable,
> .disable = omap_mcbsp_clk_disable,
> },
> @@ -85,6 +86,7 @@ static struct mcbsp_internal_clk omap_mcbsp_clks[] = {
> .clk = {
> .name = "mcbsp_clk",
> .id = 2,
> + .clkdm = { .name = "virt_opp_clkdm" },
> .enable = omap_mcbsp_clk_enable,
> .disable = omap_mcbsp_clk_disable,
> },
> @@ -93,6 +95,7 @@ static struct mcbsp_internal_clk omap_mcbsp_clks[] = {
> .clk = {
> .name = "mcbsp_clk",
> .id = 3,
> + .clkdm = { .name = "virt_opp_clkdm" },
> .enable = omap_mcbsp_clk_enable,
> .disable = omap_mcbsp_clk_disable,
> },
> @@ -101,6 +104,7 @@ static struct mcbsp_internal_clk omap_mcbsp_clks[] = {
> .clk = {
> .name = "mcbsp_clk",
> .id = 4,
> + .clkdm = { .name = "virt_opp_clkdm" },
> .enable = omap_mcbsp_clk_enable,
> .disable = omap_mcbsp_clk_disable,
> },
> @@ -109,6 +113,7 @@ static struct mcbsp_internal_clk omap_mcbsp_clks[] = {
> .clk = {
> .name = "mcbsp_clk",
> .id = 5,
> + .clkdm = { .name = "virt_opp_clkdm" },
> .enable = omap_mcbsp_clk_enable,
> .disable = omap_mcbsp_clk_disable,
> },
>
>
prev parent reply other threads:[~2009-01-08 15:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20090108152853.20939.39831.stgit@localhost.localdomain>
2009-01-08 15:28 ` [PATCH] OMAP2/3 McBSP: add temporary clockdomain fix for McBSP virtual clocks Paul Walmsley
2009-01-08 15:42 ` Tony Lindgren [this message]
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=20090108154249.GW27566@atomide.com \
--to=tony@atomide.com \
--cc=ext-eero.nurkkala@nokia.com \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.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 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.