From b86331c9ad31da8a6e99004276cf488dd8ada576 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 18 Dec 2014 11:57:42 +0000 Subject: ar7: remove leftover 3.10 patches Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43746 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ar7/patches-3.10/001-mips-ar7-fix-serial.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 target/linux/ar7/patches-3.10/001-mips-ar7-fix-serial.patch (limited to 'target/linux/ar7/patches-3.10/001-mips-ar7-fix-serial.patch') diff --git a/target/linux/ar7/patches-3.10/001-mips-ar7-fix-serial.patch b/target/linux/ar7/patches-3.10/001-mips-ar7-fix-serial.patch deleted file mode 100644 index f556ee2fa3..0000000000 --- a/target/linux/ar7/patches-3.10/001-mips-ar7-fix-serial.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 443ab715a40881d6c9ba11b027ba154bac904cb0 Mon Sep 17 00:00:00 2001 -From: Oswald Buddenhagen -Date: Sat, 10 May 2014 23:19:08 +0200 -Subject: [PATCH] MIPS/AR7: ensure that serial ports are properly set up - -without UPF_FIXED_TYPE, the data from the PORT_AR7 uart_config entry is -never copied, resulting in a dead port. - -Signed-off-by: Oswald Buddenhagen ---- - arch/mips/ar7/platform.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/arch/mips/ar7/platform.c b/arch/mips/ar7/platform.c -index 7e2356f..e4f47d3 100644 ---- a/arch/mips/ar7/platform.c -+++ b/arch/mips/ar7/platform.c -@@ -581,6 +581,7 @@ static int __init ar7_register_uarts(void) - uart_port.type = PORT_AR7; - uart_port.uartclk = clk_get_rate(bus_clk) / 2; - uart_port.iotype = UPIO_MEM32; -+ uart_port.flags = UPF_FIXED_TYPE; - uart_port.regshift = 2; - - uart_port.line = 0; --- -1.8.5.3.2.g3dbf181 - -- cgit v1.2.3