Re: [PATCH] pinctrl: pinmux: Don't free pins requested by other devices

2013-08-07 Thread Sonic Zhang
Hi Linus, On Thu, Aug 8, 2013 at 12:23 AM, Linus Walleij wrote: > On Wed, Jul 17, 2013 at 7:31 AM, Sonic Zhang wrote: > > I'd like Stephen and Axel to have a look at this as well... > >> From: Sonic Zhang >> >> in pinmux_disable_setting after current device fails to request >> the same pins. >>

Re: [PATCH] pinctrl: pinmux: Don't free pins requested by other devices

2013-08-07 Thread Sonic Zhang
Hi Stephen, On Thu, Aug 8, 2013 at 1:09 AM, Stephen Warren wrote: > On 08/07/2013 10:23 AM, Linus Walleij wrote: >> On Wed, Jul 17, 2013 at 7:31 AM, Sonic Zhang wrote: >> >> I'd like Stephen and Axel to have a look at this as well... >> >>> From: Sonic Zhang >>> >>> in pinmux_disable_setting af

Re: [PATCH] pinctrl: pinmux: Don't free pins requested by other devices

2013-08-07 Thread Stephen Warren
On 08/07/2013 10:23 AM, Linus Walleij wrote: > On Wed, Jul 17, 2013 at 7:31 AM, Sonic Zhang wrote: > > I'd like Stephen and Axel to have a look at this as well... > >> From: Sonic Zhang >> >> in pinmux_disable_setting after current device fails to request >> the same pins. >> >> Signed-off-by:

Re: [PATCH] pinctrl: pinmux: Don't free pins requested by other devices

2013-08-07 Thread Linus Walleij
On Wed, Jul 17, 2013 at 7:31 AM, Sonic Zhang wrote: I'd like Stephen and Axel to have a look at this as well... > From: Sonic Zhang > > in pinmux_disable_setting after current device fails to request > the same pins. > > Signed-off-by: Sonic Zhang I don't quite understand the patch. Can you p

Re: [PATCH] pinctrl: pinmux: Don't free pins requested by other devices

2013-07-23 Thread Sonic Zhang
Ping On Wed, Jul 17, 2013 at 1:31 PM, Sonic Zhang wrote: > From: Sonic Zhang > > in pinmux_disable_setting after current device fails to request > the same pins. > > Signed-off-by: Sonic Zhang > --- > drivers/pinctrl/pinmux.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > >