All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] serial: 8250: add support for MediaTek BTIF controller
@ 2017-08-02 17:05 ` sean.wang
  0 siblings, 0 replies; 27+ messages in thread
From: sean.wang @ 2017-08-02 17:05 UTC (permalink / raw)
  To: robh+dt, gregkh, jslaby, andriy.shevchenko, jan.kiszka,
	heikki.krogerus, hpeter, vigneshr, matthias.bgg
  Cc: devicetree, linux-mediatek, linux-serial, linux-arm-kernel,
	linux-kernel, Sean Wang

From: Sean Wang <sean.wang@mediatek.com>

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: Add MediaTek BTIF controller bindings
  tty: serial: 8250: Add MediaTek BTIF controller on MT7622 and MT7623
    SoC

 .../devicetree/bindings/serial/mtk-btif.txt        |  26 +++
 drivers/tty/serial/8250/8250_btif.c                | 224 +++++++++++++++++++++
 drivers/tty/serial/8250/Kconfig                    |   9 +
 drivers/tty/serial/8250/Makefile                   |   1 +
 4 files changed, 260 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/mtk-btif.txt
 create mode 100644 drivers/tty/serial/8250/8250_btif.c

-- 
2.7.4

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

end of thread, other threads:[~2017-08-11 14:31 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-02 17:05 [PATCH 0/2] serial: 8250: add support for MediaTek BTIF controller sean.wang
2017-08-02 17:05 ` sean.wang at mediatek.com
2017-08-02 17:05 ` sean.wang
2017-08-02 17:05 ` [PATCH 1/2] dt-bindings: serial: Add MediaTek BTIF controller bindings sean.wang
2017-08-02 17:05   ` sean.wang at mediatek.com
2017-08-02 17:05   ` sean.wang
2017-08-10 16:27   ` Rob Herring
2017-08-10 16:27     ` Rob Herring
2017-08-11  2:53     ` Sean Wang
2017-08-11  2:53       ` Sean Wang
2017-08-11  2:53       ` Sean Wang
2017-08-11 14:31       ` Rob Herring
2017-08-11 14:31         ` Rob Herring
2017-08-11 14:31         ` Rob Herring
2017-08-02 17:05 ` [PATCH 2/2] tty: serial: 8250: Add MediaTek BTIF controller on MT7622 and MT7623 SoC sean.wang
2017-08-02 17:05   ` sean.wang at mediatek.com
2017-08-02 17:05   ` sean.wang
2017-08-02 17:14 ` [PATCH 0/2] serial: 8250: add support for MediaTek BTIF controller Andy Shevchenko
2017-08-02 17:14   ` Andy Shevchenko
2017-08-02 17:37   ` Sean Wang
2017-08-02 17:37     ` Sean Wang
2017-08-02 17:37     ` Sean Wang
2017-08-02 18:02     ` Andy Shevchenko
2017-08-02 18:02       ` Andy Shevchenko
2017-08-02 18:02       ` Andy Shevchenko
2017-08-03  3:18       ` Sean Wang
2017-08-03  3:18         ` Sean Wang

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.