Re: [PATCH] pinctrl: Iterate over u300_pmx_mask's in u300_pmx_endisable

2011-11-17 Thread Linus Walleij
On Tue, Nov 15, 2011 at 7:40 AM, Rajendra Nayak wrote: > Fix u300_pmx_endisable() to iterate over the list of 'bits' and > 'mask' populated as part of u300_pmx_functions.mask[] > > Signed-off-by: Rajendra Nayak > --- > Linus W, > I am not sure if this is a right fix. I just stumbled > upon this

[PATCH] pinctrl: Iterate over u300_pmx_mask's in u300_pmx_endisable

2011-11-14 Thread Rajendra Nayak
Fix u300_pmx_endisable() to iterate over the list of 'bits' and 'mask' populated as part of u300_pmx_functions.mask[] Signed-off-by: Rajendra Nayak --- Linus W, I am not sure if this is a right fix. I just stumbled upon this while looking at the u300 pinmux driver while I was writing one for OMAP