]> git.baikalelectronics.ru Git - kernel.git/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)
commit70d5fc605bc3a2232ca48e0f66177ca7e711f221
treecd9778e8dad966064b442bde464cde398d19d39e
parent9e1371520a92846c7d09a055043a55a8e212b7aa
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 [new file with mode: 0644]
drivers/ssbi/Kconfig [deleted file]
drivers/ssbi/Makefile [deleted file]
drivers/ssbi/ssbi.c [deleted file]