git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0321cb8
)
ARM: PNX4008: convert i2c-pnx to use clk API enable/disable calls
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 20 Nov 2009 11:44:46 +0000
(11:44 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 12 Feb 2010 17:32:39 +0000
(17:32 +0000)
clk_set_rate() is not supposed to be used to turn clocks on and off.
That's what clk_enable/clk_disable is for.
Acked-by: Vitaly Wool <vitalywool@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found