[PATCH v6 1/2] mfd: Add anatop mfd driver
From: jacmet@sunsite.dk (Peter Korsgaard)
Date: 2012-03-02 14:00:22
Also in:
lkml
quoted
quoted
quoted
quoted
"Y" == Ying-Chun Liu (PaulLiu) [off-list ref] writes:
Hi, Y> From: "Ying-Chun Liu (PaulLiu)" [off-list ref] Y> Anatop is a mfd chip embedded in Freescale i.MX6Q SoC. Y> Anatop provides regulators and thermal. Y> This driver handles the address space and the operation of the mfd device. Y> Signed-off-by: Ying-Chun Liu (PaulLiu) [off-list ref] Y> Cc: Samuel Ortiz [off-list ref] Y> Cc: Mark Brown [off-list ref] Y> Cc: Shawn Guo [off-list ref] Y> --- Y> drivers/mfd/Kconfig | 6 ++ Y> drivers/mfd/Makefile | 1 + Y> drivers/mfd/anatop-mfd.c | 142 ++++++++++++++++++++++++++++++++++++++++++++ Y> include/linux/mfd/anatop.h | 40 ++++++++++++ Y> 4 files changed, 189 insertions(+), 0 deletions(-) Y> create mode 100644 drivers/mfd/anatop-mfd.c Y> create mode 100644 include/linux/mfd/anatop.h Y> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig Y> index f147395..f787d17 100644 Y> --- a/drivers/mfd/Kconfig Y> +++ b/drivers/mfd/Kconfig Y> @@ -830,6 +830,12 @@ config MFD_INTEL_MSIC Y> Passage) chip. This chip embeds audio, battery, GPIO, etc. Y> devices used in Intel Medfield platforms. Y> +config MFD_ANATOP Y> + bool "Support for Anatop" Y> + depends on SOC_IMX6Q The bool line should be indented with a <tab>, not spaces. -- Bye, Peter Korsgaard