]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb0e14c534ad8c8e2409bee235234541bcf079e3d
treef49b74fe25e9df78a1b78851cabdf8070583501f
parent2a34db9dd217abd7ef27156da4766c583aecc0df
mfd: wm8994: Add a bunch of missing defaults/readables

Ever since this commit:

commit e1d6f567c42a6964ddaad360391458670b4ba73d
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