-
- Downloads
Merge tag 'tty-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial fixes from Greg KH: "Here are some serial and tty fixes for 4.12-rc3. They are a bit bigger than normal, which is why I had them bake in linux-next for a few weeks and didn't send them to you for -rc2. They revert a few of the serdev patches from 4.12-rc1, and bring things back to how they were in 4.11, to try to make things a bit more stable there. Rob and Johan both agree that this is the way forward, so this isn't people squabbling over semantics. Other than that, just a few minor serial driver fixes that people have had problems with. All of these have been in linux-next for a few weeks with no reported issues" * tag 'tty-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: serial: altera_uart: call iounmap() at driver remove serial: imx: ensure UCR3 and UFCR are setup correctly MAINTAINERS/serial: Change maintainer of jsm driver serial: enable serdev support tty/serdev: add serdev registration interface serdev: Restore serdev_device_write_buf for atomic context serial: core: fix crash in uart_suspend_port tty: fix port buffer locking tty: ehv_bytechan: clean up init error handling serial: ifx6x60: fix use-after-free on module unload serial: altera_jtaguart: adding iounmap() serial: exar: Fix stuck MSIs serial: efm32: Fix parity management in 'efm32_uart_console_get_options()' serdev: fix tty-port client deregistration Revert "tty_port: register tty ports with serdev bus" drivers/tty: 8250: only call fintek_8250_probe when doing port I/O
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- drivers/tty/ehv_bytechan.c 8 additions, 9 deletionsdrivers/tty/ehv_bytechan.c
- drivers/tty/serdev/core.c 12 additions, 0 deletionsdrivers/tty/serdev/core.c
- drivers/tty/serdev/serdev-ttyport.c 14 additions, 7 deletionsdrivers/tty/serdev/serdev-ttyport.c
- drivers/tty/serial/8250/8250_port.c 11 additions, 10 deletionsdrivers/tty/serial/8250/8250_port.c
- drivers/tty/serial/altera_jtaguart.c 1 addition, 0 deletionsdrivers/tty/serial/altera_jtaguart.c
- drivers/tty/serial/altera_uart.c 1 addition, 0 deletionsdrivers/tty/serial/altera_uart.c
- drivers/tty/serial/efm32-uart.c 8 additions, 3 deletionsdrivers/tty/serial/efm32-uart.c
- drivers/tty/serial/ifx6x60.c 1 addition, 1 deletiondrivers/tty/serial/ifx6x60.c
- drivers/tty/serial/imx.c 12 additions, 2 deletionsdrivers/tty/serial/imx.c
- drivers/tty/serial/serial_core.c 3 additions, 3 deletionsdrivers/tty/serial/serial_core.c
- drivers/tty/tty_port.c 70 additions, 5 deletionsdrivers/tty/tty_port.c
- include/linux/serdev.h 11 additions, 8 deletionsinclude/linux/serdev.h
- include/linux/tty.h 9 additions, 0 deletionsinclude/linux/tty.h
Loading
Please register or sign in to comment