Re: [U-Boot] [PATCH v7 4/7] mips: ath79: add serial driver for ar933x SOC

2016-01-17 Thread Simon Glass
On 16 January 2016 at 11:13, Wills Wang wrote: > Reviewed-by: Thomas Chou > > Signed-off-by: Wills Wang > --- > > Changes in v7: > - remove map_physmem for debug port > > Changes in v6: > - Remove wait loop in putc and getc > - Use map_physmem instead of KSEG1ADDR > > Changes in v5: > - remove a

Re: [U-Boot] [PATCH v7 4/7] mips: ath79: add serial driver for ar933x SOC

2016-01-16 Thread Daniel Schwierzeck
Am Sonntag, den 17.01.2016, 02:13 +0800 schrieb Wills Wang: > Reviewed-by: Thomas Chou > > Signed-off-by: Wills Wang Reviewed-by: Daniel Schwierzeck nits below > --- > > Changes in v7: > - remove map_physmem for debug port > > Changes in v6: > - Remove wait loop in putc and getc > - Use ma

[U-Boot] [PATCH v7 4/7] mips: ath79: add serial driver for ar933x SOC

2016-01-16 Thread Wills Wang
Reviewed-by: Thomas Chou Signed-off-by: Wills Wang --- Changes in v7: - remove map_physmem for debug port Changes in v6: - Remove wait loop in putc and getc - Use map_physmem instead of KSEG1ADDR Changes in v5: - remove ar933x_serial_platdata - Import document "qca,ar9330-uart.txt" from kerne