* [PATCH] regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
@ 2015-11-17 8:36 Henry Chen
2015-11-17 10:09 ` Matthias Brugger
0 siblings, 1 reply; 3+ messages in thread
From: Henry Chen @ 2015-11-17 8:36 UTC (permalink / raw)
To: linux-arm-kernel
This patch fix the below build error:
drivers/regulator/mt6311-regulator.c:111: undefined reference to `__devm_regmap_init_i2c'
Signed-off-by: Henry Chen <henryc.chen@mediatek.com>
---
drivers/regulator/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 8df0b0e..0067620 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -446,6 +446,7 @@ config REGULATOR_MC13892
config REGULATOR_MT6311
tristate "MediaTek MT6311 PMIC"
depends on I2C
+ select REGMAP_I2C
help
Say y here to select this option to enable the power regulator of
MediaTek MT6311 PMIC.
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
2015-11-17 8:36 [PATCH] regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C Henry Chen
@ 2015-11-17 10:09 ` Matthias Brugger
2015-11-17 10:55 ` Mark Brown
0 siblings, 1 reply; 3+ messages in thread
From: Matthias Brugger @ 2015-11-17 10:09 UTC (permalink / raw)
To: linux-arm-kernel
On 17/11/15 09:36, Henry Chen wrote:
> This patch fix the below build error:
> drivers/regulator/mt6311-regulator.c:111: undefined reference to `__devm_regmap_init_i2c'
>
> Signed-off-by: Henry Chen <henryc.chen@mediatek.com>
> ---
> drivers/regulator/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
> index 8df0b0e..0067620 100644
> --- a/drivers/regulator/Kconfig
> +++ b/drivers/regulator/Kconfig
> @@ -446,6 +446,7 @@ config REGULATOR_MC13892
> config REGULATOR_MT6311
> tristate "MediaTek MT6311 PMIC"
> depends on I2C
> + select REGMAP_I2C
> help
> Say y here to select this option to enable the power regulator of
> MediaTek MT6311 PMIC.
>
This should also be added to v4.3
I propose that you resend it adding the tag:
Cc: stable at vger.kernel.org
as explained in Documentation/stable_kernel_rules.txt
Regards,
Matthias
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
2015-11-17 10:09 ` Matthias Brugger
@ 2015-11-17 10:55 ` Mark Brown
0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2015-11-17 10:55 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Nov 17, 2015 at 11:09:12AM +0100, Matthias Brugger wrote:
> This should also be added to v4.3
> I propose that you resend it adding the tag:
> Cc: stable at vger.kernel.org
> as explained in Documentation/stable_kernel_rules.txt
Please don't, that just makes more work for me having to deal with two
copies of the mail.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151117/0bcdbd62/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-17 10:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-17 8:36 [PATCH] regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C Henry Chen
2015-11-17 10:09 ` Matthias Brugger
2015-11-17 10:55 ` Mark Brown
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).