[PATCH 0/4] tty: serial: Updates for altera_uart driver
From: Tobias Klauser <tklauser@distanz.ch>
Date: 2011-02-09 09:55:30
Also in:
lkml
From: Tobias Klauser <tklauser@distanz.ch>
Date: 2011-02-09 09:55:30
Also in:
lkml
This patchset adds some updates to the altera_uart taken from the Nios2
Linux port (currently out-of-tree) repository, the most important one
probably being the added devicetree support.
Tobias Klauser (4):
tty: serial: altera_uart: Handle pdev->id == -1 in altera_uart_remove
tty: serial: altera_uart: Use port->regshift to store bus shift
tty: serial: altera_uart: Add devicetree support
MAINTAINERS: Add myself as a maintainer for
altera_uart/altera_jtaguart
.../devicetree/bindings/serial/altera_uart.txt | 7 ++
MAINTAINERS | 10 +++
drivers/tty/serial/altera_uart.c | 69 ++++++++++++++++----
3 files changed, 74 insertions(+), 12 deletions(-)
create mode 100644 Documentation/devicetree/bindings/serial/altera_uart.txt