Re: [PATCH v5] pinctrl: to avoid duplicated calling enable_pinmux_setting for a pin

2014-06-06 Thread Heiko Stübner
Am Donnerstag, 5. Juni 2014, 14:50:40 schrieb f...@marvell.com: > From: Fan Wu > > What the patch did: > 1.To call pinmux_disable_setting ahead of pinmux_enable_setting in each time > of calling pinctrl_select_state > 2.Remove the HW disable operation in in pinmux_disable_setting function. > 3.Re

Re: [PATCH v5] pinctrl: to avoid duplicated calling enable_pinmux_setting for a pin

2014-06-06 Thread Patrice Chotard
Hi Fan On 06/05/2014 08:50 AM, f...@marvell.com wrote: From: Fan Wu What the patch did: 1.To call pinmux_disable_setting ahead of pinmux_enable_setting in each time of calling pinctrl_select_state 2.Remove the HW disable operation in in pinmux_disable_setting function. 3.Remove the disable

Re: [PATCH v5] pinctrl: to avoid duplicated calling enable_pinmux_setting for a pin

2014-06-05 Thread Stephen Warren
On 06/05/2014 12:50 AM, f...@marvell.com wrote: > From: Fan Wu > > What the patch did: > 1.To call pinmux_disable_setting ahead of pinmux_enable_setting in each time > of > calling pinctrl_select_state > 2.Remove the HW disable operation in in pinmux_disable_setting function. > 3.Remove the di

Re: [PATCH v5] pinctrl: to avoid duplicated calling enable_pinmux_setting for a pin

2014-06-05 Thread Maxime Coquelin
Hi Fan, On 06/05/2014 08:50 AM, f...@marvell.com wrote: From: Fan Wu What the patch did: 1.To call pinmux_disable_setting ahead of pinmux_enable_setting in each time of calling pinctrl_select_state 2.Remove the HW disable operation in in pinmux_disable_setting function. 3.Remove the disable

[PATCH v5] pinctrl: to avoid duplicated calling enable_pinmux_setting for a pin

2014-06-04 Thread fwu
From: Fan Wu What the patch did: 1.To call pinmux_disable_setting ahead of pinmux_enable_setting in each time of calling pinctrl_select_state 2.Remove the HW disable operation in in pinmux_disable_setting function. 3.Remove the disable ops in struct pinmux_ops 4.Remove all the disable ops users