[kernel] r10658 - in dists/etch/linux-2.6/debian: . patches/bugfix/mips patches/series
Martin Michlmayr
tbm at alioth.debian.org
Mon Feb 25 22:22:20 UTC 2008
Author: tbm
Date: Mon Feb 25 22:22:19 2008
New Revision: 10658
Log:
Enable UART on RaQ1.
Added:
dists/etch/linux-2.6/debian/patches/bugfix/mips/cobalt-raq1-uart.patch
dists/etch/linux-2.6/debian/patches/series/19
Modified:
dists/etch/linux-2.6/debian/changelog
Modified: dists/etch/linux-2.6/debian/changelog
==============================================================================
--- dists/etch/linux-2.6/debian/changelog (original)
+++ dists/etch/linux-2.6/debian/changelog Mon Feb 25 22:22:19 2008
@@ -1,3 +1,10 @@
+linux-2.6 (2.6.18.dfsg.1-19) UNRELEASED; urgency=low
+
+ [ Martin Michlmayr ]
+ * [mips] Enable UART on RaQ1.
+
+ -- Martin Michlmayr <tbm at cyrius.com> Mon, 25 Feb 2008 23:20:20 +0100
+
linux-2.6 (2.6.18.dfsg.1-18) stable; urgency=high
[ Martin Michlmayr ]
Added: dists/etch/linux-2.6/debian/patches/bugfix/mips/cobalt-raq1-uart.patch
==============================================================================
--- (empty file)
+++ dists/etch/linux-2.6/debian/patches/bugfix/mips/cobalt-raq1-uart.patch Mon Feb 25 22:22:19 2008
@@ -0,0 +1,19 @@
+Enable UART on RaQ1
+
+Unlike the current code suggests, the RaQ1 actually has an UART. Only
+the Qube1 (Qube 2700) lacks one.
+
+Signed-off-by: Martin Michlmayr <tbm at cyrius.com>
+
+--- a/arch/mips/cobalt/setup.c 2008-02-25 19:10:00.000000000 +0000
++++ b/arch/mips/cobalt/setup.c 2008-02-25 19:10:27.000000000 +0000
+@@ -151,7 +151,7 @@
+ #endif
+
+ #ifdef CONFIG_SERIAL_8250
+- if (cobalt_board_id > COBALT_BRD_ID_RAQ1) {
++ if (cobalt_board_id >= COBALT_BRD_ID_RAQ1) {
+
+ #ifdef CONFIG_EARLY_PRINTK
+ cobalt_early_console();
+
Added: dists/etch/linux-2.6/debian/patches/series/19
==============================================================================
--- (empty file)
+++ dists/etch/linux-2.6/debian/patches/series/19 Mon Feb 25 22:22:19 2008
@@ -0,0 +1 @@
++ bugfix/mips/cobalt-raq1-uart.patch
More information about the Kernel-svn-changes
mailing list