All of lore.kernel.org
 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-l0cyMroinI0@public.gmane.org"
	<mturquette-l0cyMroinI0@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org"
	<linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	"ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org"
	<ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>,
	"olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org"
	<olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
	Peter De Schrijver
	<pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH v3 0/6] Port Tegra to generic clk framework
Date: Fri, 6 Jul 2012 20:05:59 +0530	[thread overview]
Message-ID: <4FF6F7CF.9000405@nvidia.com> (raw)
In-Reply-To: <4FF5E1C3.6070309-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>

On Friday 06 July 2012 12:19 AM, Stephen Warren wrote:
> On 07/05/2012 03:55 AM, Prashant Gaikwad wrote:
>> This patch set ports Tegra clock code to generic clock framework.
<snip>
> (The one slight difference between the 2 branches I tested is that AC100
> and Trimslice booted using DT passed in next-20120705 but failed only in
> Tegra's for-next. Otherwise, all results were identical)
>
> I'll try to investigate what the issues are since I imagine you don't
> have access to these boards. But, I probably won't be able to fix this
> until I return from vacation.

Stephen,

Can you please try removing "late_initcall(clk_disable_unused);" from 
drivers/clk/clk.c?
It will keep unused clocks enabled. If it works then there should not be 
any regression in this patch series but need to enable some board 
specific clock.

> --
> To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: pgaikwad@nvidia.com (Prashant Gaikwad)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/6] Port Tegra to generic clk framework
Date: Fri, 6 Jul 2012 20:05:59 +0530	[thread overview]
Message-ID: <4FF6F7CF.9000405@nvidia.com> (raw)
In-Reply-To: <4FF5E1C3.6070309@wwwdotorg.org>

On Friday 06 July 2012 12:19 AM, Stephen Warren wrote:
> On 07/05/2012 03:55 AM, Prashant Gaikwad wrote:
>> This patch set ports Tegra clock code to generic clock framework.
<snip>
> (The one slight difference between the 2 branches I tested is that AC100
> and Trimslice booted using DT passed in next-20120705 but failed only in
> Tegra's for-next. Otherwise, all results were identical)
>
> I'll try to investigate what the issues are since I imagine you don't
> have access to these boards. But, I probably won't be able to fix this
> until I return from vacation.

Stephen,

Can you please try removing "late_initcall(clk_disable_unused);" from 
drivers/clk/clk.c?
It will keep unused clocks enabled. If it works then there should not be 
any regression in this patch series but need to enable some board 
specific clock.

> --
> To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Prashant Gaikwad <pgaikwad@nvidia.com>
To: Stephen Warren <swarren@wwwdotorg.org>
Cc: "mturquette@ti.com" <mturquette@ti.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
	"ccross@android.com" <ccross@android.com>,
	"olof@lixom.net" <olof@lixom.net>,
	Peter De Schrijver <pdeschrijver@nvidia.com>
Subject: Re: [PATCH v3 0/6] Port Tegra to generic clk framework
Date: Fri, 6 Jul 2012 20:05:59 +0530	[thread overview]
Message-ID: <4FF6F7CF.9000405@nvidia.com> (raw)
In-Reply-To: <4FF5E1C3.6070309@wwwdotorg.org>

On Friday 06 July 2012 12:19 AM, Stephen Warren wrote:
> On 07/05/2012 03:55 AM, Prashant Gaikwad wrote:
>> This patch set ports Tegra clock code to generic clock framework.
<snip>
> (The one slight difference between the 2 branches I tested is that AC100
> and Trimslice booted using DT passed in next-20120705 but failed only in
> Tegra's for-next. Otherwise, all results were identical)
>
> I'll try to investigate what the issues are since I imagine you don't
> have access to these boards. But, I probably won't be able to fix this
> until I return from vacation.

Stephen,

Can you please try removing "late_initcall(clk_disable_unused);" from 
drivers/clk/clk.c?
It will keep unused clocks enabled. If it works then there should not be 
any regression in this patch series but need to enable some board 
specific clock.

> --
> To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


  parent reply	other threads:[~2012-07-06 14:35 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-05  9:55 [PATCH v3 0/6] Port Tegra to generic clk framework Prashant Gaikwad
2012-07-05  9:55 ` Prashant Gaikwad
2012-07-05  9:55 ` Prashant Gaikwad
2012-07-05  9:55 ` [PATCH v3 2/6] ARM: tegra20: Separate out clk ops and clk data Prashant Gaikwad
2012-07-05  9:55   ` Prashant Gaikwad
2012-07-05  9:55   ` Prashant Gaikwad
     [not found] ` <1341482120-3317-1-git-send-email-pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-07-05  9:55   ` [PATCH v3 1/6] ARM: tegra30: " Prashant Gaikwad
2012-07-05  9:55     ` Prashant Gaikwad
2012-07-05  9:55     ` Prashant Gaikwad
2012-07-05  9:55   ` [PATCH v3 3/6] ARM: tegra: Rename tegra20 clock file Prashant Gaikwad
2012-07-05  9:55     ` Prashant Gaikwad
2012-07-05  9:55     ` Prashant Gaikwad
2012-07-05  9:55   ` [PATCH v3 6/6] ARM: tegra: Remove duplicate code Prashant Gaikwad
2012-07-05  9:55     ` Prashant Gaikwad
2012-07-05  9:55     ` Prashant Gaikwad
2012-07-05 18:49   ` [PATCH v3 0/6] Port Tegra to generic clk framework Stephen Warren
2012-07-05 18:49     ` Stephen Warren
2012-07-05 18:49     ` Stephen Warren
2012-07-06  3:57     ` Prashant Gaikwad
2012-07-06  3:57       ` Prashant Gaikwad
     [not found]     ` <4FF5E1C3.6070309-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-07-06 14:35       ` Prashant Gaikwad [this message]
2012-07-06 14:35         ` Prashant Gaikwad
2012-07-06 14:35         ` Prashant Gaikwad
     [not found]         ` <4FF6F7CF.9000405-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-07-06 16:15           ` Stephen Warren
2012-07-06 16:15             ` Stephen Warren
2012-07-06 16:15             ` Stephen Warren
2012-07-05  9:55 ` [PATCH v3 4/6] ARM: tegra: Add clk_tegra structure and helper functions Prashant Gaikwad
2012-07-05  9:55   ` Prashant Gaikwad
2012-07-05  9:55   ` Prashant Gaikwad
2012-07-05  9:55 ` [PATCH v3 5/6] ARM: tegra: Port tegra to generic clock framework Prashant Gaikwad
2012-07-05  9:55   ` Prashant Gaikwad
2012-07-05  9:55   ` 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=4FF6F7CF.9000405@nvidia.com \
    --to=pgaikwad-ddmlm1+adcrqt0dzr+alfa@public.gmane.org \
    --cc=ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mturquette-l0cyMroinI0@public.gmane.org \
    --cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
    --cc=pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@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.