Merge tag 'tty-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial fixes from Greg KH: "Here are some tty and serial driver fixes for reported issues for 4.17-rc3. Nothing major, but a number of small things: - device tree fixes/updates for serial ports - earlycon fixes - n_gsm fixes - tty core change reverted to help resolve syszkaller reports - other serial driver small fixes All of these have been in linux-next with no reported issues" * tag 'tty-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: tty: Use __GFP_NOFAIL for tty_ldisc_get() tty: serial: xuartps: Setup early console when uartclk is also passed tty: Don't call panic() at tty_ldisc_init() tty: Avoid possible error pointer dereference at tty_ldisc_restore(). dt-bindings: mvebu-uart: DT fix s/interrupts-names/interrupt-names/ tty: serial: qcom_geni_serial: Use signed variable to get IRQ earlycon: Use a pointer table to fix __earlycon_table stride serial: sh-sci: Document r8a77470 bindings dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/ serial: imx: fix cached UCR2 read on software reset serial: imx: warn user when using unsupported configuration serial: mvebu-uart: Fix local flags handling on termios update tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
Showing
- Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt 1 addition, 1 deletion...ntation/devicetree/bindings/serial/amlogic,meson-uart.txt
- Documentation/devicetree/bindings/serial/mvebu-uart.txt 1 addition, 1 deletionDocumentation/devicetree/bindings/serial/mvebu-uart.txt
- Documentation/devicetree/bindings/serial/renesas,sci-serial.txt 2 additions, 0 deletions...ntation/devicetree/bindings/serial/renesas,sci-serial.txt
- drivers/of/fdt.c 5 additions, 2 deletionsdrivers/of/fdt.c
- drivers/tty/n_gsm.c 22 additions, 1 deletiondrivers/tty/n_gsm.c
- drivers/tty/serial/earlycon.c 4 additions, 2 deletionsdrivers/tty/serial/earlycon.c
- drivers/tty/serial/imx.c 18 additions, 1 deletiondrivers/tty/serial/imx.c
- drivers/tty/serial/mvebu-uart.c 0 additions, 1 deletiondrivers/tty/serial/mvebu-uart.c
- drivers/tty/serial/qcom_geni_serial.c 6 additions, 4 deletionsdrivers/tty/serial/qcom_geni_serial.c
- drivers/tty/serial/xilinx_uartps.c 1 addition, 1 deletiondrivers/tty/serial/xilinx_uartps.c
- drivers/tty/tty_io.c 4 additions, 1 deletiondrivers/tty/tty_io.c
- drivers/tty/tty_ldisc.c 13 additions, 16 deletionsdrivers/tty/tty_ldisc.c
- include/asm-generic/vmlinux.lds.h 1 addition, 1 deletioninclude/asm-generic/vmlinux.lds.h
- include/linux/serial_core.h 14 additions, 7 deletionsinclude/linux/serial_core.h
- include/linux/tty.h 1 addition, 1 deletioninclude/linux/tty.h
Loading
Please register or sign in to comment