Message ID | 1462176138-29433-4-git-send-email-carlo@caione.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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>
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,
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 --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.