summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-02-06serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren1-0/+4
2014-02-06serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chipJonathan Woithe1-2/+2
2014-02-06serial: add support for 200 v3 series Titan cardYegor Yefremov1-0/+4
2014-02-06tty/serial: at91: disable uart timer at start of shutdownMarek Roszko1-12/+10
2014-02-06tty/serial: at91: reset rx_ring when port is shutdownMark Deneen1-0/+6
2014-02-06tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko1-1/+2
2014-02-06tty/serial: at91: Handle shutdown more safelyMarek Roszko1-7/+13
2014-01-25serial: amba-pl011: use port lock to guard control register accessJon Medhurst1-0/+6
2014-01-09serial: 8250_dw: add new ACPI IDsMika Westerberg1-0/+2
2014-01-09TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven1-0/+3
2014-01-09n_tty: Fix apparent order of echoed outputPeter Hurley1-1/+6
2014-01-09tty: Fix hang at ldsem_down_read()Peter Hurley1-3/+13
2013-12-11n_tty: Fix missing newline echoPeter Hurley1-2/+4
2013-12-04n_tty: Ensure reader restarts worker for next readerPeter Hurley1-2/+3
2013-12-04tty: Reset hupped state on openPeter Hurley1-0/+1
2013-12-04n_tty: Fix echo overrun tail computationPeter Hurley1-1/+1
2013-12-04tty: incorrect test of echo_buf() result for ECHO_OP_STARTRoel Kluin1-1/+1
2013-12-04n_tty: Fix 4096-byte canonical readsPeter Hurley1-1/+4
2013-10-17tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre1-7/+2
2013-10-16serial: vt8500: add missing bracesRoel Kluin1-2/+3
2013-10-07Revert "serial: i.MX: evaluate linux,stdout-path property"Greg Kroah-Hartman1-3/+0
2013-10-03xen/hvc: allow xenboot console to be used againDavid Vrabel1-0/+1
2013-09-30tty: Fix pty master read() after slave closesPeter Hurley1-20/+26
2013-09-29Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-13/+10
2013-09-25tty: Fix SIGTTOU not sent with tcflush()Peter Hurley1-0/+3
2013-09-17tty: disassociate_ctty() sends the extra SIGCONTOleg Nesterov1-1/+2
2013-09-17n_tty: Fix EOF push index when termios changesPeter Hurley1-2/+1
2013-09-17serial: pch_uart: remove unnecessary tty_port_tty_getJohan Hovold1-11/+1
2013-09-17serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold1-1/+2
2013-09-17serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold1-0/+2
2013-09-17serial: tegra: fix tty-kref leakJohan Hovold1-1/+3
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+42
2013-09-06Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-0/+2
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds4-6/+861
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-19/+83
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-09-05Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-17/+81
2013-09-04treewide: Convert retrun typos to returnJoe Perches1-1/+1
2013-09-03tilegx: Add tty serial support for TILE-Gx on-chip UARTChris Metcalf3-0/+718
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds79-2917/+6422
2013-08-30hvc_xen: Remove unnecessary __GFP_ZERO from kzallocJoe Perches1-3/+3
2013-08-30serial: imx: initialize the local variableHuang Shijie1-1/+1
2013-08-30tty: ar933x_uart: add device tree support and binding documentationGabor Juhos1-3/+25
2013-08-30tty: ar933x_uart: allow to build the driver as a moduleGabor Juhos1-1/+4
2013-08-29dts: Deprecate ALTR as a vendor prefixDinh Nguyen2-0/+2
2013-08-28tty: ar933x_uart: use config_enabled() macro to clean up ifdefsGabor Juhos1-13/+12
2013-08-28tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nrGabor Juhos1-1/+0
2013-08-28tty: ar933x_uart: use the clk API to get the uart clockGabor Juhos2-10/+27
2013-08-27tty: serial: cpm_uart: Adding proper request of GPIO used by cpm_uart driverChristophe Leroy1-2/+26