public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: wm8350-i2c: make sure the i2c regmap functions are compiled
@ 2016-07-29 19:29 Uwe Kleine-König
  2016-08-08  8:10 ` Charles Keepax
  2016-08-09 12:54 ` Lee Jones
  0 siblings, 2 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2016-07-29 19:29 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-kernel, kernel, Mark Brown

This fixes a compile failure:

	drivers/built-in.o: In function `wm8350_i2c_probe':
	core.c:(.text+0x828b0): undefined reference to `__devm_regmap_init_i2c'
	Makefile:953: recipe for target 'vmlinux' failed

Fixes: 52b461b86a9f ("mfd: Add regmap cache support for wm8350")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/mfd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 2d1fb6420592..580f4f280d6b 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1549,6 +1549,7 @@ config MFD_WM8350
 config MFD_WM8350_I2C
 	bool "Wolfson Microelectronics WM8350 with I2C"
 	select MFD_WM8350
+	select REGMAP_I2C
 	depends on I2C=y
 	help
 	  The WM8350 is an integrated audio and power management
-- 
2.8.1

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

* Re: [PATCH] mfd: wm8350-i2c: make sure the i2c regmap functions are compiled
  2016-07-29 19:29 [PATCH] mfd: wm8350-i2c: make sure the i2c regmap functions are compiled Uwe Kleine-König
@ 2016-08-08  8:10 ` Charles Keepax
  2016-08-09 12:54 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Charles Keepax @ 2016-08-08  8:10 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: Lee Jones, linux-kernel, kernel, Mark Brown

On Fri, Jul 29, 2016 at 09:29:15PM +0200, Uwe Kleine-König wrote:
> This fixes a compile failure:
> 
> 	drivers/built-in.o: In function `wm8350_i2c_probe':
> 	core.c:(.text+0x828b0): undefined reference to `__devm_regmap_init_i2c'
> 	Makefile:953: recipe for target 'vmlinux' failed
> 
> Fixes: 52b461b86a9f ("mfd: Add regmap cache support for wm8350")
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>

Thanks,
Charles

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

* Re: [PATCH] mfd: wm8350-i2c: make sure the i2c regmap functions are compiled
  2016-07-29 19:29 [PATCH] mfd: wm8350-i2c: make sure the i2c regmap functions are compiled Uwe Kleine-König
  2016-08-08  8:10 ` Charles Keepax
@ 2016-08-09 12:54 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2016-08-09 12:54 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: linux-kernel, kernel, Mark Brown

On Fri, 29 Jul 2016, Uwe Kleine-König wrote:

> This fixes a compile failure:
> 
> 	drivers/built-in.o: In function `wm8350_i2c_probe':
> 	core.c:(.text+0x828b0): undefined reference to `__devm_regmap_init_i2c'
> 	Makefile:953: recipe for target 'vmlinux' failed
> 
> Fixes: 52b461b86a9f ("mfd: Add regmap cache support for wm8350")
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  drivers/mfd/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 2d1fb6420592..580f4f280d6b 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -1549,6 +1549,7 @@ config MFD_WM8350
>  config MFD_WM8350_I2C
>  	bool "Wolfson Microelectronics WM8350 with I2C"
>  	select MFD_WM8350
> +	select REGMAP_I2C
>  	depends on I2C=y
>  	help
>  	  The WM8350 is an integrated audio and power management

-- 
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] 3+ messages in thread

end of thread, other threads:[~2016-08-09 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-29 19:29 [PATCH] mfd: wm8350-i2c: make sure the i2c regmap functions are compiled Uwe Kleine-König
2016-08-08  8:10 ` Charles Keepax
2016-08-09 12:54 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox