From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <1407852737-17265-1-git-send-email-matthias.bgg@gmail.com> References: <1407852737-17265-1-git-send-email-matthias.bgg@gmail.com> Date: Tue, 2 Sep 2014 12:00:42 +0200 Message-ID: Subject: Re: [PATCH v4 0/2] tty: serial: Add mediatek UART driver From: Matthias Brugger Content-Type: multipart/alternative; boundary=089e0149421044744105021231dc To: "linux-kernel@vger.kernel.org" Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Randy Dunlap , Greg KH , jslaby@suse.cz, Grant Likely , Matthias Brugger , Alan Cox , Varka Bhadram , Tobias Klauser , =?UTF-8?Q?Heiko_St=C3=BCbner?= , Yingjoe Chen , "devicetree@vger.kernel.org" , "linux-doc@vger.kernel.org" , linux-serial@vger.kernel.org List-ID: --089e0149421044744105021231dc Content-Type: text/plain; charset=UTF-8 2014-08-12 16:12 GMT+02:00 Matthias Brugger : > This patch set adds support for the UART found in Mediatek SoCs. > The chip is a changed version of a 8250 controller. > Especially it introduces a new register called highspeed. The value > in this register has to be set depending on the baudrate. The value > in the register influences the way the divisor has to be calculated. > > The patch series is build against v3.16-rc1 and tested on mt6589. Should > work as well on mt6577 and mt6582. > > Thanks, > Matthias > Ping: Does anyone has any comments on this series? > > Changes for v4: > - delete owner in platform driver instance > - pass plattform_device to mtk8250_probe_of > - reorganise probe function to error out early > - Fix DTS documentation > > Changes for v3: > - use dev_warn instead of pr_warn > - use 8250_core function to update termios > > Changes for v2: > - drop 8250_core capability extension for the chip > - encapsulate set_termios in the driver method > > --- > > Matthias Brugger (2): > tty: serial: 8250: Add Mediatek UART driver > DTS: serial: Add bindings documention for the Mediatek UARTs > > .../devicetree/bindings/serial/mtk-uart.txt | 20 ++ > drivers/tty/serial/8250/8250_mtk.c | 294 > ++++++++++++++++++++ > drivers/tty/serial/8250/Kconfig | 7 + > drivers/tty/serial/8250/Makefile | 1 + > 4 files changed, 322 insertions(+) > create mode 100644 Documentation/devicetree/bindings/serial/mtk-uart.txt > create mode 100644 drivers/tty/serial/8250/8250_mtk.c > > -- > 1.7.9.5 > > -- motzblog.wordpress.com --089e0149421044744105021231dc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable



2014-08-12 16:12 GMT+02:00 Matthias Brugger <<= a href=3D"mailto:matthias.bgg@gmail.com" target=3D"_blank">matthias.bgg@gma= il.com>:
This patch set adds support for the UART fou= nd in Mediatek SoCs.
The chip is a changed version of a 8250 controller.
Especially it introduces a new register called highspeed. The value
in this register has to be set depending on the baudrate. The value
in the register influences the way the divisor has to be calculated.

The patch series is build against v3.16-rc1 and tested on mt6589. Should work as well on mt6577 and mt6582.

Thanks,
Matthias

Ping: Does anyone has any comm= ents on this series?
=C2=A0

Changes for v4:
- delete owner in platform driver instance
- pass plattform_device to mtk8250_probe_of
- reorganise probe function to error out early
- Fix DTS documentation

Changes for v3:
- use dev_warn instead of pr_warn
- use 8250_core function to update termios

Changes for v2:
- drop 8250_core capability extension for the chip
- encapsulate set_termios in the driver method

---

Matthias Brugger (2):
=C2=A0 tty: serial: 8250: Add Mediatek UART driver
=C2=A0 DTS: serial: Add bindings documention for the Mediatek UARTs

=C2=A0.../devicetree/bindings/serial/mtk-uart.txt=C2=A0 =C2=A0 =C2=A0 =C2= =A0 |=C2=A0 =C2=A020 ++
=C2=A0drivers/tty/serial/8250/8250_mtk.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 294 ++++++++++++++++++++
=C2=A0drivers/tty/serial/8250/Kconfig=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2=A0 =C2=A0 7 +
=C2=A0drivers/tty/serial/8250/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 =C2=A0 1 +
=C2=A04 files changed, 322 insertions(+)
=C2=A0create mode 100644 Documentation/devicetree/bindings/serial/mtk-uart.= txt
=C2=A0create mode 100644 drivers/tty/serial/8250/8250_mtk.c

--
1.7.9.5




--
motzblog.wordpress.com=
--089e0149421044744105021231dc--