summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | SERIAL: omap: simplify (2)Russell King2012-11-041-9/+0
| * | | | | | | | | SERIAL: omap: move xon/xoff setting earlierRussell King2012-11-041-6/+7
| * | | | | | | | | SERIAL: omap: always set TCRRussell King2012-11-041-17/+11
| * | | | | | | | | SERIAL: omap: simplifyRussell King2012-11-041-11/+4
| * | | | | | | | | SERIAL: omap: don't read back LCR/MCR/EFRRussell King2012-11-041-7/+6
| * | | | | | | | | SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termiosRussell King2012-11-041-59/+53
| * | | | | | | | | SERIAL: omap: configure xon/xoff before setting modem control linesRussell King2012-11-041-1/+2
| * | | | | | | | | SERIAL: omap: move driver private definitions and structures to driverRussell King2012-11-041-0/+52
| * | | | | | | | | SERIAL: omap: remove 'irq_pending' bitfieldRussell King2012-11-041-1/+0
| * | | | | | | | | SERIAL: omap: fix MCR TCRTLR bit handlingRussell King2012-11-041-16/+21
| * | | | | | | | | SERIAL: omap: fix set_mctrl() breakageRussell King2012-11-041-3/+5
| * | | | | | | | | SERIAL: omap: no need to re-read EFRRussell King2012-11-041-2/+0
| * | | | | | | | | SERIAL: omap: remove setting of EFR SCD bitRussell King2012-11-041-6/+2
| * | | | | | | | | SERIAL: omap: allow hardware assisted IXANY mode to be disabledRussell King2012-11-041-0/+2
| * | | | | | | | | SERIAL: omap: allow hardware assisted rts/cts modes to be disabledRussell King2012-11-041-0/+7
| * | | | | | | | | SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow co...Russell King2012-11-041-4/+27
| * | | | | | | | | SERIAL: core: add hardware assisted h/w flow control supportRussell King2012-11-041-0/+7
| * | | | | | | | | SERIAL: core: add hardware assisted s/w flow control supportRussell King2012-11-041-2/+14
| * | | | | | | | | SERIAL: core: use local variable uport in uart_set_termios()Russell King2012-11-041-8/+9
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-11100-1523/+3606
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton2012-11-271-1/+5
| * | | | | | | | | serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen2012-11-271-3/+53
| * | | | | | | | | serial: mxs-auart: unmap the scatter list before we copy the dataHuang Shijie2012-11-271-0/+2
| * | | | | | | | | serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabledHuang Shijie2012-11-271-2/+4
| * | | | | | | | | serial: max310x: Setup missing "can_sleep" field for GPIOAlexander Shiyan2012-11-271-0/+1
| * | | | | | | | | tty/serial: fix ifx6x60.c declaration warningRandy Dunlap2012-11-271-1/+2
| * | | | | | | | | serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner2012-11-271-0/+10
| * | | | | | | | | serial: samsung: fix potential soft lockup during uart writeThomas Abraham2012-11-271-4/+12
| * | | | | | | | | tty: vt: Remove redundant null check before kfree.Sachin Kamat2012-11-271-4/+2
| * | | | | | | | | tty/8250 Add check for pci_ioremap_bar failureMatt Schulte2012-11-221-0/+2
| * | | | | | | | | tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe ...Matt Schulte2012-11-221-0/+163
| * | | | | | | | | tty/8250 Add XR17D15x devices to the exar_handle_irq overrideMatt Schulte2012-11-221-2/+4
| * | | | | | | | | tty/8250: Add sleep capability to XR17D15X portsMatt Schulte2012-11-221-3/+9
| * | | | | | | | | serial: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35...Matt Schulte2012-11-221-0/+4
| * | | | | | | | | serial: Optimization: check for presence of UPF_EXAR_EFR flag before serial_inMatt Schulte2012-11-221-3/+3
| * | | | | | | | | serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty.Sonic Zhang2012-11-221-0/+9
| * | | | | | | | | pty: Mark pty_resize staticJosh Triplett2012-11-221-1/+1
| * | | | | | | | | Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCI...Matt Schulte2012-11-222-0/+167
| * | | | | | | | | tty: remove use of __devexitBill Pemberton2012-11-2253-66/+66
| * | | | | | | | | tty: remove use of __devinitconstBill Pemberton2012-11-223-3/+3
| * | | | | | | | | tty: remove use of __devinitdataBill Pemberton2012-11-229-9/+9
| * | | | | | | | | tty: remove use of __devinitdataBill Pemberton2012-11-221-1/+1
| * | | | | | | | | tty: remove use of __devinitBill Pemberton2012-11-2260-113/+113
| * | | | | | | | | tty: serial: remove use of __devexit_pBill Pemberton2012-11-2244-70/+70
| * | | | | | | | | tty: remove use of __devexit_pBill Pemberton2012-11-2210-10/+10
| * | | | | | | | | tty: Mark tty_del_file and __tty_hangup staticJosh Triplett2012-11-221-2/+2
| * | | | | | | | | drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switchJosh Triplett2012-11-221-0/+1
| * | | | | | | | | Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2012-11-172-7/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | serial: mxs-auart: add the DMA support for mx28Huang Shijie2012-11-161-5/+317
| * | | | | | | | | serial: mxs-auart: distinguish the different SOCsHuang Shijie2012-11-161-6/+36