Re: [PATCH v2] serial: 8250: Add Nuvoton NPCM UART

From: Rob Herring
Date: Sun Feb 18 2018 - 22:16:15 EST


On Thu, Feb 15, 2018 at 12:47:20PM +1030, Joel Stanley wrote:
> The Nuvoton UART is almost compatible with the 8250 driver when probed
> via the 8250_of driver, however it requires some extra configuration
> at startup.
>
> Signed-off-by: Joel Stanley <joel@xxxxxxxxx>
> ---
> v2:
> Remove redundant whitespace
> Use port number 40 to fill in a gap
>
> Documentation/devicetree/bindings/serial/8250.txt | 1 +

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/tty/serial/8250/8250_of.c | 1 +
> drivers/tty/serial/8250/8250_port.c | 29 +++++++++++++++++++++++
> include/uapi/linux/serial_core.h | 3 +++
> include/uapi/linux/serial_reg.h | 5 ++++
> 5 files changed, 39 insertions(+)