[PATCH v6 085/102] x86: apl: Add UART driver

2019-12-06 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 v6: - Drop code to handle !CONFIG_OF_TRANSLATE case - Update comment to reference board_debu

Re: [PATCH v6 085/102] x86: apl: Add UART driver

2019-12-08 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:54 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 v6: > - Drop code to han

Re: [PATCH v6 085/102] x86: apl: Add UART driver

2019-12-08 Thread Bin Meng
On Sun, Dec 8, 2019 at 4:07 PM Bin Meng wrote: > > On Sat, Dec 7, 2019 at 12:54 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-of