>>>>> "Y" == Ying-Chun Liu (PaulLiu) <[email protected]> writes:
Hi, Y> From: "Ying-Chun Liu (PaulLiu)" <[email protected]> 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) <[email protected]> Y> Cc: Samuel Ortiz <[email protected]> Y> Cc: Mark Brown <[email protected]> Y> Cc: Shawn Guo <[email protected]> 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 _______________________________________________ linaro-dev mailing list [email protected] http://lists.linaro.org/mailman/listinfo/linaro-dev
