Re: [PATCH] pinctrl: sh-pfc: r8a7795: Add bias pinconf support

2016-07-01 Thread Geert Uytterhoeven
Hi Ulrich, On Wed, Jun 29, 2016 at 6:06 PM, Ulrich Hecht wrote: > Implements pull-up and pull-down. On this SoC there is no simple mapping of > GP pins to bias register bits, so we need a table. Thanks for your patch! This covers bias for pins that can be used

Re: [PATCH] pinctrl: sh-pfc: r8a7795: Add bias pinconf support

2016-07-01 Thread Ulrich Hecht
On Fri, Jul 1, 2016 at 9:45 AM, Geert Uytterhoeven wrote: > Hi Ulrich, > > On Wed, Jun 29, 2016 at 6:06 PM, Ulrich Hecht > wrote: >> Implements pull-up and pull-down. On this SoC there is no simple mapping of >> GP pins to bias register bits,

[PATCH] pinctrl: sh-pfc: r8a7795: Add bias pinconf support

2016-06-29 Thread Ulrich Hecht
Implements pull-up and pull-down. On this SoC there is no simple mapping of GP pins to bias register bits, so we need a table. Signed-off-by: Ulrich Hecht --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 254 +-- 1 file changed, 242