]> git.ipfire.org Git - people/ms/u-boot.git/commit - MAINTAINERS
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)
commit6001985f92e4a99504343485bfe2c18940a41011
tree49cd40e00fef73d73f5b4544336f098f74aa4ad6
parent958d55f26ce4cde87a0f7cc5d5379b193a90d816
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