All of lore.kernel.org
 help / color / mirror / Atom feed
From: <sean.wang@mediatek.com>
To: robh+dt@kernel.org, gregkh@linuxfoundation.org, jslaby@suse.com,
	andriy.shevchenko@linux.intel.com, robert.jarzmik@free.fr,
	arnd@arndb.de, p.zabel@pengutronix.de, joel@jms.id.au,
	david@lechnology.com, jan.kiszka@siemens.com,
	heikki.krogerus@linux.intel.com, hpeter@gmail.com,
	vigneshr@ti.com, matthias.bgg@gmail.com,
	tthayer@opensource.altera.com
Cc: devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-serial@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Sean Wang <sean.wang@mediatek.com>
Subject: [PATCH v2 0/2]
Date: Sun, 20 Aug 2017 02:03:28 +0800	[thread overview]
Message-ID: <cover.1503165144.git.sean.wang@mediatek.com> (raw)

From: Sean Wang <sean.wang@mediatek.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

WARNING: multiple messages have this Message-ID (diff)
From: sean.wang@mediatek.com (sean.wang at mediatek.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2]
Date: Sun, 20 Aug 2017 02:03:28 +0800	[thread overview]
Message-ID: <cover.1503165144.git.sean.wang@mediatek.com> (raw)

From: Sean Wang <sean.wang@mediatek.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

WARNING: multiple messages have this Message-ID (diff)
From: <sean.wang@mediatek.com>
To: <robh+dt@kernel.org>, <gregkh@linuxfoundation.org>,
	<jslaby@suse.com>, <andriy.shevchenko@linux.intel.com>,
	<robert.jarzmik@free.fr>, <arnd@arndb.de>,
	<p.zabel@pengutronix.de>, <joel@jms.id.au>,
	<david@lechnology.com>, <jan.kiszka@siemens.com>,
	<heikki.krogerus@linux.intel.com>, <hpeter@gmail.com>,
	<vigneshr@ti.com>, <matthias.bgg@gmail.com>,
	<tthayer@opensource.altera.com>
Cc: <devicetree@vger.kernel.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-serial@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	Sean Wang <sean.wang@mediatek.com>
Subject: [PATCH v2 0/2]
Date: Sun, 20 Aug 2017 02:03:28 +0800	[thread overview]
Message-ID: <cover.1503165144.git.sean.wang@mediatek.com> (raw)

From: Sean Wang <sean.wang@mediatek.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

             reply	other threads:[~2017-08-19 18:03 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-19 18:03 sean.wang [this message]
2017-08-19 18:03 ` [PATCH v2 0/2] sean.wang
2017-08-19 18:03 ` sean.wang at mediatek.com
2017-08-19 18:03 ` [PATCH v2 1/2] dt-bindings: serial: 8250: Add MediaTek BTIF controller bindings sean.wang
2017-08-19 18:03   ` sean.wang
2017-08-19 18:03   ` sean.wang at mediatek.com
     [not found]   ` <29b52a3b95982f1097766d515aae09c57e11b002.1503165144.git.sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-08-27 19:00     ` [PATCH v2 RESEND " Matthias Brugger
2017-08-27 19:00       ` Matthias Brugger
2017-08-27 19:00       ` Matthias Brugger
2017-08-27 19:39       ` Sean Wang
2017-08-27 19:39         ` Sean Wang
2017-08-27 19:39         ` Sean Wang
2017-08-28  5:21         ` Matthias Brugger
2017-08-28  5:21           ` Matthias Brugger
2017-08-28  5:21           ` Matthias Brugger
2017-08-19 18:03 ` [PATCH v2 2/2] serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23 SoC sean.wang
2017-08-19 18:03   ` sean.wang
2017-08-19 18:03   ` sean.wang at mediatek.com
  -- strict thread matches above, loose matches on Subject: below --
2025-07-04  9:03 [PATCH v2 0/2] Rex Chen
2024-03-14 11:04 bence.balogh
2024-03-18 18:25 ` Jon Mason
2021-05-05 13:49 Steven Rostedt
2021-05-05 13:51 ` Steven Rostedt
2020-09-25 16:50 Pavel Reichl
2020-03-02 13:32 [PATCH 1/1] remote.c: fix handling of push:remote_ref Jeff King
2020-03-03 16:12 ` [PATCH v2 0/2] Damien Robert
2018-04-26 18:24 Jacopo Mondi
2018-01-18 23:18 [PATCH V2 0/2] Amanda Brindle
2017-08-07 14:17 [patch v2 0/2] Oleksandr Shamray
2017-08-07 14:17 ` Oleksandr Shamray
     [not found] ` <1502115467-1735-1-git-send-email-oleksandrs-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-08-09 14:31   ` Andrew Lunn
2017-08-09 14:31     ` Andrew Lunn
2017-08-09 14:31     ` Andrew Lunn
2017-08-10 15:18 ` Greg KH
2017-08-10 15:18   ` Greg KH
2017-03-06 18:20 [PATCH " Tamara Diaconita
2017-03-06 20:51 ` Greg KH
2016-12-19 16:00 [PATCH 1/2] selinux: log errors when loading new policy Gary Tierney
2016-12-20  1:28 ` [PATCH v2 0/2] Gary Tierney
2016-12-20  3:15   ` Steve Grubb
2015-02-13 12:03 [PATCH] testpmd: HW vlan command Ouyang Changchun
     [not found] ` <1423829023-32707-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-06  8:00   ` [PATCH v2 0/2] Ouyang Changchun
     [not found]     ` <1425628813-1546-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-06  8:09       ` Ouyang, Changchun
2014-09-23 19:54 [PATCH 0/2] Fix a division by zero Frans Klaver
2014-09-23 21:58 ` Greg Kroah-Hartman
2014-09-24  7:55   ` [PATCH v2 0/2] Frans Klaver
2014-09-24  7:55     ` Frans Klaver
2013-12-04  7:54 Liu, Jinsong

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=cover.1503165144.git.sean.wang@mediatek.com \
    --to=sean.wang@mediatek.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=david@lechnology.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=hpeter@gmail.com \
    --cc=jan.kiszka@siemens.com \
    --cc=joel@jms.id.au \
    --cc=jslaby@suse.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robert.jarzmik@free.fr \
    --cc=robh+dt@kernel.org \
    --cc=tthayer@opensource.altera.com \
    --cc=vigneshr@ti.com \
    /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.