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:
a1a41ab
)
regulator: lp8755: Fix mask for pchip->mphase
author
Axel Lin
<axel.lin@ingics.com>
Wed, 26 Dec 2012 03:56:37 +0000
(11:56 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 8 Jan 2013 11:05:26 +0000
(11:05 +0000)
According to the datasheet, it has 9 multi-phase mode from 0 to 8 and it takes
4 bits in the register.
The mask for pchip->mphase should be 0x0F.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found