summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorMattias Nilsson2011-02-14 11:17:12 +0100
committerSamuel Ortiz2011-03-23 10:41:47 +0100
commit90550d1903da8dac851d220b794e44c90a11c6ce (patch)
tree74c21403382a7e1e8f2e265fcb083994f29c6abe /drivers/mfd/Makefile
parentmfd: Add fast path for WM831x touchscreen interrupts (diff)
downloadkernel-qcow2-linux-90550d1903da8dac851d220b794e44c90a11c6ce.tar.gz
kernel-qcow2-linux-90550d1903da8dac851d220b794e44c90a11c6ce.tar.xz
kernel-qcow2-linux-90550d1903da8dac851d220b794e44c90a11c6ce.zip
mfd: AB8500 system control driver
This adds a pretty straight-forward system control driver for the AB8500. This driver will be used from the core platform, e.g the clock tree implementation in the machine code, and is by nature singleton. There are a few simple functions to read, write, set and clear registers so that the machine code can control its own foundation. Cc: Mattias Wallin <mattias.wallin@stericsson.com> Signed-off-by: Mattias Nilsson <mattias.i.nilsson@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-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 f0e25cad762e..61a0b0f901a2 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -71,7 +71,7 @@ obj-$(CONFIG_ABX500_CORE) += abx500-core.o
obj-$(CONFIG_AB3100_CORE) += ab3100-core.o
obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o
obj-$(CONFIG_AB3550_CORE) += ab3550-core.o
-obj-$(CONFIG_AB8500_CORE) += ab8500-core.o
+obj-$(CONFIG_AB8500_CORE) += ab8500-core.o ab8500-sysctrl.o
obj-$(CONFIG_AB8500_I2C_CORE) += ab8500-i2c.o
obj-$(CONFIG_AB8500_DEBUG) += ab8500-debugfs.o
obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o