Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1241116 > unrolled thread

[PATCH] mfd: Make TPS6105X select REGMAP_I2C

Started byAxel Lin <axel.lin@ingics.com>
First post2015-10-07 03:20 +0200
Last post2015-10-13 10:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] mfd: Make TPS6105X select REGMAP_I2C Axel Lin <axel.lin@ingics.com> - 2015-10-07 03:20 +0200
    Re: [PATCH] mfd: Make TPS6105X select REGMAP_I2C Lee Jones <lee.jones@linaro.org> - 2015-10-13 10:50 +0200

#1241116 — [PATCH] mfd: Make TPS6105X select REGMAP_I2C

FromAxel Lin <axel.lin@ingics.com>
Date2015-10-07 03:20 +0200
Subject[PATCH] mfd: Make TPS6105X select REGMAP_I2C
Message-ID<qgLyF-6yy-1@gated-at.bofh.it>
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



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1245470

FromLee Jones <lee.jones@linaro.org>
Date2015-10-13 10:50 +0200
Message-ID<qj3rs-1kt-7@gated-at.bofh.it>
In reply to#1241116
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web