* [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF
@ 2012-11-12 2:00 Axel Lin
2012-11-12 2:01 ` [PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS " Axel Lin
2012-11-13 14:12 ` [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA " Linus Walleij
0 siblings, 2 replies; 4+ messages in thread
From: Axel Lin @ 2012-11-12 2:00 UTC (permalink / raw)
To: Linus Walleij; +Cc: Stephen Warren, linux-kernel
Then we can remove "select PINMUX && PINCONF" from PINCTRL_TEGRA{20,30}.
This simplifies the dependency.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/pinctrl/Kconfig | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 6d5a50b..007704f 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -158,17 +158,15 @@ config PINCTRL_SIRF
config PINCTRL_TEGRA
bool
+ select PINMUX
+ select PINCONF
config PINCTRL_TEGRA20
bool
- select PINMUX
- select PINCONF
select PINCTRL_TEGRA
config PINCTRL_TEGRA30
bool
- select PINMUX
- select PINCONF
select PINCTRL_TEGRA
config PINCTRL_U300
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF
2012-11-12 2:00 [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF Axel Lin
@ 2012-11-12 2:01 ` Axel Lin
2012-11-13 14:13 ` Linus Walleij
2012-11-13 14:12 ` [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA " Linus Walleij
1 sibling, 1 reply; 4+ messages in thread
From: Axel Lin @ 2012-11-12 2:01 UTC (permalink / raw)
To: Linus Walleij
Cc: Shawn Guo, Dong Aisheng, Devendra Naga, Stephen Warren,
linux-kernel
Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}.
This simplifies the dependency.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
---
drivers/pinctrl/Kconfig | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 007704f..0074873 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -100,17 +100,15 @@ config PINCTRL_MMP2
config PINCTRL_MXS
bool
+ select PINMUX
+ select PINCONF
config PINCTRL_IMX23
bool
- select PINMUX
- select PINCONF
select PINCTRL_MXS
config PINCTRL_IMX28
bool
- select PINMUX
- select PINCONF
select PINCTRL_MXS
config PINCTRL_NOMADIK
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF
2012-11-12 2:01 ` [PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS " Axel Lin
@ 2012-11-13 14:13 ` Linus Walleij
0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2012-11-13 14:13 UTC (permalink / raw)
To: Axel Lin
Cc: Shawn Guo, Dong Aisheng, Devendra Naga, Stephen Warren,
linux-kernel
On Mon, Nov 12, 2012 at 3:01 AM, Axel Lin <axel.lin@ingics.com> wrote:
> Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}.
> This simplifies the dependency.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> Acked-by: Shawn Guo <shawn.guo@linaro.org>
Patch applied (unless Shawn get upset).
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF
2012-11-12 2:00 [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF Axel Lin
2012-11-12 2:01 ` [PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS " Axel Lin
@ 2012-11-13 14:12 ` Linus Walleij
1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2012-11-13 14:12 UTC (permalink / raw)
To: Axel Lin; +Cc: Stephen Warren, linux-kernel
On Mon, Nov 12, 2012 at 3:00 AM, Axel Lin <axel.lin@ingics.com> wrote:
> Then we can remove "select PINMUX && PINCONF" from PINCTRL_TEGRA{20,30}.
> This simplifies the dependency.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Patch applied (unless Stephen get upset).
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-13 14:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 2:00 [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF Axel Lin
2012-11-12 2:01 ` [PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS " Axel Lin
2012-11-13 14:13 ` Linus Walleij
2012-11-13 14:12 ` [PATCH v2 1/2] pinctrl: tegra: Make PINCTRL_TEGRA " Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox