diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-16 22:16:07 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-18 00:32:15 +0200 |
commit | edda06c7b41de8e6da3b35baf7ff7011a7e014ff (patch) | |
tree | 80eb0abd33d07d4037d2d308ed0ec855fd219215 /target/linux/ixp4xx | |
parent | 27677af27cba2c3c46cace9675f69bda3c616153 (diff) | |
download | upstream-edda06c7b41de8e6da3b35baf7ff7011a7e014ff.tar.gz upstream-edda06c7b41de8e6da3b35baf7ff7011a7e014ff.tar.bz2 upstream-edda06c7b41de8e6da3b35baf7ff7011a7e014ff.zip |
kernel: Update kernel 4.9 to version 4.9.240
Compile and runtime tested on ar71xx/generic.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch b/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch index 41a7c06b16..7565901ac4 100644 --- a/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch +++ b/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch @@ -105,7 +105,7 @@ case UPIO_AU: p->serial_out(p, offset, value); p->serial_in(p, UART_LCR); /* safe, no side-effects */ -@@ -2766,6 +2786,7 @@ static int serial8250_request_std_resour +@@ -2780,6 +2800,7 @@ static int serial8250_request_std_resour case UPIO_MEM32BE: case UPIO_MEM16: case UPIO_MEM: @@ -113,7 +113,7 @@ if (!port->mapbase) break; -@@ -2804,6 +2825,7 @@ static void serial8250_release_std_resou +@@ -2818,6 +2839,7 @@ static void serial8250_release_std_resou case UPIO_MEM32BE: case UPIO_MEM16: case UPIO_MEM: |