]> Git Repo - linux.git/commit
mfd: Move ssbi driver into drivers/mfd
authorArnd Bergmann <[email protected]>
Mon, 29 Apr 2013 22:00:19 +0000 (00:00 +0200)
committerSamuel Ortiz <[email protected]>
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 <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Nicolas Pitre <[email protected]>
Acked-by: David Brown <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
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]
This page took 0.058798 seconds and 4 git commands to generate.