From: Freddy Spierenburg <freddy@dusktilldawn.nl>
To: linux-mips@linux-mips.org
Subject: [PATCH] Small time UART configuration fix for AU1100 processor
Date: Fri, 17 Feb 2006 15:54:06 +0100 [thread overview]
Message-ID: <20060217145406.GE14066@dusktilldawn.nl> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 422 bytes --]
Hi,
The AU1100 processor does not have an internal UART2. Only
UART0, UART1 and UART3 exist. This patch removes the non existing
UART2 and replaces it with a descriptive comment.
--
$ cat ~/.signature
Freddy Spierenburg <freddy@dusktilldawn.nl> http://snarl.nl/~freddy/
GnuPG: 0x7941D1E1=C948 5851 26D2 FA5C 39F1 E588 6F17 FD5D 7941 D1E1
$ # Please read http://www.ietf.org/rfc/rfc2015.txt before complain!
[-- Attachment #1.2: uart2.patch --]
[-- Type: text/plain, Size: 598 bytes --]
diff -Naur master.orig/drivers/serial/8250_au1x00.c master.good/drivers/serial/8250_au1x00.c
--- master.orig/drivers/serial/8250_au1x00.c 2006-02-17 10:57:28.000000000 +0000
+++ master.good/drivers/serial/8250_au1x00.c 2006-02-17 14:02:38.000000000 +0000
@@ -51,7 +51,7 @@
#elif defined(CONFIG_SOC_AU1100)
PORT(UART0_ADDR, AU1100_UART0_INT),
PORT(UART1_ADDR, AU1100_UART1_INT),
- PORT(UART2_ADDR, AU1100_UART2_INT),
+ /* The internal UART2 does not exist on the AU1100 processor. */
PORT(UART3_ADDR, AU1100_UART3_INT),
#elif defined(CONFIG_SOC_AU1550)
PORT(UART0_ADDR, AU1550_UART0_INT),
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2006-02-17 14:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-17 14:54 Freddy Spierenburg [this message]
2006-02-17 17:24 ` Small time UART configuration fix for AU1100 processor Jordan Crouse
2006-02-17 17:30 ` Sergei Shtylylov
2006-02-17 18:25 ` Freddy Spierenburg
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=20060217145406.GE14066@dusktilldawn.nl \
--to=freddy@dusktilldawn.nl \
--cc=linux-mips@linux-mips.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox