All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.13 v2 0/2]  serial: add NPCM UART driver
@ 2018-01-23 15:16 Tomer Maimon
  2018-01-23 15:16 ` [PATCH linux dev-4.13 v2 1/2] dt-binding: serial: document NPCM UART DT bindings Tomer Maimon
  2018-01-23 15:16 ` [PATCH linux dev-4.13 v2 2/2] serial: npcm: add NPCM UART driver Tomer Maimon
  0 siblings, 2 replies; 7+ messages in thread
From: Tomer Maimon @ 2018-01-23 15:16 UTC (permalink / raw)
  To: openbmc; +Cc: Joel Stanley, Tomer Maimon

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-05  9:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-23 15:16 [PATCH linux dev-4.13 v2 0/2] serial: add NPCM UART driver Tomer Maimon
2018-01-23 15:16 ` [PATCH linux dev-4.13 v2 1/2] dt-binding: serial: document NPCM UART DT bindings Tomer Maimon
2018-01-23 15:16 ` [PATCH linux dev-4.13 v2 2/2] serial: npcm: add NPCM UART driver Tomer Maimon
2018-02-02  2:51   ` Joel Stanley
2018-02-04 19:54     ` Tomer Maimon
2018-02-05  6:19       ` Joel Stanley
     [not found]         ` <CAP6Zq1gMb5VjLpFBCWoiYkRjSKdpqa9mZMiU5qUadBtaUvPicw@mail.gmail.com>
2018-02-05  9:07           ` Tomer Maimon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.