All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prashant Gaikwad <pgaikwad@nvidia.com>
To: Stephen Warren <swarren@wwwdotorg.org>
Cc: Peter De Schrijver <pdeschrijver@nvidia.com>,
	Mike Turquette <mturquette@linaro.org>,
	"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Grant Likely <grant.likely@secretlab.ca>,
	Rob Herring <rob.herring@calxeda.com>,
	Rob Landley <rob@landley.net>,
	Russell King <linux@arm.linux.org.uk>,
	Simon Glass <sjg@chromium.org>, Joseph Lo <josephl@nvidia.com>,
	"devicetree-discuss@lists.ozlabs.org"
	<devicetree-discuss@lists.ozlabs.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v7 00/12] Tegra114 clockframework
Date: Thu, 21 Feb 2013 18:28:19 +0530	[thread overview]
Message-ID: <512619EB.4030103@nvidia.com> (raw)
In-Reply-To: <5123C6E7.9070407@wwwdotorg.org>

On Wednesday 20 February 2013 12:09 AM, Stephen Warren wrote:
> On 02/15/2013 05:36 AM, Peter De Schrijver wrote:
>> This is the seventh version of the Tegra114 clockframework. It is based on the
>> for-next branch of
>> git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git and
>> http://www.spinics.net/lists/arm-kernel/msg220452.html.
> Mike,
>
> I think it'd be prudent to take this series through the Tegra tree again
> for 3.10; patch 11 needs to go in as part of the series due to internal
> dependencies, and I'm slightly worried that other Tegra DT changes might
> conflict with that patch (if only for context). Taking this series (and
> any other Tegra clk driver changes for 3.10) through the Tegra tree
> could resolve that easily. Do you have a problem with that?
>
> If that's OK, can you stage the dependency Peter mentioned:
> http://www.spinics.net/lists/arm-kernel/msg220452.html
> into a stable branch for me to merge, obviously after 3.9-rc1 is out.
>
> Thanks.
>
> Prashant, could you provide a review/ack for this series too.

For the series

Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com>



WARNING: multiple messages have this Message-ID (diff)
From: pgaikwad@nvidia.com (Prashant Gaikwad)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 00/12] Tegra114 clockframework
Date: Thu, 21 Feb 2013 18:28:19 +0530	[thread overview]
Message-ID: <512619EB.4030103@nvidia.com> (raw)
In-Reply-To: <5123C6E7.9070407@wwwdotorg.org>

On Wednesday 20 February 2013 12:09 AM, Stephen Warren wrote:
> On 02/15/2013 05:36 AM, Peter De Schrijver wrote:
>> This is the seventh version of the Tegra114 clockframework. It is based on the
>> for-next branch of
>> git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git and
>> http://www.spinics.net/lists/arm-kernel/msg220452.html.
> Mike,
>
> I think it'd be prudent to take this series through the Tegra tree again
> for 3.10; patch 11 needs to go in as part of the series due to internal
> dependencies, and I'm slightly worried that other Tegra DT changes might
> conflict with that patch (if only for context). Taking this series (and
> any other Tegra clk driver changes for 3.10) through the Tegra tree
> could resolve that easily. Do you have a problem with that?
>
> If that's OK, can you stage the dependency Peter mentioned:
> http://www.spinics.net/lists/arm-kernel/msg220452.html
> into a stable branch for me to merge, obviously after 3.9-rc1 is out.
>
> Thanks.
>
> Prashant, could you provide a review/ack for this series too.

For the series

Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com>

  parent reply	other threads:[~2013-02-21 12:58 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-15 12:36 [PATCH v7 00/12] Tegra114 clockframework Peter De Schrijver
2013-02-15 12:36 ` Peter De Schrijver
2013-02-15 12:36 ` Peter De Schrijver
2013-02-15 12:36 ` [PATCH v7 01/12] clk: tegra: provide dummy cpu car ops Peter De Schrijver
2013-02-15 12:36   ` Peter De Schrijver
2013-02-15 12:36   ` Peter De Schrijver
     [not found] ` <1360931849-7090-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-02-15 12:36   ` [PATCH v7 02/12] clk: tegra: Refactor PLL programming code Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36   ` [PATCH v7 03/12] clk: tegra: Add TEGRA_PLL_BYPASS flag Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36   ` [PATCH v7 04/12] clk: tegra: Add PLL post divider table Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36   ` [PATCH v7 05/12] clk: tegra: Add new fields and PLL types for Tegra114 Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36   ` [PATCH v7 08/12] ARM: tegra: Define Tegra114 CAR binding Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36   ` [PATCH v7 09/12] clk: tegra: Implement clocks for Tegra114 Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36   ` [PATCH v7 10/12] clk: tegra: devicetree match for nvidia, tegra114-car Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36     ` [PATCH v7 10/12] clk: tegra: devicetree match for nvidia,tegra114-car Peter De Schrijver
2013-02-15 12:36   ` [PATCH v7 11/12] ARM: dt: Add references to tegra_car clocks Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36   ` [PATCH v7 12/12] clk: tegra: Remove forced clk_enable of uartd Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-15 12:36     ` Peter De Schrijver
2013-02-19 18:39   ` [PATCH v7 00/12] Tegra114 clockframework Stephen Warren
2013-02-19 18:39     ` Stephen Warren
2013-02-19 18:39     ` Stephen Warren
     [not found]     ` <5123C6E7.9070407-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-02-19 18:50       ` Mike Turquette
2013-02-19 18:50         ` Mike Turquette
2013-02-19 18:50         ` Mike Turquette
2013-04-04 17:52         ` Peter De Schrijver
2013-04-04 17:52           ` Peter De Schrijver
2013-04-04 17:52           ` Peter De Schrijver
2013-02-21 12:58     ` Prashant Gaikwad [this message]
2013-02-21 12:58       ` Prashant Gaikwad
2013-02-21 12:58       ` Prashant Gaikwad
2013-02-15 12:36 ` [PATCH v7 06/12] clk: tegra: Add flags to tegra_clk_periph() Peter De Schrijver
2013-02-15 12:36   ` Peter De Schrijver
2013-02-15 12:36   ` Peter De Schrijver
2013-02-15 12:36 ` [PATCH v7 07/12] clk: tegra: Workaround for Tegra114 MSENC problem Peter De Schrijver
2013-02-15 12:36   ` Peter De Schrijver
2013-02-15 12:36   ` Peter De Schrijver
2013-02-18 15:40 ` [PATCH v7 00/12] Tegra114 clockframework Peter De Schrijver
2013-02-18 15:40   ` Peter De Schrijver
2013-02-18 15:40   ` Peter De Schrijver

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=512619EB.4030103@nvidia.com \
    --to=pgaikwad@nvidia.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=grant.likely@secretlab.ca \
    --cc=josephl@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mturquette@linaro.org \
    --cc=pdeschrijver@nvidia.com \
    --cc=rob.herring@calxeda.com \
    --cc=rob@landley.net \
    --cc=sjg@chromium.org \
    --cc=swarren@wwwdotorg.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.