From f238c9e4d9a85a9d969d9146a460c0a340e9cd85 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 24 Dec 2017 12:59:26 +0100 Subject: h8300: updates Add single hush package for experiments. 4.9 kernel serial ouput seems broken, default to 4.4. Combine h8300 patches. --- target/linux/patches/4.9.60/h8300.patch | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'target/linux/patches/4.9.60') diff --git a/target/linux/patches/4.9.60/h8300.patch b/target/linux/patches/4.9.60/h8300.patch index a58b3f137..c71194f0a 100644 --- a/target/linux/patches/4.9.60/h8300.patch +++ b/target/linux/patches/4.9.60/h8300.patch @@ -10,3 +10,35 @@ diff -Nur linux-4.9.20.orig/arch/h8300/Kconfig.cpu linux-4.9.20/arch/h8300/Kconf + default 0x400000 + endmenu +diff -Nur linux-4.9.60.orig/arch/h8300/boot/dts/h8300h_sim.dts linux-4.9.60/arch/h8300/boot/dts/h8300h_sim.dts +--- linux-4.9.60.orig/arch/h8300/boot/dts/h8300h_sim.dts 2017-11-02 09:49:15.000000000 +0100 ++++ linux-4.9.60/arch/h8300/boot/dts/h8300h_sim.dts 2017-12-24 11:30:55.121463793 +0100 +@@ -37,7 +37,7 @@ + + memory@400000 { + device_type = "memory"; +- reg = <0x400000 0x400000>; ++ reg = <0x400000 0x800000>; + }; + + cpus { +diff -Nur linux-4.9.60.orig/drivers/tty/serial/sh-sci.c linux-4.9.60/drivers/tty/serial/sh-sci.c +--- linux-4.9.60.orig/drivers/tty/serial/sh-sci.c 2017-11-02 09:49:15.000000000 +0100 ++++ linux-4.9.60/drivers/tty/serial/sh-sci.c 2017-12-24 11:30:55.121463793 +0100 +@@ -986,8 +986,6 @@ + /* overrun error */ + if (tty_insert_flip_char(tport, 0, TTY_OVERRUN)) + copied++; +- +- dev_notice(port->dev, "overrun error\n"); + } + + if (status & SCxSR_FER(port)) { +@@ -1060,7 +1058,6 @@ + tty_insert_flip_char(tport, 0, TTY_OVERRUN); + tty_flip_buffer_push(tport); + +- dev_dbg(port->dev, "overrun error\n"); + copied++; + } + -- cgit v1.2.3