]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: Break out ab5500 debugfs code
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 22 Sep 2011 06:22:33 +0000 (08:22 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 6 Oct 2011 14:44:03 +0000 (16:44 +0200)
commit0d125ef827d9a3dc5930dcce62b814fb1dac6519
treee6a2778b3caf1dd46a58b0574f4964e205af8ba6
parentf12ab55bf2f7f49e130a192e6984cf64cb012b2e
mfd: Break out ab5500 debugfs code

This breaks the debugfs portions of the AB5500 driver into its own
file. Split off a _raw function to access registers since we don't
want to expose a generically named function globally. Move all
required data structures to a shared ab5500-core.h file.

Cc: Mattias Wallin <mattias.wallin@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/ab5500-core.c
drivers/mfd/ab5500-core.h [new file with mode: 0644]
drivers/mfd/ab5500-debugfs.c [new file with mode: 0644]
drivers/mfd/ab5500-debugfs.h [new file with mode: 0644]