* [PATCH]: Fixes CONFIG_CONFIG_CPM2_UART bug in tty_io.c
@ 2004-08-09 22:03 Jeff Angielski
2004-08-09 23:25 ` Tom Rini
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Angielski @ 2004-08-09 22:03 UTC (permalink / raw)
To: LinuxPPC Developers
[-- Attachment #1: Type: text/plain, Size: 161 bytes --]
Here is a very small patch to fix a configuration bug in
drivers/char/tty_io.c where the CPM2 UART would not work for non-8xx
targets.
Cheers,
Jeff Angielski
[-- Attachment #2: cpm2uart.patch --]
[-- Type: text/plain, Size: 784 bytes --]
===== drivers/char/tty_io.c 1.33 vs edited =====
--- 1.33/drivers/char/tty_io.c Tue Aug 3 16:53:10 2004
+++ edited/drivers/char/tty_io.c Mon Aug 9 14:17:34 2004
@@ -2250,7 +2250,7 @@
au1x00_serial_console_init();
#endif
#ifdef CONFIG_SERIAL_CONSOLE
-#if defined(CONFIG_8xx) || defined(CONFIG_CONFIG_CPM2_UART)
+#if defined(CONFIG_8xx) || defined(CONFIG_CPM2_UART)
console_8xx_init();
#elif defined(CONFIG_MAC_SERIAL) && defined(CONFIG_SERIAL)
if (_machine == _MACH_Pmac)
@@ -2439,7 +2439,7 @@
#ifdef CONFIG_SPECIALIX
specialix_init();
#endif
-#if (defined(CONFIG_8xx) || (defined(CONFIG_CPM2) && defined(CONFIG_CONFIG_CPM2_UART)))
+#if (defined(CONFIG_8xx) || (defined(CONFIG_CPM2) && defined(CONFIG_CPM2_UART)))
rs_8xx_init();
#endif /* CONFIG_8xx */
pty_init();
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH]: Fixes CONFIG_CONFIG_CPM2_UART bug in tty_io.c
2004-08-09 22:03 [PATCH]: Fixes CONFIG_CONFIG_CPM2_UART bug in tty_io.c Jeff Angielski
@ 2004-08-09 23:25 ` Tom Rini
2004-08-10 0:07 ` Jeff Angielski
0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2004-08-09 23:25 UTC (permalink / raw)
To: Jeff Angielski; +Cc: LinuxPPC Developers
On Mon, Aug 09, 2004 at 06:03:05PM -0400, Jeff Angielski wrote:
> Here is a very small patch to fix a configuration bug in
> drivers/char/tty_io.c where the CPM2 UART would not work for non-8xx
> targets.
What tree is this against? Thanks.
--
Tom Rini
http://gate.crashing.org/~trini/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH]: Fixes CONFIG_CONFIG_CPM2_UART bug in tty_io.c
2004-08-09 23:25 ` Tom Rini
@ 2004-08-10 0:07 ` Jeff Angielski
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Angielski @ 2004-08-10 0:07 UTC (permalink / raw)
To: Tom Rini; +Cc: LinuxPPC Developers
It was for the BK linuxppc-2.4 tree. However, it looks like Dan already
make a patch and fixed it himself.
$ bk sccslog tty_io.c
drivers/char/tty_io.c
1.34 04/08/06 17:13:21 dan@geefour.embeddededge.com +2 -2
Typos that needed fixing.
Jeff
On Mon, 2004-08-09 at 19:25, Tom Rini wrote:
> On Mon, Aug 09, 2004 at 06:03:05PM -0400, Jeff Angielski wrote:
>
> > Here is a very small patch to fix a configuration bug in
> > drivers/char/tty_io.c where the CPM2 UART would not work for non-8xx
> > targets.
>
> What tree is this against? Thanks.
>
> --
> Tom Rini
> http://gate.crashing.org/~trini/
>
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-10 0:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-09 22:03 [PATCH]: Fixes CONFIG_CONFIG_CPM2_UART bug in tty_io.c Jeff Angielski
2004-08-09 23:25 ` Tom Rini
2004-08-10 0:07 ` Jeff Angielski
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).