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:
8120ff8
)
spi: nuc900: Fix setting multiple bits settings in register
author
Axel Lin
<axel.lin@ingics.com>
Fri, 21 Mar 2014 05:24:14 +0000
(13:24 +0800)
committer
Mark Brown
<broonie@linaro.org>
Fri, 21 Mar 2014 17:49:04 +0000
(17:49 +0000)
The correct way to set multiple bits settings is always clear these
bit fields before set new settings.
Current code does not cause problem because the reset value of these
bit fields are 0, and these settings only set once during probe.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found