All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: James Hogan <james.hogan@imgtec.com>
Cc: "Mike Turquette" <mturquette@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	"Stephen Boyd" <sboyd@codeaurora.org>,
	linux-kernel@vger.kernel.org,
	"Saravana Kannan" <skannan@codeaurora.org>,
	"Sascha Hauer" <kernel@pengutronix.de>,
	"Russell King" <linux@arm.linux.org.uk>,
	"Viresh Kumar" <viresh.linux@gmail.com>,
	"Haojian Zhuang" <haojian.zhuang@gmail.com>,
	"Chao Xie" <xiechao.mail@gmail.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Emilio López" <emilio@elopez.com.ar>,
	"Gregory CLEMENT" <gregory.clement@free-electrons.com>,
	"Maxime Ripard" <maxime.ripard@free-electrons.com>,
	"Prashant Gaikwad" <pgaikwad@nvidia.com>,
	"Thierry Reding" <thierry.reding@avionic-design.de>,
	"Joseph Lo" <josephl@nvidia.com>,
	"Peter De Schrijver" <pdeschrijver@nvidia.com>,
	"Pawel Moll" <pawel.moll@arm.com>,
	"Catalin Marinas" <catalin.marinas@arm.com>,
	spear-devel@list.st.com, linux-tegra@vger.kernel.org
Subject: Re: [PATCH v4 4/5] clk: add CLK_SET_RATE_NO_REPARENT flag
Date: Mon, 20 May 2013 14:44:05 -0600	[thread overview]
Message-ID: <519A8B15.4040702@wwwdotorg.org> (raw)
In-Reply-To: <1369056507-32521-5-git-send-email-james.hogan@imgtec.com>

On 05/20/2013 07:28 AM, James Hogan wrote:
> Add a CLK_SET_RATE_NO_REPARENT clock flag, which will prevent muxes
> being reparented during clk_set_rate.
> 
> To avoid breaking existing platforms, all callers of clk_register_mux()
> are adjusted to pass the new flag. Platform maintainers are encouraged
> to remove the flag if they wish to allow mux reparenting on set_rate.

The Tegra parts,
Acked-by: Stephen Warren <swarren@nvidia.com>

WARNING: multiple messages have this Message-ID (diff)
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 4/5] clk: add CLK_SET_RATE_NO_REPARENT flag
Date: Mon, 20 May 2013 14:44:05 -0600	[thread overview]
Message-ID: <519A8B15.4040702@wwwdotorg.org> (raw)
In-Reply-To: <1369056507-32521-5-git-send-email-james.hogan@imgtec.com>

On 05/20/2013 07:28 AM, James Hogan wrote:
> Add a CLK_SET_RATE_NO_REPARENT clock flag, which will prevent muxes
> being reparented during clk_set_rate.
> 
> To avoid breaking existing platforms, all callers of clk_register_mux()
> are adjusted to pass the new flag. Platform maintainers are encouraged
> to remove the flag if they wish to allow mux reparenting on set_rate.

The Tegra parts,
Acked-by: Stephen Warren <swarren@nvidia.com>

  reply	other threads:[~2013-05-20 20:44 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-20 13:28 [PATCH v4 0/5] clk: implement remuxing during set_rate James Hogan
2013-05-20 13:28 ` James Hogan
2013-05-20 13:28 ` [PATCH v4 1/5] clk: abstract parent cache James Hogan
2013-05-20 13:28   ` James Hogan
2013-05-20 13:28 ` [PATCH v4 2/5] clk: move some parent related functions upwards James Hogan
2013-05-20 13:28   ` James Hogan
2013-05-20 21:16   ` Stephen Boyd
2013-05-20 21:16     ` Stephen Boyd
2013-05-20 13:28 ` [PATCH v4 3/5] clk: add support for clock reparent on set_rate James Hogan
2013-05-20 13:28   ` James Hogan
2013-05-20 21:17   ` Stephen Boyd
2013-05-20 21:17     ` Stephen Boyd
2013-06-13 14:31     ` James Hogan
2013-06-13 14:31       ` James Hogan
2013-05-21  5:10   ` Saravana Kannan
2013-05-21  5:10     ` Saravana Kannan
2013-05-22 10:13     ` James Hogan
2013-05-22 10:13       ` James Hogan
2013-05-20 13:28 ` [PATCH v4 4/5] clk: add CLK_SET_RATE_NO_REPARENT flag James Hogan
2013-05-20 13:28   ` James Hogan
2013-05-20 13:28   ` James Hogan
2013-05-20 20:44   ` Stephen Warren [this message]
2013-05-20 20:44     ` Stephen Warren
     [not found]   ` <1369056507-32521-5-git-send-email-james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2013-05-22 15:52     ` Maxime Ripard
2013-05-22 15:52       ` Maxime Ripard
2013-05-22 15:52       ` Maxime Ripard
2013-05-20 13:28 ` [PATCH v4 5/5] clk: clk-mux: implement remuxing on set_rate James Hogan
2013-05-20 13:28   ` James Hogan
2013-05-21  4:44   ` Saravana Kannan
2013-05-21  4:44     ` Saravana Kannan
2013-06-12  1:01     ` Doug Anderson
2013-06-12  1:01       ` Doug Anderson
2013-06-12 17:45       ` Mike Turquette
2013-06-12 17:45         ` Mike Turquette
2013-06-12 17:55         ` Doug Anderson
2013-06-12 17:55           ` Doug Anderson
2013-06-12 18:07           ` Mike Turquette
2013-06-12 18:07             ` Mike Turquette
2013-06-13 15:18       ` James Hogan
2013-06-13 15:18         ` James Hogan
2013-06-13 15:02     ` James Hogan
2013-06-13 15:02       ` James Hogan
2013-06-06  1:39 ` [PATCH v4 0/5] clk: implement remuxing during set_rate Haojian Zhuang
2013-06-06  1:39   ` Haojian Zhuang
2013-06-13  1:35 ` Stephen Boyd
2013-06-13  1:35   ` Stephen Boyd

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=519A8B15.4040702@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=emilio@elopez.com.ar \
    --cc=gregory.clement@free-electrons.com \
    --cc=haojian.zhuang@gmail.com \
    --cc=james.hogan@imgtec.com \
    --cc=josephl@nvidia.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=maxime.ripard@free-electrons.com \
    --cc=mturquette@linaro.org \
    --cc=pawel.moll@arm.com \
    --cc=pdeschrijver@nvidia.com \
    --cc=pgaikwad@nvidia.com \
    --cc=sboyd@codeaurora.org \
    --cc=skannan@codeaurora.org \
    --cc=spear-devel@list.st.com \
    --cc=thierry.reding@avionic-design.de \
    --cc=viresh.linux@gmail.com \
    --cc=xiechao.mail@gmail.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.