Re: [PATCH 2/2] pinctrl: abx500: fix abx500_pin_config_set()

2013-06-20 Thread Patrice Chotard
On Thu, Jun 20, 2013 at 10:18 AM, Fabio Baltieri wrote: > On Thu, Jun 20, 2013 at 09:23:22AM +0200, patrice.chotard...@gmail.com wrote: >> From: Patrice Chotard >> >> _ Update abx500_pin_config_set() in order to take in >> account PIN_CONFIG_BIAS_DISABLE state to disable >> pull up or pull down.

Re: [PATCH 2/2] pinctrl: abx500: fix abx500_pin_config_set()

2013-06-20 Thread Fabio Baltieri
On Thu, Jun 20, 2013 at 09:23:22AM +0200, patrice.chotard...@gmail.com wrote: > From: Patrice Chotard > > _ Update abx500_pin_config_set() in order to take in > account PIN_CONFIG_BIAS_DISABLE state to disable > pull up or pull down. > > _ Rework error path. > > Signed-off-by: Patrice Chotard

[PATCH 2/2] pinctrl: abx500: fix abx500_pin_config_set()

2013-06-20 Thread patrice.chotard.st
From: Patrice Chotard _ Update abx500_pin_config_set() in order to take in account PIN_CONFIG_BIAS_DISABLE state to disable pull up or pull down. _ Rework error path. Signed-off-by: Patrice Chotard --- drivers/pinctrl/pinctrl-abx500.c | 31 +-- 1 file changed, 25