]> Pileus Git - ~andy/linux/commit
mfd: Move ssbi driver into drivers/mfd
authorArnd Bergmann <arnd@arndb.de>
Mon, 29 Apr 2013 22:00:19 +0000 (00:00 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 11 Jun 2013 17:27:51 +0000 (19:27 +0200)
commit45fcac1aad5d092f46fc95230aad818abb221b34
treecd9778e8dad966064b442bde464cde398d19d39e
parent317ddd256b9c24b0d78fa8018f80f1e495481a10
mfd: Move ssbi driver into drivers/mfd

There is no reason for ssbi to have its own top-level driver directory
when the only users of this interface are all MFD drivers. The only
mainline driver using it at the moment (PM8921) is marked broken and in
fact does not compile. I have verified that fixing the trivial build
breakage in pm8921 links in the new ssbi code just fine, but that
can be a separate patch.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/Kconfig
drivers/Makefile
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/ssbi.c [moved from drivers/ssbi/ssbi.c with 100% similarity]
drivers/ssbi/Kconfig [deleted file]
drivers/ssbi/Makefile [deleted file]