Skip to content

Commit

Permalink
mfd: anatop-mfd: remove anatop driver
Browse files Browse the repository at this point in the history
The anatop registers are accessed via syscon now, no one will use
mfd anatop driver anymore, remove it.

Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Dong Aisheng authored and Samuel Ortiz committed Sep 17, 2012
1 parent baa6415 commit 4adcefd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 173 deletions.
8 changes: 0 additions & 8 deletions drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -996,14 +996,6 @@ config MFD_STA2X11
depends on STA2X11
select MFD_CORE

config MFD_ANATOP
bool "Support for Freescale i.MX on-chip ANATOP controller"
depends on SOC_IMX6Q
help
Select this option to enable Freescale i.MX on-chip ANATOP
MFD controller. This controller embeds regulator and
thermal devices for Freescale i.MX platforms.

config MFD_SYSCON
bool "System Controller Register R/W Based on Regmap"
depends on OF
Expand Down
1 change: 0 additions & 1 deletion drivers/mfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,5 @@ obj-$(CONFIG_MFD_INTEL_MSIC) += intel_msic.o
obj-$(CONFIG_MFD_PALMAS) += palmas.o
obj-$(CONFIG_MFD_RC5T583) += rc5t583.o rc5t583-irq.o
obj-$(CONFIG_MFD_SEC_CORE) += sec-core.o sec-irq.o
obj-$(CONFIG_MFD_ANATOP) += anatop-mfd.o
obj-$(CONFIG_MFD_SYSCON) += syscon.o
obj-$(CONFIG_MFD_LM3533) += lm3533-core.o lm3533-ctrlbank.o
124 changes: 0 additions & 124 deletions drivers/mfd/anatop-mfd.c

This file was deleted.

40 changes: 0 additions & 40 deletions include/linux/mfd/anatop.h

This file was deleted.

0 comments on commit 4adcefd

Please sign in to comment.