From: Lee Jones <lee.jones@linaro.org>
To: Artem Savkov <asavkov@redhat.com>
Cc: beomho.seo@samsung.com, sameo@linux.intel.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ
Date: Thu, 5 Mar 2015 12:30:45 +0000 [thread overview]
Message-ID: <20150305123045.GC31098@x1> (raw)
In-Reply-To: <1425555747-26835-1-git-send-email-asavkov@redhat.com>
On Thu, 05 Mar 2015, Artem Savkov wrote:
> Since commit 0b2712585(linux-next.git) this driver uses regmap_irq and so needs
> to select REGMAP_IRQ.
>
> This fixes the following compilation errors:
> ERROR: "regmap_irq_get_domain" [drivers/mfd/rt5033.ko] undefined!
> ERROR: "regmap_add_irq_chip" [drivers/mfd/rt5033.ko] undefined!
>
> Signed-off-by: Artem Savkov <asavkov@redhat.com>
> ---
> drivers/mfd/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks.
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index f8ef77d9a..f49f404 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -680,6 +680,7 @@ config MFD_RT5033
> depends on I2C=y
> select MFD_CORE
> select REGMAP_I2C
> + select REGMAP_IRQ
> help
> This driver provides for the Richtek RT5033 Power Management IC,
> which includes the I2C driver and the Core APIs. This driver provides
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
prev parent reply other threads:[~2015-03-05 12:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-05 11:42 [PATCH] mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ Artem Savkov
2015-03-05 12:30 ` Lee Jones [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150305123045.GC31098@x1 \
--to=lee.jones@linaro.org \
--cc=asavkov@redhat.com \
--cc=beomho.seo@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sameo@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.