* [PATCH] arm: renesas: select PINCTRL for Renesas SoC
@ 2015-11-27 18:27 Ben Dooks
2015-11-28 9:15 ` Geert Uytterhoeven
0 siblings, 1 reply; 4+ messages in thread
From: Ben Dooks @ 2015-11-27 18:27 UTC (permalink / raw)
To: linux-arm-kernel
If Renesas SoCs are the only devices selected then the
pinctrl core is not selected and the renesas pfc controller
will not get included in the kernel.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 25a9031..fc3d692 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -72,6 +72,7 @@ config ARCH_SHMOBILE
config ARCH_RENESAS
bool "Renesas SoC Platform"
select ARCH_SHMOBILE
+ select PINCTRL
select PM_GENERIC_DOMAINS if PM
help
This enables support for the ARMv8 based Renesas SoCs.
--
2.6.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] arm: renesas: select PINCTRL for Renesas SoC
2015-11-27 18:27 [PATCH] arm: renesas: select PINCTRL for Renesas SoC Ben Dooks
@ 2015-11-28 9:15 ` Geert Uytterhoeven
2015-11-30 10:34 ` Ben Dooks
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2015-11-28 9:15 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Nov 27, 2015 at 7:27 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote:
> If Renesas SoCs are the only devices selected then the
> pinctrl core is not selected and the renesas pfc controller
> will not get included in the kernel.
>
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> ---
> arch/arm64/Kconfig.platforms | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 25a9031..fc3d692 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -72,6 +72,7 @@ config ARCH_SHMOBILE
> config ARCH_RENESAS
> bool "Renesas SoC Platform"
> select ARCH_SHMOBILE
> + select PINCTRL
This was added quite a while ago. renesas-devel-20151123-v4.4-rc2 has it.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] arm: renesas: select PINCTRL for Renesas SoC
2015-11-28 9:15 ` Geert Uytterhoeven
@ 2015-11-30 10:34 ` Ben Dooks
2015-11-30 10:50 ` Geert Uytterhoeven
0 siblings, 1 reply; 4+ messages in thread
From: Ben Dooks @ 2015-11-30 10:34 UTC (permalink / raw)
To: linux-arm-kernel
On 28/11/15 09:15, Geert Uytterhoeven wrote:
> On Fri, Nov 27, 2015 at 7:27 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote:
>> If Renesas SoCs are the only devices selected then the
>> pinctrl core is not selected and the renesas pfc controller
>> will not get included in the kernel.
>>
>> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
>> ---
>> arch/arm64/Kconfig.platforms | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
>> index 25a9031..fc3d692 100644
>> --- a/arch/arm64/Kconfig.platforms
>> +++ b/arch/arm64/Kconfig.platforms
>> @@ -72,6 +72,7 @@ config ARCH_SHMOBILE
>> config ARCH_RENESAS
>> bool "Renesas SoC Platform"
>> select ARCH_SHMOBILE
>> + select PINCTRL
>
> This was added quite a while ago. renesas-devel-20151123-v4.4-rc2 has it.
Hi, where is the tree?
--
Ben Dooks http://www.codethink.co.uk/
Senior Engineer Codethink - Providing Genius
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] arm: renesas: select PINCTRL for Renesas SoC
2015-11-30 10:34 ` Ben Dooks
@ 2015-11-30 10:50 ` Geert Uytterhoeven
0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2015-11-30 10:50 UTC (permalink / raw)
To: linux-arm-kernel
Hi Ben,
On Mon, Nov 30, 2015 at 11:34 AM, Ben Dooks <ben.dooks@codethink.co.uk> wrote:
> On 28/11/15 09:15, Geert Uytterhoeven wrote:
>> On Fri, Nov 27, 2015 at 7:27 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote:
>>> If Renesas SoCs are the only devices selected then the
>>> pinctrl core is not selected and the renesas pfc controller
>>> will not get included in the kernel.
>>>
>>> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
>>> ---
>>> arch/arm64/Kconfig.platforms | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
>>> index 25a9031..fc3d692 100644
>>> --- a/arch/arm64/Kconfig.platforms
>>> +++ b/arch/arm64/Kconfig.platforms
>>> @@ -72,6 +72,7 @@ config ARCH_SHMOBILE
>>> config ARCH_RENESAS
>>> bool "Renesas SoC Platform"
>>> select ARCH_SHMOBILE
>>> + select PINCTRL
>>
>> This was added quite a while ago. renesas-devel-20151123-v4.4-rc2 has it.
>
> Hi, where is the tree?
As usual, Simon's Renesas tree:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git
Which tree are you looking at?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-11-30 10:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 18:27 [PATCH] arm: renesas: select PINCTRL for Renesas SoC Ben Dooks
2015-11-28 9:15 ` Geert Uytterhoeven
2015-11-30 10:34 ` Ben Dooks
2015-11-30 10:50 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox