The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.12-rc3 for you to fetch changes up to 2332575ef10a1bcf5ca485a6bf043831be11c7a0: tty: ar933x_uart: move devicetree binding documentation (2013-09-26 12:33:49 -0700) ---------------------------------------------------------------- TTY/Serial fixes for 3.12-rc3 Here are some serial at tty driver fixes for 3.12-rc3 The serial driver fixes some kref leaks, documentation is moved to the proper places, and the tty and n_tty fixes resolve some reported regressions. There is still one outstanding tty regression fix that isn't in here yet, as I want to test it out some more, it will be sent for 3.12-rc4 if it checks out. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Gabor Juhos (1): tty: ar933x_uart: move devicetree binding documentation Johan Hovold (4): serial: tegra: fix tty-kref leak serial: pch_uart: fix tty-kref leak in rx-error path serial: pch_uart: fix tty-kref leak in dma-rx path serial: pch_uart: remove unnecessary tty_port_tty_get Peter Hurley (2): n_tty: Fix EOF push index when termios changes tty: Fix SIGTTOU not sent with tcflush() .../bindings/{tty => }/serial/qca,ar9330-uart.txt | 0 drivers/tty/n_tty.c | 3 +-- drivers/tty/serial/pch_uart.c | 13 +++---------- drivers/tty/serial/serial-tegra.c | 4 +++- drivers/tty/tty_ioctl.c | 3 +++ 5 files changed, 10 insertions(+), 13 deletions(-) rename Documentation/devicetree/bindings/{tty => }/serial/qca,ar9330-uart.txt (100%) -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html