[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1503165144.git.sean.wang@mediatek.com>
Date: Sun, 20 Aug 2017 02:06:41 +0800
From: <sean.wang@...iatek.com>
To: <robh+dt@...nel.org>, <gregkh@...uxfoundation.org>,
<jslaby@...e.com>, <andriy.shevchenko@...ux.intel.com>,
<robert.jarzmik@...e.fr>, <arnd@...db.de>,
<p.zabel@...gutronix.de>, <joel@....id.au>, <david@...hnology.com>,
<jan.kiszka@...mens.com>, <heikki.krogerus@...ux.intel.com>,
<hpeter@...il.com>, <vigneshr@...com>, <matthias.bgg@...il.com>,
<tthayer@...nsource.altera.com>
CC: <devicetree@...r.kernel.org>, <linux-mediatek@...ts.infradead.org>,
<linux-serial@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, Sean Wang <sean.wang@...iatek.com>
Subject: [PATCH v2 RESEND 0/2] serial: 8250: add support for MediaTek BTIF controller
From: Sean Wang <sean.wang@...iatek.com>
Since v2:
- reusing 8250_of since the original driver has almost the same logic
This patchset introduces the support for MediaTek BTIF controller.
MediaTek BTIF controller is the serial interface similar to UART but it
works only as the digital device which is mainly used to communicate with
the connectivity module also called CONNSYS inside the SoC which could be
mostly found on those MediaTek SoCs with Bluetooth feature.
And the controller is made as being compatible with the 8250 register
layout so it tends to be integrated with existing 8250 core driver and
have no requirement for the modem configuration additionally such as the
baud rate calculation and assignment.
Sean Wang (2):
dt-bindings: serial: 8250: Add MediaTek BTIF controller bindings
serial: 8250: of: Add new port type for MediaTek BTIF controller on
MT7622/23 SoC
Documentation/devicetree/bindings/serial/8250.txt | 3 +++
drivers/tty/serial/8250/8250_of.c | 2 ++
drivers/tty/serial/8250/8250_port.c | 8 ++++++++
include/uapi/linux/serial_core.h | 3 +++
4 files changed, 16 insertions(+)
--
2.7.4
Powered by blists - more mailing lists