Skip to content

Commit

Permalink
ARM: tegra: clock: Convert global lock to a lock per clock
Browse files Browse the repository at this point in the history
Give each clock its own lock, and remove all lock traversals from
parent to child clocks to prevent AB-BA deadlocks.

This brings the locking in line with the common struct clk
patches and should make conversion simple.

Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Colin Cross <ccross@android.com>
  • Loading branch information
Colin Cross committed Feb 21, 2011
1 parent f151961 commit 4729fd7
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 167 deletions.
Loading

0 comments on commit 4729fd7

Please sign in to comment.