linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] tty: serial: Add mediatek UART driver
@ 2014-08-08 11:32 Matthias Brugger
  2014-08-08 11:32 ` [PATCH v3 1/2] tty: serial: 8250: Add Mediatek " Matthias Brugger
  2014-08-08 11:32 ` [PATCH v3 2/2] DTS: serial: Add bindings documention for the Mediatek UARTs Matthias Brugger
  0 siblings, 2 replies; 8+ messages in thread
From: Matthias Brugger @ 2014-08-08 11:32 UTC (permalink / raw)
  To: linux-kernel
  Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, rdunlap,
	gregkh, jslaby, grant.likely, matthias.bgg, alan, varkabhadram,
	heiko, yingjoe.chen, devicetree, linux-doc, linux-serial

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

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        |   19 ++
 drivers/tty/serial/8250/8250_mtk.c                 |  296 ++++++++++++++++++++
 drivers/tty/serial/8250/Kconfig                    |    7 +
 drivers/tty/serial/8250/Makefile                   |    1 +
 4 files changed, 323 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


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

end of thread, other threads:[~2014-08-12 13:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-08 11:32 [PATCH v3 0/2] tty: serial: Add mediatek UART driver Matthias Brugger
2014-08-08 11:32 ` [PATCH v3 1/2] tty: serial: 8250: Add Mediatek " Matthias Brugger
2014-08-08 12:25   ` Varka Bhadram
2014-08-08 12:28   ` Tobias Klauser
     [not found]     ` <20140808122820.GF29832-93Khv+1bN0NyDzI6CaY1VQ@public.gmane.org>
2014-08-12 13:31       ` Matthias Brugger
2014-08-12 13:57         ` Tobias Klauser
2014-08-08 11:32 ` [PATCH v3 2/2] DTS: serial: Add bindings documention for the Mediatek UARTs Matthias Brugger
2014-08-08 11:34   ` Varka Bhadram

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).