From: Tobias Klauser <tklauser@distanz.ch>
To: linux-serial@vger.kernel.org, gregkh@suse.de, akpm@linux-foundation.org
To: linux-serial@vger.kernel.org, gregkh@suse.de, akpm@linux-foundation.org
Cc: alan@lxorguk.ukuu.org.uk, sfr@canb.auug.org.au,
nios2-dev@sopc.et.ntust.edu.tw, linux-kernel@vger.kernel.org,
Tobias Klauser <tklauser@distanz.ch>
Subject: [PATCH v5 0/2] serial: Drivers for Altera UARTs
Date: Wed, 5 May 2010 10:35:21 +0200 [thread overview]
Message-ID: <cover.1273048151.git.tklauser@distanz.ch> (raw)
This is the fifth version of the patchset to add the serial drivers for the
Altera UARTs. The following changes were made on top of the fourth version
submitted on 30 Mar 2010:
- Fix Kconfig so altera_uart and altera_jtaguart can be properly built as
modules. Add dependecy SERIAL_ALTERA_JTAGUART=y (instead of just
SERIAL_ALTERA_JTAGUART) to SERIAL_ALTERA_JTAGUART_CONSOLE to prevent build
failure when building as module (accordingly for the altera_uart driver).
Thanks to Stephen Rothwell for the help with this.
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
next reply other threads:[~2010-05-05 8:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-05 8:35 Tobias Klauser [this message]
2010-05-05 8:35 ` [PATCH 1/2] serial: Add driver for the Altera JTAG UART Tobias Klauser
2010-05-06 10:59 ` [Nios2-dev] " Ian Abbott
2010-05-06 11:17 ` Alan Cox
2010-05-05 8:35 ` [PATCH 2/2] serial: Add driver for the Altera UART Tobias Klauser
2010-05-06 10:44 ` [Nios2-dev] " Ian Abbott
2010-05-06 11:09 ` Ian Abbott
2010-05-06 11:16 ` Ian Abbott
2010-05-06 12:03 ` Tobias Klauser
2010-05-06 12:47 ` Ian Abbott
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1273048151.git.tklauser@distanz.ch \
--to=tklauser@distanz.ch \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=nios2-dev@sopc.et.ntust.edu.tw \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox