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:
85f6247
)
spi: spi-ath79: Use clk_prepare_enable and clk_disable_unprepare
author
Alban Bedel
<albeu@free.fr>
Fri, 24 Apr 2015 14:19:23 +0000
(16:19 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 27 Apr 2015 14:44:57 +0000
(15:44 +0100)
Clocks should be prepared and unprepared, fix this by using
clk_prepare_enable() and clk_disable_unprepare() instead of
clk_enable() and clk_disable().
Signed-off-by: Alban Bedel <albeu@free.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-ath79.c
patch
|
blob
|
history
diff --cc
drivers/spi/spi-ath79.c
Simple merge