linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/3] clk: Fixup issues for clk_set_parent
@ 2013-04-02 21:09 Ulf Hansson
  2013-04-02 21:09 ` [PATCH V4 1/3] clk: Restructure code for __clk_reparent Ulf Hansson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ulf Hansson @ 2013-04-02 21:09 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ulf Hansson <ulf.hansson@linaro.org>

These issues exist in the clk_set_parent API:

* Race issue for spinlocks when updating the clock tree toplogy.
* The feature of reparent to the orphan list is broken.

This patchset fixes both problems. Patch 1 prepares for patch 2 and
patch 3, which are where the real issues are resolved.

Changes in v4:
	- Rebased on top Mike's clk reentrancy patches.

Changes in v3:
	- Fix review comments from Mike.
	- Include fixup for allow reparent to the orphan list.

Changes in v2:
	- Do not remove the existing __clk_reparent API.
	- Rebase patches.

Ulf Hansson (3):
  clk: Restructure code for __clk_reparent
  clk: Fixup errorhandling for clk_set_parent
  clk: Fixup locking issues for clk_set_parent

 drivers/clk/clk.c |  193 ++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 130 insertions(+), 63 deletions(-)

-- 
1.7.10

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-15  5:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 21:09 [PATCH V4 0/3] clk: Fixup issues for clk_set_parent Ulf Hansson
2013-04-02 21:09 ` [PATCH V4 1/3] clk: Restructure code for __clk_reparent Ulf Hansson
2013-04-02 21:09 ` [PATCH V4 2/3] clk: Fixup errorhandling for clk_set_parent Ulf Hansson
2013-04-02 21:09 ` [PATCH V4 3/3] clk: Fixup locking issues " Ulf Hansson
2013-04-04 10:35   ` Rajagopal Venkat
2013-04-04 19:28     ` Ulf Hansson
2013-04-15  5:56       ` Rajagopal Venkat
2013-04-09  1:21 ` [PATCH V4 0/3] clk: Fixup " Mike Turquette

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).