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:
874f224
)
clk: divider: Add round to closest divider
author
Maxime COQUELIN
<maxime.coquelin@st.com>
Wed, 29 Jan 2014 16:24:07 +0000
(17:24 +0100)
committer
Mike Turquette
<mturquette@linaro.org>
Wed, 30 Apr 2014 18:51:26 +0000
(11:51 -0700)
In some cases, we want to be able to round the divider to the closest one,
instead than rounding up.
This patch adds a new CLK_DIVIDER_ROUND_CLOSEST flag to specify the divider
has to round to closest div, keeping rounding up as de default behaviour.
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
No differences found