From mboxrd@z Thu Jan 1 00:00:00 1970 From: jacmet@sunsite.dk (Peter Korsgaard) Date: Fri, 02 Mar 2012 15:00:04 +0100 Subject: [PATCH v6 1/2] mfd: Add anatop mfd driver In-Reply-To: <1330671641-6439-1-git-send-email-paul.liu@linaro.org> (Ying-Chun Liu's message of "Fri, 2 Mar 2012 15:00:40 +0800") References: <1330593052-15184-1-git-send-email-paul.liu@linaro.org> <1330671641-6439-1-git-send-email-paul.liu@linaro.org> Message-ID: <87fwdrhzmj.fsf@macbook.be.48ers.dk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org >>>>> "Y" == Ying-Chun Liu (PaulLiu) writes: Hi, Y> From: "Ying-Chun Liu (PaulLiu)" 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) Y> Cc: Samuel Ortiz Y> Cc: Mark Brown Y> Cc: Shawn Guo 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 , not spaces. -- Bye, Peter Korsgaard From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932315Ab2CBOAW (ORCPT ); Fri, 2 Mar 2012 09:00:22 -0500 Received: from mail-ww0-f44.google.com ([74.125.82.44]:37935 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755132Ab2CBOAV (ORCPT ); Fri, 2 Mar 2012 09:00:21 -0500 Authentication-Results: mr.google.com; spf=pass (google.com: domain of jacmet@gmail.com designates 10.216.137.147 as permitted sender) smtp.mail=jacmet@gmail.com; dkim=pass header.i=jacmet@gmail.com From: Peter Korsgaard To: "Ying-Chun Liu \(PaulLiu\)" Cc: linux-arm-kernel@lists.infradead.org, linaro-dev@lists.linaro.org, Samuel Ortiz , patches@linaro.org, Mark Brown , linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 1/2] mfd: Add anatop mfd driver References: <1330593052-15184-1-git-send-email-paul.liu@linaro.org> <1330671641-6439-1-git-send-email-paul.liu@linaro.org> Date: Fri, 02 Mar 2012 15:00:04 +0100 In-Reply-To: <1330671641-6439-1-git-send-email-paul.liu@linaro.org> (Ying-Chun Liu's message of "Fri, 2 Mar 2012 15:00:40 +0800") Message-ID: <87fwdrhzmj.fsf@macbook.be.48ers.dk> User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>>>> "Y" == Ying-Chun Liu (PaulLiu) writes: Hi, Y> From: "Ying-Chun Liu (PaulLiu)" 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) Y> Cc: Samuel Ortiz Y> Cc: Mark Brown Y> Cc: Shawn Guo 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 , not spaces. -- Bye, Peter Korsgaard