[PATCH linux dev-4.13 v2 0/2] serial: add NPCM UART driver

Tomer Maimon tmaimon77 at gmail.com
Wed Jan 24 02:16:38 AEDT 2018


Changes since version 1:
 - rewritten the driver, the new driver based on 8250 UART driver with
   modifications to support NPCM UART functionality
 
This patch set adds UART support for the Nuvoton NPCM Baseboard
Management Controller (BMC).

The NPCM UART based on 8250 UART driver

The NPCM7xx BMC contains four UART blocks and accessory logic.

To enable the driver please add CONFIG_SERIAL_8250_NPCM configuration
(except to 8250 serial configuration).

Tomer Maimon (2):
  dt-binding: serial: document NPCM UART DT bindings
  serial: npcm: add NPCM UART driver

 .../bindings/serial/nuvoton,npcm-uart.txt          |  34 +++
 drivers/tty/serial/8250/8250_npcm.c                | 280 +++++++++++++++++++++
 drivers/tty/serial/8250/Kconfig                    |  10 +
 drivers/tty/serial/8250/Makefile                   |   1 +
 4 files changed, 325 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/nuvoton,npcm-uart.txt
 create mode 100644 drivers/tty/serial/8250/8250_npcm.c

-- 
2.14.1



More information about the openbmc mailing list