Re: [PATCH 2/2] ARM: nomadik: configure Nomadik for pin control

2012-08-10 Thread Stephen Warren
On 08/09/2012 04:43 PM, Linus Walleij wrote: > This converts the Nomadik to using pin control using the > driver for the STN8815 ASIC. > diff --git a/arch/arm/mach-nomadik/cpu-8815.c > b/arch/arm/mach-nomadik/cpu-8815.c > +static inline void > +cpu8815_add_pinctrl(struct device *parent, const

Re: [PATCH 2/2] ARM: nomadik: configure Nomadik for pin control

2012-08-10 Thread Stephen Warren
On 08/09/2012 04:43 PM, Linus Walleij wrote: This converts the Nomadik to using pin control using the driver for the STN8815 ASIC. diff --git a/arch/arm/mach-nomadik/cpu-8815.c b/arch/arm/mach-nomadik/cpu-8815.c +static inline void +cpu8815_add_pinctrl(struct device *parent, const char

[PATCH 2/2] ARM: nomadik: configure Nomadik for pin control

2012-08-09 Thread Linus Walleij
This converts the Nomadik to using pin control using the driver for the STN8815 ASIC. Signed-off-by: Linus Walleij --- arch/arm/Kconfig | 1 + arch/arm/mach-nomadik/board-nhk8815.c | 36 +++ arch/arm/mach-nomadik/cpu-8815.c | 13

[PATCH 2/2] ARM: nomadik: configure Nomadik for pin control

2012-08-09 Thread Linus Walleij
This converts the Nomadik to using pin control using the driver for the STN8815 ASIC. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- arch/arm/Kconfig | 1 + arch/arm/mach-nomadik/board-nhk8815.c | 36 +++