Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1545453
| From | David Lechner <david@lechnology.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] TI DA8xx/OMAPL13x/AM17xx/AM18xx UART |
| Date | 2016-12-20 21:30 +0100 |
| Message-ID | <sQzcR-1Vi-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series adds a new UART port type for TI DA8xx/OMAPL13x/AM17xx/AM18xx UART. This SoCs have a non-standard register for UART power management that needs special handling in the UART driver. David Lechner (3): doc: DT: Add ti,da830-uart to serial/8250 bindings serial: 8250: Add new port type for TI DA8xx/OMAPL13x/AM17xx/AM18xx ARM: da850: Add ti,da830-uart compatible for serial ports Documentation/devicetree/bindings/serial/8250.txt | 1 + arch/arm/boot/dts/da850.dtsi | 9 ++++++--- drivers/tty/serial/8250/8250_of.c | 1 + drivers/tty/serial/8250/8250_port.c | 22 ++++++++++++++++++++++ include/uapi/linux/serial_core.h | 3 ++- include/uapi/linux/serial_reg.h | 8 ++++++++ 6 files changed, 40 insertions(+), 4 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] TI DA8xx/OMAPL13x/AM17xx/AM18xx UART David Lechner <david@lechnology.com> - 2016-12-20 21:30 +0100
[PATCH 2/3] serial: 8250: Add new port type for TI DA8xx/OMAPL13x/AM17xx/AM18xx David Lechner <david@lechnology.com> - 2016-12-20 21:30 +0100
Re: [2/3] serial: 8250: Add new port type for TI DA8xx/OMAPL13x/AM17xx/AM18xx Franklin S Cooper Jr <fcooper@ti.com> - 2016-12-22 16:30 +0100
Re: [2/3] serial: 8250: Add new port type for TI DA8xx/OMAPL13x/AM17xx/AM18xx Franklin S Cooper Jr <fcooper@ti.com> - 2016-12-22 17:20 +0100
Re: [2/3] serial: 8250: Add new port type for TI DA8xx/OMAPL13x/AM17xx/AM18xx David Lechner <david@lechnology.com> - 2016-12-22 19:20 +0100
[PATCH 1/3] doc: DT: Add ti,da830-uart to serial/8250 bindings David Lechner <david@lechnology.com> - 2016-12-20 21:30 +0100
Re: [PATCH 1/3] doc: DT: Add ti,da830-uart to serial/8250 bindings Rob Herring <robh@kernel.org> - 2016-12-22 22:20 +0100
[PATCH 3/3] ARM: da850: Add ti,da830-uart compatible for serial ports David Lechner <david@lechnology.com> - 2016-12-20 21:30 +0100
Re: [3/3] ARM: da850: Add ti, da830-uart compatible for serial ports Franklin S Cooper Jr <fcooper@ti.com> - 2016-12-22 17:20 +0100
Re: [3/3] ARM: da850: Add ti, da830-uart compatible for serial ports Sekhar Nori <nsekhar@ti.com> - 2017-01-02 09:10 +0100
csiph-web