kernel: bump 4.19 to 4.19.64
[openwrt/staging/rmilecki.git] / target / linux / mediatek / patches-4.19 / 0900-bt-mtk-serial-fix.patch
old mode 100755 (executable)
new mode 100644 (file)
index ae1ef16..330d2a5
@@ -1,8 +1,6 @@
-diff --git a/drivers/tty/serial/8250/8250.h b/drivers/tty/serial/8250/8250.h
-index ebfb0bd..2b9ba39 100644
 --- a/drivers/tty/serial/8250/8250.h
 +++ b/drivers/tty/serial/8250/8250.h
-@@ -80,6 +80,7 @@  struct serial8250_config {
+@@ -80,6 +80,7 @@ struct serial8250_config {
  #define UART_CAP_MINI (1 << 17)       /* Mini UART on BCM283X family lacks:
                                         * STOP PARITY EPAR SPAR WLEN5 WLEN6
                                         */
@@ -10,11 +8,9 @@ index ebfb0bd..2b9ba39 100644
  
  #define UART_BUG_QUOT (1 << 0)        /* UART has buggy quot LSB */
  #define UART_BUG_TXEN (1 << 1)        /* UART has buggy TX IIR status */
-diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c
-index c39482b..e4a69a0 100644
 --- a/drivers/tty/serial/8250/8250_port.c
 +++ b/drivers/tty/serial/8250/8250_port.c
-@@ -297,7 +297,7 @@ 
+@@ -297,7 +297,7 @@ static const struct serial8250_config ua
                .tx_loadsz      = 16,
                .fcr            = UART_FCR_ENABLE_FIFO |
                                  UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT,
@@ -23,7 +19,7 @@ index c39482b..e4a69a0 100644
        },
        [PORT_NPCM] = {
                .name           = "Nuvoton 16550",
-@@ -2663,6 +2663,11 @@  static unsigned int serial8250_get_baud_rate(struct uart_port *port,
+@@ -2644,6 +2644,11 @@ serial8250_do_set_termios(struct uart_po
        unsigned long flags;
        unsigned int baud, quot, frac = 0;