[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201120194305.8847-1-alcooperx@gmail.com>
Date: Fri, 20 Nov 2020 14:43:02 -0500
From: Al Cooper <alcooperx@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Al Cooper <alcooperx@...il.com>,
bcm-kernel-feedback-list@...adcom.com, devicetree@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>,
linux-serial@...r.kernel.org, linux-usb@...r.kernel.org,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Rob Herring <robh+dt@...nel.org>
Subject: [PATCH 0/3] serial: 8250: Add driver for Broadcom UART
Add UART driver for the new Broadcom 8250 based STB UART. The new
UART is backward compatible with the standard 8250, but has some
additional features. The new features include a high accuracy baud
rate clock system and DMA support.
Al Cooper (2):
dt-bindings: Add support for the Broadcom UART driver
serial: 8250: Add new 8250-core based Broadcom STB driver
Jim Quinlan (1):
serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271
.../bindings/serial/brcm,bcm7271-uart.yaml | 94 ++
MAINTAINERS | 8 +
drivers/tty/serial/8250/8250_bcm7271.c | 1131 +++++++++++++++++
drivers/tty/serial/8250/8250_of.c | 4 +
drivers/tty/serial/8250/Kconfig | 11 +
drivers/tty/serial/8250/Makefile | 1 +
drivers/tty/serial/8250/bcm7271_uart.h | 158 +++
7 files changed, 1407 insertions(+)
create mode 100644 Documentation/devicetree/bindings/serial/brcm,bcm7271-uart.yaml
create mode 100644 drivers/tty/serial/8250/8250_bcm7271.c
create mode 100644 drivers/tty/serial/8250/bcm7271_uart.h
--
2.17.1
Powered by blists - more mailing lists