* [PATCH] mfd: Make TPS6105X select REGMAP_I2C
@ 2015-10-07 1:18 Axel Lin
2015-10-13 8:46 ` Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2015-10-07 1:18 UTC (permalink / raw)
To: Lee Jones; +Cc: Denis Grigoryev, linux-kernel
This is required since
commit 7e5071199355 ("mfd: tps6105x: Use i2c regmap to access registers").
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/mfd/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 87e84e7..0063c92 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1070,6 +1070,7 @@ config MFD_PALMAS
config TPS6105X
tristate "TI TPS61050/61052 Boost Converters"
depends on I2C
+ select REGMAP_I2C
select REGULATOR
select MFD_CORE
select REGULATOR_FIXED_VOLTAGE
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mfd: Make TPS6105X select REGMAP_I2C
2015-10-07 1:18 [PATCH] mfd: Make TPS6105X select REGMAP_I2C Axel Lin
@ 2015-10-13 8:46 ` Lee Jones
0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2015-10-13 8:46 UTC (permalink / raw)
To: Axel Lin; +Cc: Denis Grigoryev, linux-kernel
On Wed, 07 Oct 2015, Axel Lin wrote:
> This is required since
> commit 7e5071199355 ("mfd: tps6105x: Use i2c regmap to access registers").
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
> drivers/mfd/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks.
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 87e84e7..0063c92 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -1070,6 +1070,7 @@ config MFD_PALMAS
> config TPS6105X
> tristate "TI TPS61050/61052 Boost Converters"
> depends on I2C
> + select REGMAP_I2C
> select REGULATOR
> select MFD_CORE
> select REGULATOR_FIXED_VOLTAGE
--
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-10-13 8:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07 1:18 [PATCH] mfd: Make TPS6105X select REGMAP_I2C Axel Lin
2015-10-13 8:46 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox