-
- Downloads
Merge tag 'tty-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull serial driver fixes from Greg KH: "Here are some small serial driver fixes for some reported problems. Nothing major, just: - sc16is7xx irq check fix - 8250 fifo underflow fix - serial_port and 8250 iotype fixes Most of these have been in linux-next already, and all have passed 0-day testing" * tag 'tty-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: serial: 8250: Fix fifo underflow on flush serial: 8250_pnp: Remove unneeded ->iotype assignment serial: 8250_platform: Remove unneeded ->iotype assignment serial: 8250_of: Remove unneeded ->iotype assignment serial: port: Make ->iotype validation global in __uart_read_properties() serial: port: Always update ->iotype in __uart_read_properties() serial: port: Assign ->iotype correctly when ->iobase is set serial: sc16is7xx: Fix IRQ number check behavior
No related branches found
No related tags found
Showing
- drivers/tty/serial/8250/8250.h 2 additions, 0 deletionsdrivers/tty/serial/8250/8250.h
- drivers/tty/serial/8250/8250_dma.c 16 additions, 0 deletionsdrivers/tty/serial/8250/8250_dma.c
- drivers/tty/serial/8250/8250_of.c 0 additions, 1 deletiondrivers/tty/serial/8250/8250_of.c
- drivers/tty/serial/8250/8250_platform.c 0 additions, 9 deletionsdrivers/tty/serial/8250/8250_platform.c
- drivers/tty/serial/8250/8250_pnp.c 0 additions, 10 deletionsdrivers/tty/serial/8250/8250_pnp.c
- drivers/tty/serial/8250/8250_port.c 9 additions, 0 deletionsdrivers/tty/serial/8250/8250_port.c
- drivers/tty/serial/sc16is7xx.c 1 addition, 1 deletiondrivers/tty/serial/sc16is7xx.c
- drivers/tty/serial/serial_port.c 7 additions, 5 deletionsdrivers/tty/serial/serial_port.c
Loading
Please register or sign in to comment