Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial updates from Greg KH: "Here is the big tty and serial pull request for 4.20-rc1 Lots of little things here, including a merge from the SPI tree in order to keep things simpler for everyone to sync around for one platform. Major stuff is: - tty buffer clearing after use - atmel_serial fixes and additions - xilinx uart driver updates and of course, lots of tiny fixes and additions to individual serial drivers. All of these have been in linux-next with no reported issues for a while" * tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (66 commits) of: base: Change logic in of_alias_get_alias_list() of: base: Fix english spelling in of_alias_get_alias_list() serial: sh-sci: do not warn if DMA transfers are not supported serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES tty: check name length in tty_find_polling_driver() serial: sh-sci: Add r8a77990 support tty: wipe buffer if not echoing data tty: wipe buffer. serial: fsl_lpuart: Remove the alias node dependence TTY: sn_console: Replace spin_is_locked() with spin_trylock() Revert "serial:serial_core: Allow use of CTS for PPS line discipline" serial: 8250_uniphier: add auto-flow-control support serial: 8250_uniphier: flatten probe function serial: 8250_uniphier: remove unused "fifo-size" property dt-bindings: serial: sh-sci: Document r8a7744 bindings serial: uartps: Fix missing unlock on error in cdns_get_id() tty/serial: atmel: add ISO7816 support tty/serial_core: add ISO7816 infrastructure serial:serial_core: Allow use of CTS for PPS line discipline serial: docs: Fix filename for serial reference implementation ...
Showing
- Documentation/devicetree/bindings/serial/renesas,sci-serial.txt 6 additions, 0 deletions...ntation/devicetree/bindings/serial/renesas,sci-serial.txt
- Documentation/devicetree/bindings/serial/uniphier-uart.txt 1 addition, 2 deletionsDocumentation/devicetree/bindings/serial/uniphier-uart.txt
- Documentation/serial/driver 1 addition, 1 deletionDocumentation/serial/driver
- Documentation/serial/serial-iso7816.txt 83 additions, 0 deletionsDocumentation/serial/serial-iso7816.txt
- arch/alpha/include/uapi/asm/ioctls.h 2 additions, 0 deletionsarch/alpha/include/uapi/asm/ioctls.h
- arch/mips/include/uapi/asm/ioctls.h 2 additions, 0 deletionsarch/mips/include/uapi/asm/ioctls.h
- arch/parisc/include/uapi/asm/ioctls.h 2 additions, 0 deletionsarch/parisc/include/uapi/asm/ioctls.h
- arch/powerpc/include/uapi/asm/ioctls.h 2 additions, 0 deletionsarch/powerpc/include/uapi/asm/ioctls.h
- arch/sh/include/uapi/asm/ioctls.h 2 additions, 0 deletionsarch/sh/include/uapi/asm/ioctls.h
- arch/sparc/include/uapi/asm/ioctls.h 2 additions, 0 deletionsarch/sparc/include/uapi/asm/ioctls.h
- arch/xtensa/include/uapi/asm/ioctls.h 2 additions, 0 deletionsarch/xtensa/include/uapi/asm/ioctls.h
- drivers/of/base.c 54 additions, 0 deletionsdrivers/of/base.c
- drivers/tty/ehv_bytechan.c 6 additions, 6 deletionsdrivers/tty/ehv_bytechan.c
- drivers/tty/n_tty.c 17 additions, 3 deletionsdrivers/tty/n_tty.c
- drivers/tty/serial/8250/8250_core.c 1 addition, 5 deletionsdrivers/tty/serial/8250/8250_core.c
- drivers/tty/serial/8250/8250_of.c 13 additions, 9 deletionsdrivers/tty/serial/8250/8250_of.c
- drivers/tty/serial/8250/8250_port.c 24 additions, 5 deletionsdrivers/tty/serial/8250/8250_port.c
- drivers/tty/serial/8250/8250_uniphier.c 21 additions, 41 deletionsdrivers/tty/serial/8250/8250_uniphier.c
- drivers/tty/serial/8250/Kconfig 1 addition, 1 deletiondrivers/tty/serial/8250/Kconfig
- drivers/tty/serial/atmel_serial.c 179 additions, 11 deletionsdrivers/tty/serial/atmel_serial.c
Loading
Please register or sign in to comment