All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ
@ 2015-03-05 11:42 Artem Savkov
  2015-03-05 12:30 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Artem Savkov @ 2015-03-05 11:42 UTC (permalink / raw)
  To: beomho.seo; +Cc: sameo, lee.jones, linux-kernel, Artem Savkov

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(+)

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
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ
  2015-03-05 11:42 [PATCH] mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ Artem Savkov
@ 2015-03-05 12:30 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2015-03-05 12:30 UTC (permalink / raw)
  To: Artem Savkov; +Cc: beomho.seo, sameo, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-05 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.