Re: [PATCH 1/2] pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33

2016-08-23 Thread Linus Walleij
On Tue, Aug 23, 2016 at 7:58 AM, Icenowy Zheng wrote: > PG8, PG9 is said to be the CTS/RTS pins for UART1 according to the A23/33 > datasheets. However, the function is wrongly named "uart2" in the pinctrl > driver. This patch fixes this by modifying them to be named "uart1". > > Signed-off-by: I

Re: [PATCH 1/2] pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33

2016-08-23 Thread Maxime Ripard
On Tue, Aug 23, 2016 at 11:27:10AM +0200, Linus Walleij wrote: > On Tue, Aug 23, 2016 at 8:47 AM, Maxime Ripard > wrote: > > On Tue, Aug 23, 2016 at 01:58:25PM +0800, Icenowy Zheng wrote: > >> PG8, PG9 is said to be the CTS/RTS pins for UART1 according to the A23/33 > >> datasheets. However, the f

Re: [PATCH 1/2] pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33

2016-08-23 Thread Linus Walleij
On Tue, Aug 23, 2016 at 8:47 AM, Maxime Ripard wrote: > On Tue, Aug 23, 2016 at 01:58:25PM +0800, Icenowy Zheng wrote: >> PG8, PG9 is said to be the CTS/RTS pins for UART1 according to the A23/33 >> datasheets. However, the function is wrongly named "uart2" in the pinctrl >> driver. This patch fix

Re: [PATCH 1/2] pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33

2016-08-22 Thread Maxime Ripard
Hi, On Tue, Aug 23, 2016 at 01:58:25PM +0800, Icenowy Zheng wrote: > PG8, PG9 is said to be the CTS/RTS pins for UART1 according to the A23/33 > datasheets. However, the function is wrongly named "uart2" in the pinctrl > driver. This patch fixes this by modifying them to be named "uart1". > > Sig