linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mfd randconfig fixes
@ 2014-06-05 21:24 Arnd Bergmann
  2014-06-05 21:24 ` [PATCH 1/3] mfd: UCB1x00: enable modular build Arnd Bergmann
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Arnd Bergmann @ 2014-06-05 21:24 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: Lee Jones, linux-kernel, linux-arm-kernel, Arnd Bergmann

Hi Samuel and Lee,

Here are three small bug fixes for problems I found during
randconfig testing in MFD. Please apply to an appropriate
tree.

Arnd Bergmann (3):
  mfd: UCB1x00: enable modular build
  mfd: davinci voicecodec need regmap_mmio
  mfd: STw481x: allow modular build

 drivers/mfd/Kconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
1.8.3.2


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

* [PATCH 1/3] mfd: UCB1x00: enable modular build
  2014-06-05 21:24 [PATCH 0/3] mfd randconfig fixes Arnd Bergmann
@ 2014-06-05 21:24 ` Arnd Bergmann
  2014-06-06  6:53   ` Lee Jones
  2014-06-05 21:24 ` [PATCH 2/3] mfd: davinci voicecodec need regmap_mmio Arnd Bergmann
  2014-06-05 21:24 ` [PATCH 3/3] mfd: STw481x: allow modular build Arnd Bergmann
  2 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2014-06-05 21:24 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: Lee Jones, linux-kernel, linux-arm-kernel, Arnd Bergmann

The UCB1200 / UCB1300 driver uses the MCP_SA11X0 driver, which
can be a loadable module, but this results in a link error
when UCB1200 itself is built-in:

drivers/built-in.o: In function `ucb1x00_io_set_dir':
:(.text+0x4a364): undefined reference to `mcp_reg_write'
drivers/built-in.o: In function `ucb1x00_io_write':
:(.text+0x4a3dc): undefined reference to `mcp_reg_write'
drivers/built-in.o: In function `ucb1x00_io_read':
:(.text+0x4a400): undefined reference to `mcp_reg_read'
drivers/built-in.o: In function `ucb1x00_adc_enable':
:(.text+0x4a460): undefined reference to `mcp_enable'
...

This can easily be resolved by making CONFIG_MCP_UCB1200 itself
a tristate option, since that causes Kconfig to track the
dependency correctly.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index ee8204c..4370692 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1248,7 +1248,7 @@ config MCP_SA11X0
 
 # Chip drivers
 config MCP_UCB1200
-	bool "Support for UCB1200 / UCB1300"
+	tristate "Support for UCB1200 / UCB1300"
 	depends on MCP_SA11X0
 	select MCP
 
-- 
1.8.3.2


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

* [PATCH 2/3] mfd: davinci voicecodec need regmap_mmio
  2014-06-05 21:24 [PATCH 0/3] mfd randconfig fixes Arnd Bergmann
  2014-06-05 21:24 ` [PATCH 1/3] mfd: UCB1x00: enable modular build Arnd Bergmann
@ 2014-06-05 21:24 ` Arnd Bergmann
  2014-06-06  6:54   ` Lee Jones
  2014-06-05 21:24 ` [PATCH 3/3] mfd: STw481x: allow modular build Arnd Bergmann
  2 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2014-06-05 21:24 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: Lee Jones, linux-kernel, linux-arm-kernel, Arnd Bergmann

Without REGMAP_MMIO, building that driver results in a link error:

drivers/built-in.o: In function `davinci_vc_probe':
:(.init.text+0x3c1c): undefined reference to `devm_regmap_init_mmio_clk'

This adds a Kconfig 'select' statement as the usual way to ensure
that REGMAP_MMIO is enabled.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/mfd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 4370692..2dd838f 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -760,6 +760,7 @@ config MFD_SYSCON
 config MFD_DAVINCI_VOICECODEC
 	tristate
 	select MFD_CORE
+	select REGMAP_MMIO
 
 config MFD_TI_AM335X_TSCADC
 	tristate "TI ADC / Touch Screen chip support"
-- 
1.8.3.2


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

* [PATCH 3/3] mfd: STw481x: allow modular build
  2014-06-05 21:24 [PATCH 0/3] mfd randconfig fixes Arnd Bergmann
  2014-06-05 21:24 ` [PATCH 1/3] mfd: UCB1x00: enable modular build Arnd Bergmann
  2014-06-05 21:24 ` [PATCH 2/3] mfd: davinci voicecodec need regmap_mmio Arnd Bergmann
@ 2014-06-05 21:24 ` Arnd Bergmann
  2014-06-06  6:54   ` Lee Jones
  2 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2014-06-05 21:24 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: Lee Jones, linux-kernel, linux-arm-kernel, Arnd Bergmann

This driver depends on I2C, which may be a loadable module.
While you'd probably want both to be built-in in practice,
allowing a modular build avoids possible randconfig link
errors.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 2dd838f..6cc4b6a 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1226,7 +1226,7 @@ config MFD_WM8994
 	  functionaltiy of the device other drivers must be enabled.
 
 config MFD_STW481X
-	bool "Support for ST Microelectronics STw481x"
+	tristate "Support for ST Microelectronics STw481x"
 	depends on I2C && ARCH_NOMADIK
 	select REGMAP_I2C
 	select MFD_CORE
-- 
1.8.3.2


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

* Re: [PATCH 1/3] mfd: UCB1x00: enable modular build
  2014-06-05 21:24 ` [PATCH 1/3] mfd: UCB1x00: enable modular build Arnd Bergmann
@ 2014-06-06  6:53   ` Lee Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2014-06-06  6:53 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Samuel Ortiz, linux-kernel, linux-arm-kernel

> The UCB1200 / UCB1300 driver uses the MCP_SA11X0 driver, which
> can be a loadable module, but this results in a link error
> when UCB1200 itself is built-in:
> 
> drivers/built-in.o: In function `ucb1x00_io_set_dir':
> :(.text+0x4a364): undefined reference to `mcp_reg_write'
> drivers/built-in.o: In function `ucb1x00_io_write':
> :(.text+0x4a3dc): undefined reference to `mcp_reg_write'
> drivers/built-in.o: In function `ucb1x00_io_read':
> :(.text+0x4a400): undefined reference to `mcp_reg_read'
> drivers/built-in.o: In function `ucb1x00_adc_enable':
> :(.text+0x4a460): undefined reference to `mcp_enable'
> ...
> 
> This can easily be resolved by making CONFIG_MCP_UCB1200 itself
> a tristate option, since that causes Kconfig to track the
> dependency correctly.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>  drivers/mfd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index ee8204c..4370692 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -1248,7 +1248,7 @@ config MCP_SA11X0
>  
>  # Chip drivers
>  config MCP_UCB1200
> -	bool "Support for UCB1200 / UCB1300"
> +	tristate "Support for UCB1200 / UCB1300"
>  	depends on MCP_SA11X0
>  	select MCP
>  

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

* Re: [PATCH 2/3] mfd: davinci voicecodec need regmap_mmio
  2014-06-05 21:24 ` [PATCH 2/3] mfd: davinci voicecodec need regmap_mmio Arnd Bergmann
@ 2014-06-06  6:54   ` Lee Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2014-06-06  6:54 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Samuel Ortiz, linux-kernel, linux-arm-kernel

On Thu, 05 Jun 2014, Arnd Bergmann wrote:

> Without REGMAP_MMIO, building that driver results in a link error:
> 
> drivers/built-in.o: In function `davinci_vc_probe':
> :(.init.text+0x3c1c): undefined reference to `devm_regmap_init_mmio_clk'
> 
> This adds a Kconfig 'select' statement as the usual way to ensure
> that REGMAP_MMIO is enabled.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>  drivers/mfd/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 4370692..2dd838f 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -760,6 +760,7 @@ config MFD_SYSCON
>  config MFD_DAVINCI_VOICECODEC
>  	tristate
>  	select MFD_CORE
> +	select REGMAP_MMIO
>  
>  config MFD_TI_AM335X_TSCADC
>  	tristate "TI ADC / Touch Screen chip support"

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

* Re: [PATCH 3/3] mfd: STw481x: allow modular build
  2014-06-05 21:24 ` [PATCH 3/3] mfd: STw481x: allow modular build Arnd Bergmann
@ 2014-06-06  6:54   ` Lee Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2014-06-06  6:54 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Samuel Ortiz, linux-kernel, linux-arm-kernel

On Thu, 05 Jun 2014, Arnd Bergmann wrote:

> This driver depends on I2C, which may be a loadable module.
> While you'd probably want both to be built-in in practice,
> allowing a modular build avoids possible randconfig link
> errors.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>  drivers/mfd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 2dd838f..6cc4b6a 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -1226,7 +1226,7 @@ config MFD_WM8994
>  	  functionaltiy of the device other drivers must be enabled.
>  
>  config MFD_STW481X
> -	bool "Support for ST Microelectronics STw481x"
> +	tristate "Support for ST Microelectronics STw481x"
>  	depends on I2C && ARCH_NOMADIK
>  	select REGMAP_I2C
>  	select MFD_CORE

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

end of thread, other threads:[~2014-06-06  6:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-05 21:24 [PATCH 0/3] mfd randconfig fixes Arnd Bergmann
2014-06-05 21:24 ` [PATCH 1/3] mfd: UCB1x00: enable modular build Arnd Bergmann
2014-06-06  6:53   ` Lee Jones
2014-06-05 21:24 ` [PATCH 2/3] mfd: davinci voicecodec need regmap_mmio Arnd Bergmann
2014-06-06  6:54   ` Lee Jones
2014-06-05 21:24 ` [PATCH 3/3] mfd: STw481x: allow modular build Arnd Bergmann
2014-06-06  6: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;
as well as URLs for NNTP newsgroup(s).