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:
ec9de6c
)
ARM: imx: add sleep for pllv3 relock
author
Shawn Guo
<shawn.guo@linaro.org>
Wed, 30 Oct 2013 07:12:55 +0000
(15:12 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 11 Nov 2013 14:58:44 +0000
(22:58 +0800)
The pllv3 relock time varies in the range of 50us ~ 500us, depending on
the specific PLL type, e.g. 50us for ARM PLL and 450us for Audio/Video
PLL. Let's add a usleep_range() call instead of doing busy wait during
relock.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
No differences found