Re: [PATCH] pinctrl/nomadik: support other alternate-C functions

2012-10-11 Thread Arnd Bergmann
On Tuesday 02 October 2012, Linus Walleij wrote: > --- a/drivers/pinctrl/pinctrl-nomadik.c > +++ b/drivers/pinctrl/pinctrl-nomadik.c > @@ -30,6 +30,7 @@ > #include > /* Since we request GPIOs from ourself */ > #include > +#include > > #include > This patch just showed up in linux-next

[PATCH] pinctrl/nomadik: support other alternate-C functions

2012-10-02 Thread Linus Walleij
From: Jean-Nicolas Graux Upgrade nomadik pinctrl driver to enable selection of other alternate-C[1-4] functions on some specific ux500 SoC pins. Handling of those functions is done thanks to PRCM GPIOCR registers. This was previously managed in PRCMU driver and it was not really convenient. Idea