]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 16 May 2013 09:48:28 +0000 (11:48 +0200)
commitc6bda3610a456c7d41d4fedd829235fe1f154b8b
treeb987fc0e99f4715bb71103389b2927945e95b1af
parentf722406faae2d073cc1d01063d1123c35425939e
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]