mfd: wm8994: Add a bunch of missing defaults/readables
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Mon, 16 Jun 2014 20:15:31 +0000 (21:15 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 9 Jul 2014 13:58:07 +0000 (14:58 +0100)
commit2698e8272e3714ad4b5b31eb857a6e5eb6f33ba7
treef49b74fe25e9df78a1b78851cabdf8070583501f
parentfb50497ce2ad091f16e0603a88c51696e160d5fe
mfd: wm8994: Add a bunch of missing defaults/readables

Ever since this commit:

commit d4807ad2c4c0e17b6f00e3be9492c81de0804f40
regmap: Check readable regs in _regmap_read

Regmap will refuse to read a register which is not marked as readable,
this has highlighted a number of controls in this driver which are not
marked as readable/missing defaults.

This patch corrects the situation, by adding the missing
readables/defaults.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/wm8994-regmap.c