aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/patches-3.18/001-mips-ar7-fix-serial.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-13 14:58:20 +0200
committerJohn Crispin <john@phrozen.org>2018-08-13 17:10:39 +0200
commitee9e0c1deb2e81144cf6110e3fcc075f1614ed62 (patch)
tree4bb2fba424d2bb9bc2552b4c1b78a3afc5e01b81 /target/linux/ar7/patches-3.18/001-mips-ar7-fix-serial.patch
parent22b8237ba1acb90caaf867bf657f7ed7497bbeb6 (diff)
downloadupstream-ee9e0c1deb2e81144cf6110e3fcc075f1614ed62.tar.gz
upstream-ee9e0c1deb2e81144cf6110e3fcc075f1614ed62.tar.bz2
upstream-ee9e0c1deb2e81144cf6110e3fcc075f1614ed62.zip
ar7: remove linux 3.18 support
This target is on 4.9 currently. It seems the support for this old kernel never got dropped. Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar7/patches-3.18/001-mips-ar7-fix-serial.patch')
-rw-r--r--target/linux/ar7/patches-3.18/001-mips-ar7-fix-serial.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/ar7/patches-3.18/001-mips-ar7-fix-serial.patch b/target/linux/ar7/patches-3.18/001-mips-ar7-fix-serial.patch
deleted file mode 100644
index 6896352266..0000000000
--- a/target/linux/ar7/patches-3.18/001-mips-ar7-fix-serial.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 443ab715a40881d6c9ba11b027ba154bac904cb0 Mon Sep 17 00:00:00 2001
-From: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
-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 <oswald.buddenhagen@gmx.de>
----
- arch/mips/ar7/platform.c | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/arch/mips/ar7/platform.c
-+++ b/arch/mips/ar7/platform.c
-@@ -581,6 +581,7 @@ static int __init ar7_register_uarts(voi
- 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;