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


Groups > linux.kernel > #1246178 > unrolled thread

[PATCH 1/5] pinctrl: berlin: select the pinctrl driver according to the SoC used

Started byAntoine Tenart <antoine.tenart@free-electrons.com>
First post2015-10-13 23:40 +0200
Last post2015-10-16 16:20 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/5] pinctrl: berlin: select the pinctrl driver according to the SoC used Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-13 23:40 +0200
    Re: [PATCH 1/5] pinctrl: berlin: select the pinctrl driver according  to the SoC used Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-10-15 23:50 +0200
    Re: [PATCH 1/5] pinctrl: berlin: select the pinctrl driver according  to the SoC used Linus Walleij <linus.walleij@linaro.org> - 2015-10-16 16:20 +0200

#1246178 — [PATCH 1/5] pinctrl: berlin: select the pinctrl driver according to the SoC used

FromAntoine Tenart <antoine.tenart@free-electrons.com>
Date2015-10-13 23:40 +0200
Subject[PATCH 1/5] pinctrl: berlin: select the pinctrl driver according to the SoC used
Message-ID<qjfsB-28J-11@gated-at.bofh.it>
This patch prepares to remove the pinctrl driver selection from the
mach-berlin Kconfig. To do so, bool is replaced by def_bool.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
 drivers/pinctrl/berlin/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/pinctrl/berlin/Kconfig b/drivers/pinctrl/berlin/Kconfig
index 740a13675fd1..7eb4bb615867 100644
--- a/drivers/pinctrl/berlin/Kconfig
+++ b/drivers/pinctrl/berlin/Kconfig
@@ -6,15 +6,15 @@ config PINCTRL_BERLIN
 	select REGMAP_MMIO
 
 config PINCTRL_BERLIN_BG2
-	bool
+	def_bool MACH_BERLIN_BG2
 	select PINCTRL_BERLIN
 
 config PINCTRL_BERLIN_BG2CD
-	bool
+	def_bool MACH_BERLIN_BG2CD
 	select PINCTRL_BERLIN
 
 config PINCTRL_BERLIN_BG2Q
-	bool
+	def_bool MACH_BERLIN_BG2Q
 	select PINCTRL_BERLIN
 
 config PINCTRL_BERLIN_BG4CT
-- 
2.6.1

--
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]


#1248205 — Re: [PATCH 1/5] pinctrl: berlin: select the pinctrl driver according to the SoC used

FromSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Date2015-10-15 23:50 +0200
SubjectRe: [PATCH 1/5] pinctrl: berlin: select the pinctrl driver according to the SoC used
Message-ID<qjYzn-2nB-7@gated-at.bofh.it>
In reply to#1246178
On 13.10.2015 23:31, Antoine Tenart wrote:
> This patch prepares to remove the pinctrl driver selection from the
> mach-berlin Kconfig. To do so, bool is replaced by def_bool.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

> ---
>   drivers/pinctrl/berlin/Kconfig | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/pinctrl/berlin/Kconfig b/drivers/pinctrl/berlin/Kconfig
> index 740a13675fd1..7eb4bb615867 100644
> --- a/drivers/pinctrl/berlin/Kconfig
> +++ b/drivers/pinctrl/berlin/Kconfig
> @@ -6,15 +6,15 @@ config PINCTRL_BERLIN
>   	select REGMAP_MMIO
>
>   config PINCTRL_BERLIN_BG2
> -	bool
> +	def_bool MACH_BERLIN_BG2
>   	select PINCTRL_BERLIN
>
>   config PINCTRL_BERLIN_BG2CD
> -	bool
> +	def_bool MACH_BERLIN_BG2CD
>   	select PINCTRL_BERLIN
>
>   config PINCTRL_BERLIN_BG2Q
> -	bool
> +	def_bool MACH_BERLIN_BG2Q
>   	select PINCTRL_BERLIN
>
>   config PINCTRL_BERLIN_BG4CT
>

--
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] | [next] | [standalone]


#1248808 — Re: [PATCH 1/5] pinctrl: berlin: select the pinctrl driver according to the SoC used

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-10-16 16:20 +0200
SubjectRe: [PATCH 1/5] pinctrl: berlin: select the pinctrl driver according to the SoC used
Message-ID<qke1t-jy-41@gated-at.bofh.it>
In reply to#1246178
On Tue, Oct 13, 2015 at 11:31 PM, Antoine Tenart
<antoine.tenart@free-electrons.com> wrote:

> This patch prepares to remove the pinctrl driver selection from the
> mach-berlin Kconfig. To do so, bool is replaced by def_bool.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Patch applied with Sebastian's ACK.

Yours,
Linus Walleij
--
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