]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: pm8xxx: Move pm8xxx-irq.c contents into only driver that uses it
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 26 Feb 2014 18:59:19 +0000 (10:59 -0800)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Mar 2014 08:58:28 +0000 (08:58 +0000)
commitbc866fc7a8c4322de40b694ffcfcdda50ab82f35
tree08d0fdf2876fb8b318548e0b515c683656916bd2
parent89d68998308e16c49ce18b402d5f702d5a1767e5
mfd: pm8xxx: Move pm8xxx-irq.c contents into only driver that uses it

The pm8xxx-irq.c code is practically mandatory given that the
pm8921-core driver will WARN about it missing and the Kconfig
marks it as default y when a PM8xxx chips is enabled. The only
reason the file was split out was because we planned to support
other pm8xxx chips with different pm8xxx-core.c files. Now that
we have DT on ARM this isn't necessary because we should be able
to support all the ssbi based PM8xxx chips in one driver and one
file with no data bloat. Let's move this code into the only
driver that uses it right now (pm8921) so that it's always compiled when
needed. In the future we can rename pm8921-core.c to something
more generic.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/pm8921-core.c
drivers/mfd/pm8xxx-irq.c [deleted file]
include/linux/mfd/pm8xxx/irq.h