From: Tomer Maimon <tmaimon77@gmail.com>
To: openbmc@lists.ozlabs.org
Cc: Joel Stanley <joel@jms.id.au>, Tomer Maimon <tmaimon77@gmail.com>
Subject: [PATCH linux dev-4.13 v2 0/2] serial: add NPCM UART driver
Date: Tue, 23 Jan 2018 17:16:38 +0200 [thread overview]
Message-ID: <1516720600-2040-1-git-send-email-tmaimon77@gmail.com> (raw)
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
next reply other threads:[~2018-01-23 15:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-23 15:16 Tomer Maimon [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1516720600-2040-1-git-send-email-tmaimon77@gmail.com \
--to=tmaimon77@gmail.com \
--cc=joel@jms.id.au \
--cc=openbmc@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.