linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] serial: bcm2835: add bcm2835 auxiliar uart driver
@ 2016-01-09 13:07 kernel at martin.sperl.org
  2016-01-09 13:07 ` [PATCH V2 1/2] dt/bindings: serial: bcm2835: add binding documentation for bcm2835-aux-uart kernel at martin.sperl.org
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: kernel at martin.sperl.org @ 2016-01-09 13:07 UTC (permalink / raw)
  To: linux-arm-kernel

From: Martin Sperl <kernel@martin.sperl.org>

This patch series adds the bcm2835aux uart driver, which is created
as a wrapper arround the 8250 driver (based on recommendations by
Stephen Warren)

The device tree patch itself is not included yet because this
patch requires the clk-bcm2835aux driver, which is right now only
in clk-next, but should become available with 4.5.

Martin Sperl (2):
  dt/bindings: serial: bcm2835: add binding documentation for
    bcm2835-aux-uart
  serial: bcm2835: add driver for bcm2835-aux-uart

 .../bindings/serial/brcm,bcm2835-aux-uart.txt      |   18 +++
 drivers/tty/serial/8250/8250_bcm2835aux.c          |  143 ++++++++++++++++++++
 drivers/tty/serial/8250/Kconfig                    |    8 ++
 drivers/tty/serial/8250/Makefile                   |    1 +
 4 files changed, 170 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/brcm,bcm2835-aux-uart.txt
 create mode 100644 drivers/tty/serial/8250/8250_bcm2835aux.c

-- 
1.7.10.4

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

end of thread, other threads:[~2016-01-28  6:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-09 13:07 [PATCH V2 0/2] serial: bcm2835: add bcm2835 auxiliar uart driver kernel at martin.sperl.org
2016-01-09 13:07 ` [PATCH V2 1/2] dt/bindings: serial: bcm2835: add binding documentation for bcm2835-aux-uart kernel at martin.sperl.org
2016-01-09 20:53   ` Arnd Bergmann
2016-01-10 10:49     ` Martin Sperl
2016-01-11 12:21       ` Arnd Bergmann
2016-01-11 13:57         ` Martin Sperl
2016-01-11 14:40           ` Arnd Bergmann
2016-01-28  6:39             ` Eric Anholt
2016-01-09 13:07 ` [PATCH V2 2/2] serial: bcm2835: add driver " kernel at martin.sperl.org
2016-01-11  9:52   ` Stefan Wahren
2016-01-11 15:25   ` Peter Korsgaard
2016-01-10 15:05 ` [PATCH V2 0/2] serial: bcm2835: add bcm2835 auxiliar uart driver Stefan Wahren
2016-01-10 15:45   ` Martin Sperl
2016-01-10 21:17     ` Stefan Wahren

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).