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:
ad81f05
)
ASoC: sglt5000: Provide the reg_stride field
author
Fabio Estevam
<fabio.estevam@freescale.com>
Thu, 4 Jul 2013 23:01:01 +0000
(20:01 -0300)
committer
Mark Brown
<broonie@linaro.org>
Mon, 15 Jul 2013 10:13:37 +0000
(11:13 +0100)
sgtl5000 has 16-bit registers, and only even numbers are valid for its registers
addresses.
Let regmap knows about this feature by specifying the 'reg_stride' field, so
that it can access only the valid registers.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found