]> git.baikalelectronics.ru Git - uboot.git/commit
bcm2835_pl011_serial: Add BCM2835 specific serial driver
authorAlexander Graf <agraf@suse.de>
Thu, 25 Jan 2018 11:05:55 +0000 (12:05 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 28 Jan 2018 17:27:36 +0000 (12:27 -0500)
commitcb61119050d61669d04f537ae51b99cdad055038
tree49cd40e00fef73d73f5b4544336f098f74aa4ad6
parenta8b02526e431e9b2e0bc76313140ad18c8c25d35
bcm2835_pl011_serial: Add BCM2835 specific serial driver

On bcm2835 we need to ensure we only access serial devices that are
muxed to the serial output pins of the pin header. To achieve this
for the pl011 device, add a bcm2835 specific pl011 wrapper device
that does this check but otherwise behaves like a pl011 device.

Signed-off-by: Alexander Graf <agraf@suse.de>
MAINTAINERS
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/serial_bcm283x_pl011.c [new file with mode: 0644]
drivers/serial/serial_pl01x.c
drivers/serial/serial_pl01x_internal.h