-
- Downloads
Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial fixes from Greg KH: "Here are some small tty and serial driver fixes for 4.13-rc2. Nothing huge at all, a revert of a patch that turned out to break things, a fix up for a new tty ioctl we added in 4.13-rc1 to get the uapi definition correct, and a few minor serial driver fixes for reported issues. All of these have been in linux-next for a while with no reported issues" * tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: tty: Fix TIOCGPTPEER ioctl definition tty: hide unused pty_get_peer function tty: serial: lpuart: Fix the logic for detecting the 32-bit type UART serial: imx: Prevent TX buffer PIO write when a DMA has been started Revert "serial: imx-serial - move DMA buffer configuration to DT" serial: sh-sci: Uninitialized variables in sysfs files serial: st-asc: Potential error pointer dereference
Showing
- Documentation/devicetree/bindings/serial/fsl-imx-uart.txt 0 additions, 2 deletionsDocumentation/devicetree/bindings/serial/fsl-imx-uart.txt
- arch/alpha/include/uapi/asm/ioctls.h 1 addition, 1 deletionarch/alpha/include/uapi/asm/ioctls.h
- arch/mips/include/uapi/asm/ioctls.h 1 addition, 1 deletionarch/mips/include/uapi/asm/ioctls.h
- arch/parisc/include/uapi/asm/ioctls.h 1 addition, 1 deletionarch/parisc/include/uapi/asm/ioctls.h
- arch/powerpc/include/uapi/asm/ioctls.h 1 addition, 1 deletionarch/powerpc/include/uapi/asm/ioctls.h
- arch/sh/include/uapi/asm/ioctls.h 1 addition, 1 deletionarch/sh/include/uapi/asm/ioctls.h
- arch/sparc/include/uapi/asm/ioctls.h 1 addition, 1 deletionarch/sparc/include/uapi/asm/ioctls.h
- arch/xtensa/include/uapi/asm/ioctls.h 1 addition, 1 deletionarch/xtensa/include/uapi/asm/ioctls.h
- drivers/tty/pty.c 42 additions, 43 deletionsdrivers/tty/pty.c
- drivers/tty/serial/fsl_lpuart.c 15 additions, 9 deletionsdrivers/tty/serial/fsl_lpuart.c
- drivers/tty/serial/imx.c 9 additions, 18 deletionsdrivers/tty/serial/imx.c
- drivers/tty/serial/sh-sci.c 8 additions, 4 deletionsdrivers/tty/serial/sh-sci.c
- drivers/tty/serial/st-asc.c 1 addition, 0 deletionsdrivers/tty/serial/st-asc.c
- include/uapi/asm-generic/ioctls.h 1 addition, 1 deletioninclude/uapi/asm-generic/ioctls.h
Loading
Please register or sign in to comment