2015-11-05 06:48:46

by Masahiro Yamada

[permalink] [raw]
Subject: [PATCH] ARM: uniphier: select PINCTRL

The UniPhier SoCs support pinctrl drivers.

Signed-off-by: Masahiro Yamada <[email protected]>
---

arch/arm/mach-uniphier/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig
index b640458..82dddee 100644
--- a/arch/arm/mach-uniphier/Kconfig
+++ b/arch/arm/mach-uniphier/Kconfig
@@ -6,6 +6,7 @@ config ARCH_UNIPHIER
select ARM_GIC
select HAVE_ARM_SCU
select HAVE_ARM_TWD if SMP
+ select PINCTRL
help
Support for UniPhier SoC family developed by Socionext Inc.
(formerly, System LSI Business Division of Panasonic Corporation)
--
1.9.1


2015-12-18 06:04:15

by Masahiro Yamada

[permalink] [raw]
Subject: Re: [PATCH] ARM: uniphier: select PINCTRL

Please let me gently ping in case the maintainers might be away from keyboard
during the Christmas days.

I want this trivial one for the next merge window.

Thanks!


2015-11-05 15:47 GMT+09:00 Masahiro Yamada <[email protected]>:
> The UniPhier SoCs support pinctrl drivers.
>
> Signed-off-by: Masahiro Yamada <[email protected]>
> ---
>
> arch/arm/mach-uniphier/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig
> index b640458..82dddee 100644
> --- a/arch/arm/mach-uniphier/Kconfig
> +++ b/arch/arm/mach-uniphier/Kconfig
> @@ -6,6 +6,7 @@ config ARCH_UNIPHIER
> select ARM_GIC
> select HAVE_ARM_SCU
> select HAVE_ARM_TWD if SMP
> + select PINCTRL
> help
> Support for UniPhier SoC family developed by Socionext Inc.
> (formerly, System LSI Business Division of Panasonic Corporation)
> --


--
Best Regards
Masahiro Yamada

2015-12-20 21:46:54

by Olof Johansson

[permalink] [raw]
Subject: Re: [PATCH] ARM: uniphier: select PINCTRL

On Fri, Dec 18, 2015 at 03:03:59PM +0900, Masahiro Yamada wrote:
> Please let me gently ping in case the maintainers might be away from keyboard
> during the Christmas days.
>
> I want this trivial one for the next merge window.

Applied now. Thanks for the ping.


-Olof