diff mbox

[v2,3/4] ARM64: Kconfig: Select the Amlogic Meson pin controller driver

Message ID 1462176138-29433-4-git-send-email-carlo@caione.org (mailing list archive)
State New, archived
Headers show

Commit Message

Carlo Caione May 2, 2016, 8:02 a.m. UTC
From: Carlo Caione <carlo@endlessm.com>

Select the Meson pin controller driver also for the AArch64 Meson
platform.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
---
 arch/arm64/Kconfig.platforms | 2 ++
 1 file changed, 2 insertions(+)

Comments

Linus Walleij May 11, 2016, 8:53 a.m. UTC | #1
On Mon, May 2, 2016 at 10:02 AM, Carlo Caione <carlo@caione.org> wrote:

> From: Carlo Caione <carlo@endlessm.com>
>
> Select the Meson pin controller driver also for the AArch64 Meson
> platform.
>
> Signed-off-by: Carlo Caione <carlo@endlessm.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

I guess this should get merged through the ARM SoC tree.

Yours,
Linus Walleij
Arnd Bergmann May 11, 2016, 10:56 a.m. UTC | #2
On Wednesday 11 May 2016 10:53:35 Linus Walleij wrote:
> On Mon, May 2, 2016 at 10:02 AM, Carlo Caione <carlo@caione.org> wrote:
> 
> > From: Carlo Caione <carlo@endlessm.com>
> >
> > Select the Meson pin controller driver also for the AArch64 Meson
> > platform.
> >
> > Signed-off-by: Carlo Caione <carlo@endlessm.com>
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> I guess this should get merged through the ARM SoC tree.
> 

I'd keep it together with the other changes for clarity and
merge it through your tree.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Carlo Caione May 11, 2016, 6:41 p.m. UTC | #3
On Wed, May 11, 2016 at 12:56 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Wednesday 11 May 2016 10:53:35 Linus Walleij wrote:
>> On Mon, May 2, 2016 at 10:02 AM, Carlo Caione <carlo@caione.org> wrote:
>>
>> > From: Carlo Caione <carlo@endlessm.com>
>> >
>> > Select the Meson pin controller driver also for the AArch64 Meson
>> > platform.
>> >
>> > Signed-off-by: Carlo Caione <carlo@endlessm.com>
>>
>> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>>
>> I guess this should get merged through the ARM SoC tree.
>>
>
> I'd keep it together with the other changes for clarity and
> merge it through your tree.

Linus,
did you take it? otherwise I can merge it through my repo.

Cheers,
Linus Walleij May 23, 2016, 1:49 p.m. UTC | #4
On Wed, May 11, 2016 at 8:41 PM, Carlo Caione <carlo@caione.org> wrote:
> On Wed, May 11, 2016 at 12:56 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>> On Wednesday 11 May 2016 10:53:35 Linus Walleij wrote:
>>> On Mon, May 2, 2016 at 10:02 AM, Carlo Caione <carlo@caione.org> wrote:
>>>
>>> > From: Carlo Caione <carlo@endlessm.com>
>>> >
>>> > Select the Meson pin controller driver also for the AArch64 Meson
>>> > platform.
>>> >
>>> > Signed-off-by: Carlo Caione <carlo@endlessm.com>
>>>
>>> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>>>
>>> I guess this should get merged through the ARM SoC tree.
>>>
>>
>> I'd keep it together with the other changes for clarity and
>> merge it through your tree.
>
> Linus,
> did you take it? otherwise I can merge it through my repo.

Nope didn't pick this one. I prefer to not take such patches
since they tend to generate collissions. Please take this
through ARM SoC.

Yours,
Linus Walleij
diff mbox

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 54967ff..fc051f0 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -65,6 +65,8 @@  config ARCH_MEDIATEK
 
 config ARCH_MESON
 	bool "Amlogic Platforms"
+	select PINCTRL
+	select PINCTRL_MESON
 	help
 	  This enables support for the Amlogic S905 SoCs.