diff options
author | Mattias Wallin <mattias.wallin@stericsson.com> | 2010-09-13 16:05:04 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-29 00:29:25 +0200 |
commit | 5814fc35e1837e30b82c3d57f41310d4c4c52824 (patch) | |
tree | a1af93694c140cb5bf54aff2a194fc084d12d7fb /drivers/mfd/Makefile | |
parent | 38b340527aa44bb8d1b88ef1e5a4e26b27695c2b (diff) | |
download | linux-5814fc35e1837e30b82c3d57f41310d4c4c52824.tar.gz linux-5814fc35e1837e30b82c3d57f41310d4c4c52824.tar.bz2 linux-5814fc35e1837e30b82c3d57f41310d4c4c52824.zip |
mfd: AB8500 debugfs
This patch adds the possibility to read and write registers
via the debug_fs. It also adds ranges of registers sorted by bank
which makes it possible to read all defined registers in a bank.
Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index b1ad74da2351..f771c52c40db 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -69,6 +69,7 @@ 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 ab8500-spi.o +obj-$(CONFIG_AB8500_DEBUG) += ab8500-debugfs.o obj-$(CONFIG_MFD_TIMBERDALE) += timberdale.o obj-$(CONFIG_PMIC_ADP5520) += adp5520.o obj-$(CONFIG_LPC_SCH) += lpc_sch.o |