linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Prashant Gaikwad <pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
To: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
Cc: "mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org"
	<mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	"linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH v3 0/9] Migrate Tegra to common clock framework
Date: Wed, 9 Jan 2013 16:29:53 +0530	[thread overview]
Message-ID: <50ED4DA9.3090406@nvidia.com> (raw)
In-Reply-To: <50EC8947.4080704-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>

On Wednesday 09 January 2013 02:31 AM, Stephen Warren wrote:
> On 01/08/2013 11:49 AM, Stephen Warren wrote:
>> On 01/08/2013 06:19 AM, Prashant Gaikwad wrote:
>>> On Tuesday 08 January 2013 05:40 AM, Stephen Warren wrote:
>>>> On 01/04/2013 10:22 AM, Stephen Warren wrote:
>>>>> On 01/04/2013 02:40 AM, Prashant Gaikwad wrote:
>>>>>> This patchset does following:
>>>>>> 1. Decompose single tegra clock structure into multiple clocks.
>>>>>> 2. Try to use standard clock types supported by common clock framework.
>>>>>> 3. Use dynamic initialization.
>>>>>> 4. Move all clock code to drivers/clk/tegra from mach-tegra.
>>>>>> 5. Add device tree support for Tegra20 and Tegra30 clocks.
>>>>>> 6. Remove all legacy clock code from mach-tegra.
>>>>> I think there are bugs here. I applied all your clock patches on top of
>>>>> Tegra's for-next (see list below), and found that the following don't
>>>>> work on Springbank:
>>>>>
>>>>> * HDMI display
>>>>> * Audio playback
>>>>> * WiFi
>>>> (BTW, I stopped Cc'ing linux-kernel@, but added linux-tegra@ instead...)
>>>>
>>>> Prashant, some updated testing results based off the "dev/ccf" branch
>>>> you sent me on our internal git server:
>> ...
>>> I have updated the internal branch with all the above mentioned fixes.
> ...
>> The remaining item is the display issue on Tegra30, which I'll go look
>> at now.
> The USB3 clock, which isn't used by any drivers on Tegra30, and hence
> was disabled at boot, was set up incorrectly and ended up mapping to the
> disp1 clock, and hence turned off the display. The following fixes it:

Stephen, thanks for the fix!! I have included this and PLLE fix; updated 
internal branch.

Please let me know if it is good to merge now, I will send the patches.

>> diff --git a/drivers/clk/tegra/clk-tegra30.c b/drivers/clk/tegra/clk-tegra30.c
>> index f2f526e..0bac07c 100644
>> --- a/drivers/clk/tegra/clk-tegra30.c
>> +++ b/drivers/clk/tegra/clk-tegra30.c
>> @@ -1541,7 +1541,7 @@ static void __init tegra30_periph_clk_init(void)
>>   
>>   	/* usb3 */
>>   	clk = tegra_clk_periph_gate("usb3", "clk_m", 0, clk_base, 0, 59,
>> -				    &periph_l_regs, periph_clk_enb_refcnt);
>> +				    &periph_h_regs, periph_clk_enb_refcnt);
>>   	clk_register_clkdev(clk, NULL, "tegra-ehci.2");
>>   	clks[usb3] = clk;
> I wonder if there are any other similar issues?

Reviewed, there were none.

  parent reply	other threads:[~2013-01-09 10:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1357292453-28418-1-git-send-email-pgaikwad@nvidia.com>
     [not found] ` <50E70FE5.9010001@wwwdotorg.org>
     [not found]   ` <50E70FE5.9010001-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-08  0:10     ` [PATCH v3 0/9] Migrate Tegra to common clock framework Stephen Warren
     [not found]       ` <50EB6403.5090300-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-08 13:19         ` Prashant Gaikwad
     [not found]           ` <50EC1CD3.3070308-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-01-08 18:49             ` Stephen Warren
     [not found]               ` <50EC6A37.4000206-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-08 21:01                 ` Stephen Warren
     [not found]                   ` <50EC8947.4080704-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-09 10:59                     ` Prashant Gaikwad [this message]
     [not found]                       ` <50ED4DA9.3090406-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-01-09 17:34                         ` Stephen Warren
     [not found]                           ` <50EDAA39.3040609-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-09 20:44                             ` Stephen Warren
     [not found]                               ` <50EDD693.2060905-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-11  8:10                                 ` Prashant Gaikwad
     [not found]                                   ` <50EFC8DB.6090903-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-01-11 15:59                                     ` Marc Dietrich
2013-01-11 18:23                                       ` Stephen Warren
     [not found]                                         ` <50F058BC.9090909-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-11 19:52                                           ` Marc Dietrich
2013-01-11  8:12                             ` Prashant Gaikwad

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=50ED4DA9.3090406@nvidia.com \
    --to=pgaikwad-ddmlm1+adcrqt0dzr+alfa@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
    --cc=swarren-DDmLM1+adcrQT0dZR+AlfA@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 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).