From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Linux Kernel List <linux-kernel@vger.kernel.org>
Subject: [PATCH] Serial updates
Date: Sat, 3 Jan 2004 23:45:01 +0000 [thread overview]
Message-ID: <20040103234501.A11953@flint.arm.linux.org.uk> (raw)
A couple of changes to the 8250 serial driver; these changes are
queued against 2.6.0 and will probably be sent upstream in about
12 hours time.
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/01/02 rene.herman@nl.rmk.(none) 1.1569
# [SERIAL] add PnP ID to 8250_pnp.c
#
# Patch from: Rene Herman
#
# This patch adds the PnP ID for the E-Tech CyberBULLET PC56RVP.
# --------------------------------------------
# 04/01/02 rmk@flint.arm.linux.org.uk 1.1570
# [SERIAL] Remove old RSA resource handlign.
#
# The resource handling left in autoconfig() is plainly wrong, since
# we've already claimed the necessary resources prior to calling
# autoconfig(). Therefore, we remove the superfluous code from
# autoconfig().
# --------------------------------------------
#
diff -Nru a/drivers/serial/8250.c b/drivers/serial/8250.c
--- a/drivers/serial/8250.c Sat Jan 3 23:35:52 2004
+++ b/drivers/serial/8250.c Sat Jan 3 23:35:52 2004
@@ -726,13 +726,6 @@
out:
spin_unlock_irqrestore(&up->port.lock, flags);
// restore_flags(flags);
-#ifdef CONFIG_SERIAL_8250_RSA
- if (up->port.iobase && up->port.type == PORT_RSA) {
- release_region(up->port.iobase, 8);
- request_region(up->port.iobase + UART_RSA_BASE, 16,
- "serial_rsa");
- }
-#endif
DEBUG_AUTOCONF("type=%s\n", uart_config[up->port.type].name);
}
diff -Nru a/drivers/serial/8250_pnp.c b/drivers/serial/8250_pnp.c
--- a/drivers/serial/8250_pnp.c Sat Jan 3 23:35:52 2004
+++ b/drivers/serial/8250_pnp.c Sat Jan 3 23:35:52 2004
@@ -74,6 +74,9 @@
{ "DMB1032", 0 },
/* Creative Modem Blaster V.90 DI5660 */
{ "DMB2001", 0 },
+ /* E-Tech */
+ /* E-Tech CyberBULLET PC56RVP */
+ { "ETT0002", 0 },
/* FUJITSU */
/* Fujitsu 33600 PnP-I2 R Plug & Play */
{ "FUJ0202", 0 },
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core
next reply other threads:[~2004-01-03 23:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-03 23:45 Russell King [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-10-31 17:51 [PATCH] Serial updates Russell King
2004-10-31 22:26 ` Andreas Jellinghaus
2004-11-02 4:09 ` Benjamin Herrenschmidt
2004-11-02 4:20 ` Benjamin Herrenschmidt
2004-11-02 22:43 ` Russell King
2004-11-02 23:01 ` Andrew Morton
2004-11-02 23:17 ` Russell King
2004-11-04 21:22 ` Tony Lindgren
2004-11-02 20:06 ` Alex Williamson
2004-08-30 23:21 Russell King
2004-01-16 22:52 Russell King
2003-09-09 18:56 Russell King
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=20040103234501.A11953@flint.arm.linux.org.uk \
--to=rmk+lkml@arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.