* [PATCH] pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAP
@ 2016-04-10 18:41 Alexander Kurz
2016-04-11 7:34 ` Philipp Zabel
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Alexander Kurz @ 2016-04-10 18:41 UTC (permalink / raw)
To: linux-gpio; +Cc: Linus Walleij, Shawn Guo, Philipp Zabel, Alexander Kurz
Regmap functionality has been integrated into pinctrl-imx.c with commit
8626ada8 which might trigger build failures when regmap is not selected
otherwise. Hence, make Kconfig aware about this new dependency.
Signed-off-by: Alexander Kurz <akurz@blala.de>
---
drivers/pinctrl/freescale/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/freescale/Kconfig b/drivers/pinctrl/freescale/Kconfig
index debe121..fc8cbf6 100644
--- a/drivers/pinctrl/freescale/Kconfig
+++ b/drivers/pinctrl/freescale/Kconfig
@@ -2,6 +2,7 @@ config PINCTRL_IMX
bool
select PINMUX
select PINCONF
+ select REGMAP
config PINCTRL_IMX1_CORE
bool
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAP
2016-04-10 18:41 [PATCH] pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAP Alexander Kurz
@ 2016-04-11 7:34 ` Philipp Zabel
2016-04-11 11:17 ` Shawn Guo
2016-04-14 12:19 ` Linus Walleij
2 siblings, 0 replies; 4+ messages in thread
From: Philipp Zabel @ 2016-04-11 7:34 UTC (permalink / raw)
To: Alexander Kurz; +Cc: linux-gpio, Linus Walleij, Shawn Guo
Hi Alexander,
Am Sonntag, den 10.04.2016, 20:41 +0200 schrieb Alexander Kurz:
> Regmap functionality has been integrated into pinctrl-imx.c with commit
> 8626ada8 which might trigger build failures when regmap is not selected
> otherwise. Hence, make Kconfig aware about this new dependency.
>
> Signed-off-by: Alexander Kurz <akurz@blala.de>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
thanks
Philipp
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAP
2016-04-10 18:41 [PATCH] pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAP Alexander Kurz
2016-04-11 7:34 ` Philipp Zabel
@ 2016-04-11 11:17 ` Shawn Guo
2016-04-14 12:19 ` Linus Walleij
2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2016-04-11 11:17 UTC (permalink / raw)
To: Alexander Kurz; +Cc: linux-gpio, Linus Walleij, Philipp Zabel
On Sun, Apr 10, 2016 at 08:41:38PM +0200, Alexander Kurz wrote:
> Regmap functionality has been integrated into pinctrl-imx.c with commit
> 8626ada8 which might trigger build failures when regmap is not selected
> otherwise. Hence, make Kconfig aware about this new dependency.
>
> Signed-off-by: Alexander Kurz <akurz@blala.de>
Acked-by: Shawn Guo <shawnguo@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAP
2016-04-10 18:41 [PATCH] pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAP Alexander Kurz
2016-04-11 7:34 ` Philipp Zabel
2016-04-11 11:17 ` Shawn Guo
@ 2016-04-14 12:19 ` Linus Walleij
2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2016-04-14 12:19 UTC (permalink / raw)
To: Alexander Kurz; +Cc: linux-gpio@vger.kernel.org, Shawn Guo, Philipp Zabel
On Sun, Apr 10, 2016 at 8:41 PM, Alexander Kurz <akurz@blala.de> wrote:
> Regmap functionality has been integrated into pinctrl-imx.c with commit
> 8626ada8 which might trigger build failures when regmap is not selected
> otherwise. Hence, make Kconfig aware about this new dependency.
>
> Signed-off-by: Alexander Kurz <akurz@blala.de>
Patch applied for fixes with the ACKs.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-14 12:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-10 18:41 [PATCH] pinctrl: imx: Kconfig: PINCTRL_IMX select REGMAP Alexander Kurz
2016-04-11 7:34 ` Philipp Zabel
2016-04-11 11:17 ` Shawn Guo
2016-04-14 12:19 ` Linus Walleij
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).