summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds100-1523/+3606
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2012-11-26drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton1-1/+5
2012-11-26serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen1-3/+53
2012-11-26serial: mxs-auart: unmap the scatter list before we copy the dataHuang Shijie1-0/+2
2012-11-26serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabledHuang Shijie1-2/+4
2012-11-26serial: max310x: Setup missing "can_sleep" field for GPIOAlexander Shiyan1-0/+1
2012-11-26tty/serial: fix ifx6x60.c declaration warningRandy Dunlap1-1/+2
2012-11-26serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner1-0/+10
2012-11-26serial: samsung: fix potential soft lockup during uart writeThomas Abraham1-4/+12
2012-11-26tty: vt: Remove redundant null check before kfree.Sachin Kamat1-4/+2
2012-11-21tty vt: Fix a regression in command line editionJean-François Moine1-4/+4
2012-11-21tty/8250 Add check for pci_ioremap_bar failureMatt Schulte1-0/+2
2012-11-21tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe ...Matt Schulte1-0/+163
2012-11-21tty/8250 Add XR17D15x devices to the exar_handle_irq overrideMatt Schulte1-2/+4
2012-11-21tty/8250: Add sleep capability to XR17D15X portsMatt Schulte1-3/+9
2012-11-21serial: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35...Matt Schulte1-0/+4
2012-11-21serial: Optimization: check for presence of UPF_EXAR_EFR flag before serial_inMatt Schulte1-3/+3
2012-11-21serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty.Sonic Zhang1-0/+9
2012-11-21pty: Mark pty_resize staticJosh Triplett1-1/+1
2012-11-21Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCI...Matt Schulte2-0/+167
2012-11-21tty: remove use of __devexitBill Pemberton53-66/+66
2012-11-21tty: remove use of __devinitconstBill Pemberton3-3/+3
2012-11-21tty: remove use of __devinitdataBill Pemberton9-9/+9
2012-11-21tty: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton60-113/+113
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton44-70/+70
2012-11-21tty: remove use of __devexit_pBill Pemberton10-10/+10
2012-11-21tty: Mark tty_del_file and __tty_hangup staticJosh Triplett1-2/+2
2012-11-21drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switchJosh Triplett1-0/+1
2012-11-16Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2-7/+1
2012-11-16serial: mxs-auart: add the DMA support for mx28Huang Shijie1-5/+317
2012-11-16serial: mxs-auart: distinguish the different SOCsHuang Shijie1-6/+36
2012-11-16tty/8250_early: Turn serial_in/serial_out into weak symbols.Noam Camus1-21/+21
2012-11-15serial: sh-sci: fix possible race cases on SCSCR register accessesShinya Kuribayashi1-0/+6
2012-11-15serial: sh-sci: add locking to console write function to avoid SMP lockupShinya Kuribayashi1-1/+22
2012-11-15serial: sh-sci: fix common SCIFB regmap definitionTakashi Yoshii1-3/+3
2012-11-15serial: sh-sci: mask SCTFDR/RFDR according to fifosizeTakashi Yoshii1-2/+2
2012-11-15serial: sh-sci: support lower baud rateTakashi Yoshii1-11/+8
2012-11-15serial: sh-sci: fix condition test to set SCBRRTakashi Yoshii1-1/+1
2012-11-15serial: sh-sci: console runtime PM support (revisit)Teppei Kamijou1-11/+16
2012-11-15Partially revert "serial: sh-sci: console Runtime PM support"Shinya Kuribayashi1-52/+1
2012-11-15Revert "sh-sci / PM: Use power.irq_safe"Shinya Kuribayashi1-1/+0
2012-11-15Revert "sh-sci / PM: Avoid deadlocking runtime PM"Shinya Kuribayashi1-5/+0
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby18-21/+74
2012-11-15TTY: isicom, fix tty buffers memory leakJiri Slaby1-9/+12
2012-11-15TTY: introduce tty_port_destroyJiri Slaby1-1/+15
2012-11-15TTY: n_gsm, use kref from tty_portJiri Slaby1-6/+5
2012-11-15TTY: pty, fix tty buffers leakJiri Slaby2-2/+2
2012-11-15TTY: isicom, stop using port->ttyJiri Slaby1-1/+1