]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: wm5102: Mark register write sequencer control 3 readable
authorMark Brown <broonie@linaro.org>
Wed, 13 Aug 2014 10:42:46 +0000 (11:42 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:38 +0000 (08:15 +0100)
commit48018943eb906d81e48f40675c17b92abfeafcf1
treec37abfa842352594bfe235077165dc68a3353bf0
parent5e9bbf17b35f89f31e6b76b4810d8c772621c153
mfd: wm5102: Mark register write sequencer control 3 readable

During init the core checks if the wm5102 has finished starting by reading
register 0x19 and looking at the value. This read always fails since this
is not a readable register, mark it as being one. While we're at it provide
a constant for the register name (as supplied by Charles Keepax).

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/arizona-core.c
drivers/mfd/wm5102-tables.c
include/linux/mfd/arizona/registers.h