Re: [PATCH 01/11] PINCTRL: lantiq: pinconf uses port instead of pin

2013-02-05 Thread Linus Walleij
On Tue, Feb 5, 2013 at 4:00 PM, John Crispin wrote: > On 05/02/13 15:59, Linus Walleij wrote: >> >> Can I just move all these fixes over to the devel >> branch? > > I don't consider any of this as rc material. > sorry I should have put that in a cover letter. Ah, OK thanks, I'll put it into the d

Re: [PATCH 01/11] PINCTRL: lantiq: pinconf uses port instead of pin

2013-02-05 Thread John Crispin
On 05/02/13 15:59, Linus Walleij wrote: Can I just move all these fixes over to the devel branch? Hi, I don't consider any of this as rc material. sorry I should have put that in a cover letter. John -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH 01/11] PINCTRL: lantiq: pinconf uses port instead of pin

2013-02-05 Thread Linus Walleij
On Tue, Feb 5, 2013 at 3:39 PM, Linus Walleij wrote: > On Fri, Feb 1, 2013 at 1:04 PM, John Crispin wrote: > >> The XWAY pinctrl driver invalidly uses the port and not the pin number to >> work >> out the registeres and bits to be set for the opendrain and pullup/down >> resistors. >> >> Signed-

Re: [PATCH 01/11] PINCTRL: lantiq: pinconf uses port instead of pin

2013-02-05 Thread Linus Walleij
On Fri, Feb 1, 2013 at 1:04 PM, John Crispin wrote: > The XWAY pinctrl driver invalidly uses the port and not the pin number to work > out the registeres and bits to be set for the opendrain and pullup/down > resistors. > > Signed-off-by: John Crispin Applied for fixes. Thanks, Linus Walleij -

[PATCH 01/11] PINCTRL: lantiq: pinconf uses port instead of pin

2013-02-01 Thread John Crispin
The XWAY pinctrl driver invalidly uses the port and not the pin number to work out the registeres and bits to be set for the opendrain and pullup/down resistors. Signed-off-by: John Crispin --- drivers/pinctrl/pinctrl-xway.c | 28 ++-- 1 file changed, 14 insertions(+),