aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-09-30serial: 8250_pci: clean up printk() callsGreg Kroah-Hartman1-21/+19
2013-09-30TTY: bfin_jtag_comm: fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz1-1/+1
2013-09-30tty: Fix pty master read() after slave closesPeter Hurley1-20/+26
2013-09-30xen/hvc: If we use xen_raw_printk let it also work on HVM guests.Konrad Rzeszutek Wilk1-2/+17
2013-09-29Merge 3.12-rc3 into tty-nextGreg Kroah-Hartman4-13/+10
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-27serial: 8250_dw: fix broken function callHeikki Krogerus1-1/+2
2013-09-27serial: 8250_pci: add support for Intel BayTrailHeikki Krogerus1-0/+145
2013-09-26vt: properly ignore xterm-256 colour codesAdam Borowski1-0/+22
2013-09-26vt: break a couple of obsolete SCOish codes.Adam Borowski1-14/+1
2013-09-26hvc_vio: Do not override preferred console set by kernel parameterBen Hutchings1-1/+4
2013-09-26serial: clps711x: drop needless devm_clk_putUwe Kleine-König1-2/+0
2013-09-26serial: sccnxp: missing uart_unregister_driver() on error in sccnxp_probe()Wei Yongjun1-0/+1
2013-09-26OMAP/serial: Fix Mode13 vs Mode16 priorityAlexey Pelykh1-1/+1
2013-09-26OMAP/serial: Fix misnamed variableAlexey Pelykh1-4/+4
2013-09-26serial: sirf: don't submit dma desc after timeout irqs occurQipan Li1-2/+9
2013-09-26serial: 8250_pci: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-26serial: txx9: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-26serial: mfd: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26serial: imx: Change cast to handle 64-bit resource_size_tOlof Johansson1-1/+1
2013-09-26serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves1-3/+17
2013-09-26serial: mpc512x: Remove casting the return value which is a void pointerJingoo Han1-2/+2
2013-09-26serial: samsung: Remove casting the return value which is a void pointerJingoo Han2-2/+2
2013-09-26serial: ifx6x60: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26serial: bfin_sport_uart: Remove casting the return value which is a void pointerJingoo Han1-7/+4
2013-09-26serial: bfin_uart: Remove casting the return value which is a void pointerJingoo Han1-9/+6
2013-09-26serial: mpsc: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26serial: arc_uart: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26serial: 8250_dw: provide a filter for DMA channel detectionHeikki Krogerus1-0/+14
2013-09-26serial: 8250_dw: don't limit DMA support to ACPIHeikki Krogerus1-10/+10
2013-09-26serial: 8250: don't change the fifo trigger level when using dmaHeikki Krogerus1-1/+1
2013-09-26serial: pch_uart: Add MODULE_DEVICE_TABLEBen Hutchings1-0/+2
2013-09-26serial: mfd: Replace MODULE_ALIAS with MODULE_DEVICE_TABLEBen Hutchings1-1/+1
2013-09-26tty: serial: Restrict ST ASC driver to only build on !ARM when COMPILE_TEST i...Dave Jones1-0/+1
2013-09-26serial: imx: Use NULL as the last argument of add_preferred_console()Fabio Estevam1-1/+2
2013-09-25TTY: hvc_dcc: probe for a JTAG connection before registeringRob Herring1-0/+21
2013-09-25tty: Remove unused drop() method from tty_port interfacePeter Hurley1-5/+1
2013-09-25tty: Prevent tty_port destruction if tty not releasedPeter Hurley1-0/+4
2013-09-25n_tty: Style fix in n_tty_set_termiosPeter Hurley1-2/+1
2013-09-25n_tty: Remove unnecessary local variablePeter Hurley1-4/+1
2013-09-25n_tty: Remove superfluous reader wakeupPeter Hurley1-3/+0
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