Re: [U-Boot] [PATCH v5 085/101] x86: apl: Add UART driver

2019-12-01 Thread Bin Meng
Hi Simon, On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > Add a driver for the Apollo Lake UART. It uses the standard ns16550 device > but also sets up the input clock with LPSS and supports configuration via > of-platdata. > > Signed-off-by: Simon Glass > --- > > Changes in v5: None > C

[U-Boot] [PATCH v5 085/101] x86: apl: Add UART driver

2019-11-24 Thread Simon Glass
Add a driver for the Apollo Lake UART. It uses the standard ns16550 device but also sets up the input clock with LPSS and supports configuration via of-platdata. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: - Add an extra comment to apl_uart_init() - Tidy up header guards -