linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] serial: Drivers for Altera UARTs
@ 2010-03-30 14:54 Tobias Klauser
  2010-03-30 14:54 ` [PATCH v4 1/2] serial: Add driver for the Altera JTAG UART Tobias Klauser
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Klauser @ 2010-03-30 14:54 UTC (permalink / raw)
  To: linux-serial, Andrew Morton
  Cc: Tobias Klauser, gregkh, nios2-dev, linux-kernel

This is the fourth version of the patchset to add the serial drivers for the
Altera UARTs. The following changes were made on top of the third version
submitted on 5 Mar 2010:

 - altera_uart: Remove usage of altera_uart_getppdcd, altera_uart_getppdtr,
   altera_uart_setppdtr. This makes altera_uart actually compile again (verified
   on x86_64 with Linus' master branch as of today).

Cheers,
Tobias

Tobias Klauser (2):
  serial: Add driver for the Altera JTAG UART
  serial: Add driver for the Altera UART

 drivers/serial/Kconfig           |   52 ++++
 drivers/serial/Makefile          |    2 +
 drivers/serial/altera_jtaguart.c |  504 +++++++++++++++++++++++++++++++++
 drivers/serial/altera_uart.c     |  570 ++++++++++++++++++++++++++++++++++++++
 include/linux/altera_jtaguart.h  |   16 +
 include/linux/altera_uart.h      |   14 +
 include/linux/serial_core.h      |    4 +
 7 files changed, 1162 insertions(+), 0 deletions(-)
 create mode 100644 drivers/serial/altera_jtaguart.c
 create mode 100644 drivers/serial/altera_uart.c
 create mode 100644 include/linux/altera_jtaguart.h
 create mode 100644 include/linux/altera_uart.h


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-30 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-30 14:54 [PATCH v4 0/2] serial: Drivers for Altera UARTs Tobias Klauser
2010-03-30 14:54 ` [PATCH v4 1/2] serial: Add driver for the Altera JTAG UART Tobias Klauser
2010-03-30 14:54   ` [PATCH v4 2/2] serial: Add driver for the Altera UART Tobias Klauser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).