[linux-sunxi] Re: [PATCH v4 01/13] pinctrl: sunxi: Add A83T R_PIO controller

2016-03-22 Thread Linus Walleij
On Tue, Mar 22, 2016 at 2:12 PM, Linus Walleij wrote: > On Thu, Mar 17, 2016 at 4:34 PM, Vishnu Patekar > wrote: >> On Thu, Mar 17, 2016 at 10:51 PM, Linus Walleij > >>> I think I already merged this? >> >> AFAIK, this one is not yet merged. At least, you did not say it's merged. :) > > Sorry, co

[linux-sunxi] Re: [PATCH v4 01/13] pinctrl: sunxi: Add A83T R_PIO controller

2016-03-22 Thread Linus Walleij
On Thu, Mar 17, 2016 at 4:34 PM, Vishnu Patekar wrote: > On Thu, Mar 17, 2016 at 10:51 PM, Linus Walleij >> I think I already merged this? > > AFAIK, this one is not yet merged. At least, you did not say it's merged. :) Sorry, confused it with the plain A83T controller... Yours, Linus Walleij

[linux-sunxi] Re: [PATCH v4 01/13] pinctrl: sunxi: Add A83T R_PIO controller

2016-03-20 Thread Linus Walleij
On Wed, Mar 16, 2016 at 5:04 PM, Vishnu Patekar wrote: > The A83T has R_PIO pin controller, it's same as A23, execpt A83T > interrupt bit is 6th and A83T has one extra pin PL12. > > Signed-off-by: Vishnu Patekar > Acked-by: Chen-Yu Tsai > Acked-by: Rob Herring I think I already merged this?

[linux-sunxi] Re: [PATCH v4 01/13] pinctrl: sunxi: Add A83T R_PIO controller

2016-03-19 Thread Vishnu Patekar
Hello Linus, On Thu, Mar 17, 2016 at 10:51 PM, Linus Walleij wrote: > On Wed, Mar 16, 2016 at 5:04 PM, Vishnu Patekar > wrote: > >> The A83T has R_PIO pin controller, it's same as A23, execpt A83T >> interrupt bit is 6th and A83T has one extra pin PL12. >> >> Signed-off-by: Vishnu Patekar >> Ac