devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/4] serial: bcm2835: add bcm2835 auxiliar uart driver
@ 2016-01-17 12:15 kernel-TqfNSX0MhmxHKSADF0wUEw
       [not found] ` <1453032932-2512-1-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: kernel-TqfNSX0MhmxHKSADF0wUEw @ 2016-01-17 12:15 UTC (permalink / raw)
  To: Rob Herring, Stephen Warren, Lee Jones, Eric Anholt, Russell King,
	Greg Kroah-Hartman, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-serial-u79uwXL29TY76Z2rM5mHXA
  Cc: Martin Sperl

From: Martin Sperl <kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.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)

Also (as per request) the recommendation for naming conventions of nodes
in the device-tree have been followed for both the primary uart as well
as for the auxiliar uart: nodes should be called "serial@...".

The device tree patches will not apply cleanly as:
* the bcm-auxiliar clock device tree patch has not been applied to
  upstream yet (but it is pending).
* there is a rename of arch/arm/boot/dts/bcm2835.dtsi
  scheduled, which is also not upstream yet.

I want to get this patch out before I go on vacation not waiting for
it to appear. If necessary please modify the corresponding patches.

Martin Sperl (4):
  ARM: bcm2835: follow dt uart node-naming convention
  dt/bindings: serial: bcm2835: add binding documentation for
    bcm2835-aux-uart
  serial: bcm2835: add driver for bcm2835-aux-uart
  ARM: bcm2835: add bcm2835-aux-uart support to default DT

 .../bindings/serial/brcm,bcm2835-aux-uart.txt      |   18 +++
 arch/arm/boot/dts/bcm2835.dtsi                     |    9 +-
 drivers/tty/serial/8250/8250_bcm2835aux.c          |  146 ++++++++++++++++++++
 drivers/tty/serial/8250/Kconfig                    |   24 ++++
 drivers/tty/serial/8250/Makefile                   |    1 +
 5 files changed, 197 insertions(+), 1 deletion(-)
 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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-02-03  1:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17 12:15 [PATCH V3 0/4] serial: bcm2835: add bcm2835 auxiliar uart driver kernel-TqfNSX0MhmxHKSADF0wUEw
     [not found] ` <1453032932-2512-1-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
2016-01-17 12:15   ` [PATCH V3 1/4] ARM: bcm2835: follow dt uart node-naming convention kernel-TqfNSX0MhmxHKSADF0wUEw
     [not found]     ` <1453032932-2512-2-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
2016-02-03  1:34       ` Eric Anholt
2016-01-17 12:15   ` [PATCH V3 2/4] dt/bindings: serial: bcm2835: add binding documentation for bcm2835-aux-uart kernel-TqfNSX0MhmxHKSADF0wUEw
     [not found]     ` <1453032932-2512-3-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
2016-01-20 16:51       ` Rob Herring
2016-01-28 22:25       ` Eric Anholt
2016-01-17 12:15   ` [PATCH V3 3/4] serial: bcm2835: add driver " kernel-TqfNSX0MhmxHKSADF0wUEw
     [not found]     ` <1453032932-2512-4-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
2016-01-28 22:34       ` Eric Anholt
2016-01-17 12:15   ` [PATCH V3 4/4] ARM: bcm2835: add bcm2835-aux-uart support to default DT kernel-TqfNSX0MhmxHKSADF0wUEw

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