summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorMark Brown2011-08-19 11:37:58 +0200
committerMark Brown2011-12-12 17:10:15 +0100
commit01ed260f22c429337272bf9d25d393a4efd37d51 (patch)
tree5301b3741f32dd96796187ad566c06aea745e1f6 /drivers/mfd/Makefile
parentmfd: Define some additional wm8994 registers (diff)
downloadkernel-qcow2-linux-01ed260f22c429337272bf9d25d393a4efd37d51.tar.gz
kernel-qcow2-linux-01ed260f22c429337272bf9d25d393a4efd37d51.tar.xz
kernel-qcow2-linux-01ed260f22c429337272bf9d25d393a4efd37d51.zip
mfd: Add wm8994 register access and default information
Describe the register map to the regmap core so that we can use its diagnostic features and cache support. This is split out from the patch using it due to the size so that the actual code change is a bit clearer. As the various devices are supersets of each other the access maps are built up by layering the functions on top of each other, though the interface for specifying the register defaults isn't currently amenable to this. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index b2292eb75242..ef0ae7f4080f 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -31,7 +31,7 @@ wm8350-objs := wm8350-core.o wm8350-regmap.o wm8350-gpio.o
wm8350-objs += wm8350-irq.o
obj-$(CONFIG_MFD_WM8350) += wm8350.o
obj-$(CONFIG_MFD_WM8350_I2C) += wm8350-i2c.o
-obj-$(CONFIG_MFD_WM8994) += wm8994-core.o wm8994-irq.o
+obj-$(CONFIG_MFD_WM8994) += wm8994-core.o wm8994-irq.o wm8994-regmap.o
obj-$(CONFIG_TPS6105X) += tps6105x.o
obj-$(CONFIG_TPS65010) += tps65010.o