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


Groups > linux.kernel > #1246175 > unrolled thread

[PATCH 4/5] pinctrl: berlin: Kconfig clean up

Started byAntoine Tenart <antoine.tenart@free-electrons.com>
First post2015-10-13 23:40 +0200
Last post2015-10-16 16:40 +0200
Articles 5 — 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 4/5] pinctrl: berlin: Kconfig clean up Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-13 23:40 +0200
    Re: [PATCH 4/5] pinctrl: berlin: Kconfig clean up Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-10-15 23:50 +0200
      Re: [PATCH 4/5] pinctrl: berlin: Kconfig clean up Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-16 08:40 +0200
    Re: [PATCH 4/5] pinctrl: berlin: Kconfig clean up Linus Walleij <linus.walleij@linaro.org> - 2015-10-16 16:30 +0200
      Re: [PATCH 4/5] pinctrl: berlin: Kconfig clean up Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-16 16:40 +0200

#1246175 — [PATCH 4/5] pinctrl: berlin: Kconfig clean up

FromAntoine Tenart <antoine.tenart@free-electrons.com>
Date2015-10-13 23:40 +0200
Subject[PATCH 4/5] pinctrl: berlin: Kconfig clean up
Message-ID<qjfsB-28J-5@gated-at.bofh.it>
Reorder the statements under the PINCTRL_BERLIN_BG4CT config
option to be consistent with the existing.

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

diff --git a/drivers/pinctrl/berlin/Kconfig b/drivers/pinctrl/berlin/Kconfig
index cf95b4d7f7e3..8fe6ad7795dc 100644
--- a/drivers/pinctrl/berlin/Kconfig
+++ b/drivers/pinctrl/berlin/Kconfig
@@ -21,8 +21,8 @@ config PINCTRL_BERLIN_BG2Q
 	select PINCTRL_BERLIN
 
 config PINCTRL_BERLIN_BG4CT
-	depends on OF
 	bool "Marvell berlin4ct pin controller driver"
+	depends on OF
 	select PINCTRL_BERLIN
 
 endif
-- 
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]


#1248208

FromSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Date2015-10-15 23:50 +0200
Message-ID<qjYzn-2nB-17@gated-at.bofh.it>
In reply to#1246175
On 13.10.2015 23:31, Antoine Tenart wrote:
> Reorder the statements under the PINCTRL_BERLIN_BG4CT config
> option to be consistent with the existing.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

If this is the only patch that requires the dependency with
Jisheng's pending patches, can you two agree on squashing it
into Jisheng's patch set?

Sebastian

> ---
>   drivers/pinctrl/berlin/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/berlin/Kconfig b/drivers/pinctrl/berlin/Kconfig
> index cf95b4d7f7e3..8fe6ad7795dc 100644
> --- a/drivers/pinctrl/berlin/Kconfig
> +++ b/drivers/pinctrl/berlin/Kconfig
> @@ -21,8 +21,8 @@ config PINCTRL_BERLIN_BG2Q
>   	select PINCTRL_BERLIN
>
>   config PINCTRL_BERLIN_BG4CT
> -	depends on OF
>   	bool "Marvell berlin4ct pin controller driver"
> +	depends on OF
>   	select PINCTRL_BERLIN
>
>   endif
>

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


#1248372

FromAntoine Tenart <antoine.tenart@free-electrons.com>
Date2015-10-16 08:40 +0200
Message-ID<qk6Qh-6ov-7@gated-at.bofh.it>
In reply to#1248208
Sebastian,

On Thu, Oct 15, 2015 at 11:46:15PM +0200, Sebastian Hesselbarth wrote:
> On 13.10.2015 23:31, Antoine Tenart wrote:
> >Reorder the statements under the PINCTRL_BERLIN_BG4CT config
> >option to be consistent with the existing.
> >
> >Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
> 
> If this is the only patch that requires the dependency with
> Jisheng's pending patches, can you two agree on squashing it
> into Jisheng's patch set?

Yes, this is the only one. Squashing them would be great!

Antoine

-- 
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
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]


#1248813

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-10-16 16:30 +0200
Message-ID<qkeb8-uX-9@gated-at.bofh.it>
In reply to#1246175
On Tue, Oct 13, 2015 at 11:31 PM, Antoine Tenart
<antoine.tenart@free-electrons.com> wrote:

> Reorder the statements under the PINCTRL_BERLIN_BG4CT config
> option to be consistent with the existing.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

I assume this was squashed into Jisheng's patchset as mentioned
in the thread because it doesn't apply after I applied Jisheng's
v7 patches.

So dropping this.

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


#1248821

FromAntoine Tenart <antoine.tenart@free-electrons.com>
Date2015-10-16 16:40 +0200
Message-ID<qkekO-GU-15@gated-at.bofh.it>
In reply to#1248813
Linus,

On Fri, Oct 16, 2015 at 04:22:35PM +0200, Linus Walleij wrote:
> On Tue, Oct 13, 2015 at 11:31 PM, Antoine Tenart
> <antoine.tenart@free-electrons.com> wrote:
> 
> > Reorder the statements under the PINCTRL_BERLIN_BG4CT config
> > option to be consistent with the existing.
> >
> > Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
> 
> I assume this was squashed into Jisheng's patchset as mentioned
> in the thread because it doesn't apply after I applied Jisheng's
> v7 patches.

Yes, this was squashed into Jisheng's series.

Antoine

-- 
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
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