kernel: bump 6.1 to 6.1.40
[openwrt/staging/hauke.git] / target / linux / bcm27xx / patches-6.1 / 950-0698-serial-8250-Add-NOMSI-bug-for-bcm2835aux.patch
index 885806f9761f0a2aa34597e91face962a038f360..6f62736b08b387ce3a7bb7dbb3d0c6209764bcc0 100644 (file)
@@ -20,9 +20,9 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
 
 --- a/drivers/tty/serial/8250/8250.h
 +++ b/drivers/tty/serial/8250/8250.h
-@@ -93,6 +93,7 @@ struct serial8250_config {
+@@ -92,6 +92,7 @@ struct serial8250_config {
+ #define UART_BUG_NOMSR        BIT(2)  /* UART has buggy MSR status bits (Au1x00) */
  #define UART_BUG_THRE BIT(3)  /* UART has buggy THRE reassertion */
- #define UART_BUG_PARITY       BIT(4)  /* UART mishandles parity if FIFO enabled */
  #define UART_BUG_TXRACE       BIT(5)  /* UART Tx fails to set remote DR */
 +#define UART_BUG_NOMSI        BIT(6)  /* UART has no modem status interrupt */