aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.10/0203-serial-rt5350-fix-enable-uartf-kernel-panic.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-03-18 19:21:56 +0000
committerJohn Crispin <blogic@openwrt.org>2014-03-18 19:21:56 +0000
commitde51ae36beb618be705b292e32610a2e3efae330 (patch)
tree5bd54a4e1462f1d3bd187b2af9d1f2d1d4f00d55 /target/linux/ramips/patches-3.10/0203-serial-rt5350-fix-enable-uartf-kernel-panic.patch
parent694bc2270f53c34cdf86d5067040481f37e44e00 (diff)
downloadmaster-187ad058-de51ae36beb618be705b292e32610a2e3efae330.tar.gz
master-187ad058-de51ae36beb618be705b292e32610a2e3efae330.tar.bz2
master-187ad058-de51ae36beb618be705b292e32610a2e3efae330.zip
ralink: refresh patches
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39949 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.10/0203-serial-rt5350-fix-enable-uartf-kernel-panic.patch')
-rw-r--r--target/linux/ramips/patches-3.10/0203-serial-rt5350-fix-enable-uartf-kernel-panic.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ramips/patches-3.10/0203-serial-rt5350-fix-enable-uartf-kernel-panic.patch b/target/linux/ramips/patches-3.10/0203-serial-rt5350-fix-enable-uartf-kernel-panic.patch
deleted file mode 100644
index a687caabee..0000000000
--- a/target/linux/ramips/patches-3.10/0203-serial-rt5350-fix-enable-uartf-kernel-panic.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/tty/serial/8250/8250_core.c
-+++ b/drivers/tty/serial/8250/8250_core.c
-@@ -2499,7 +2499,7 @@ serial8250_pm(struct uart_port *port, un
- static unsigned int serial8250_port_size(struct uart_8250_port *pt)
- {
- if (pt->port.iotype == UPIO_AU)
-- return 0x1000;
-+ return 0x100;
- if (is_omap1_8250(pt))
- return 0x16 << pt->port.regshift;
-