summaryrefslogtreecommitdiffstats
path: root/target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-18 08:41:31 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-18 08:41:31 +0000
commitb270e13375d156bec7241ac609db0cc9f7bd7cad (patch)
tree5944d950befc6e8fa54f52f81ab79305cc4b79f6 /target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch
parent777a1e41d482587d2d2a8ef622ff277df8423149 (diff)
kernel: update linux 3.6 to 3.6.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34227 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch')
-rw-r--r--target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch b/target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch
index 93f93a79f..347dcc0d1 100644
--- a/target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch
+++ b/target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch
@@ -21,11 +21,9 @@ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mti-malta/malta-platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/arch/mips/mti-malta/malta-platform.c b/arch/mips/mti-malta/malta-platform.c
-index a8beca8..a906153 100644
--- a/arch/mips/mti-malta/malta-platform.c
+++ b/arch/mips/mti-malta/malta-platform.c
-@@ -47,7 +47,7 @@ static struct plat_serial8250_port uart8250_data[] = {
+@@ -48,7 +48,7 @@ static struct plat_serial8250_port uart8
SMC_PORT(0x2F8, 3),
{
.mapbase = 0x1f000900, /* The CBUS UART */
@@ -34,6 +32,3 @@ index a8beca8..a906153 100644
.uartclk = 3686400, /* Twice the usual clk! */
.iotype = UPIO_MEM32,
.flags = CBUS_UART_FLAGS,
---
-1.7.11.7
-