summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre2013-10-171-1/+18
| * | | | | tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre2013-10-171-7/+2Star
| * | | | | serial: 8250_pci: add support for Fintek 4, 8, and 12 port cardsGreg Kroah-Hartman2013-10-171-0/+112
| * | | | | serial: imx: optimization: remove the workqueues for DMAHuang Shijie2013-10-171-44/+10Star
| * | | | | serial: imx: use the dmaengine_tx_statusHuang Shijie2013-10-161-2/+2
| * | | | | serial: imx: fix the wrong number of scatterlist entries when xmit->head is 0Huang Shijie2013-10-161-1/+1
| * | | | | serial: imx: check the DMA for imx_tx_emptyHuang Shijie2013-10-161-1/+8
| * | | | | serial: imx: implement the flush_buffer hookHuang Shijie2013-10-161-0/+11
| * | | | | serial: pch_uart: remove reference to .set_wake()Linus Walleij2013-10-161-1/+0Star
| * | | | | serial: mpc52xx: remove reference to .set_wake()Linus Walleij2013-10-161-1/+0Star
| * | | | | serial: sa1100: delete .set_wake callbackLinus Walleij2013-10-161-1/+4
| * | | | | serial: omap: delete .set_wake callbackLinus Walleij2013-10-161-10/+0Star
| * | | | | tty: incorrect test of echo_buf() result for ECHO_OP_STARTRoel Kluin2013-10-161-1/+1
| * | | | | tty: Remove unnecessary semicolonsJoe Perches2013-10-169-14/+14
| * | | | | serial: mrst_max3110: Fix race condition between spi transfersBin Gao2013-10-161-0/+4
| * | | | | serial: mrst_max3110: Check the irq number before enable/disabe irq in PM hooksFeng Tang2013-10-161-2/+4
| * | | | | serial8250-em: convert to clk_prepare/unprepareShinya Kuribayashi2013-10-161-3/+3
| * | | | | sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings2013-10-161-1/+1
| * | | | | serial: bfin_uart: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-071-1/+1
| * | | | | serial: tegra: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-071-1/+1
| * | | | | Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman2013-10-072-20/+27
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | serial: mxs-auart: set the FIFO size to DMA buffer sizeHector Palacios2013-10-061-1/+8
| * | | | | serial: Remove unnecessary amba_set_drvdata()Michal Simek2013-10-042-6/+0Star
| * | | | | serial: 8250_dw: Improve unwritable LCR workaroundTim Kryger2013-10-041-9/+32
| * | | | | serial: 8250_pci: clean up printk() callsGreg Kroah-Hartman2013-10-011-21/+19Star
| * | | | | TTY: bfin_jtag_comm: fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz2013-10-011-1/+1
| * | | | | Merge 3.12-rc3 into tty-nextGreg Kroah-Hartman2013-09-304-13/+10Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | serial: 8250_dw: fix broken function callHeikki Krogerus2013-09-281-1/+2
| * | | | | serial: 8250_pci: add support for Intel BayTrailHeikki Krogerus2013-09-281-0/+145
| * | | | | vt: properly ignore xterm-256 colour codesAdam Borowski2013-09-271-0/+22
| * | | | | vt: break a couple of obsolete SCOish codes.Adam Borowski2013-09-271-14/+1Star
| * | | | | hvc_vio: Do not override preferred console set by kernel parameterBen Hutchings2013-09-271-1/+4
| * | | | | serial: clps711x: drop needless devm_clk_putUwe Kleine-König2013-09-271-2/+0Star
| * | | | | serial: sccnxp: missing uart_unregister_driver() on error in sccnxp_probe()Wei Yongjun2013-09-271-0/+1
| * | | | | OMAP/serial: Fix Mode13 vs Mode16 priorityAlexey Pelykh2013-09-271-1/+1
| * | | | | OMAP/serial: Fix misnamed variableAlexey Pelykh2013-09-271-4/+4
| * | | | | serial: sirf: don't submit dma desc after timeout irqs occurQipan Li2013-09-271-2/+9
| * | | | | serial: 8250_pci: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-271-2/+0Star
| * | | | | serial: txx9: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-271-2/+0Star
| * | | | | serial: mfd: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-271-1/+0Star
| * | | | | serial: imx: Change cast to handle 64-bit resource_size_tOlof Johansson2013-09-271-1/+1
| * | | | | serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves2013-09-271-3/+17
| * | | | | serial: mpc512x: Remove casting the return value which is a void pointerJingoo Han2013-09-261-2/+2
| * | | | | serial: samsung: Remove casting the return value which is a void pointerJingoo Han2013-09-262-2/+2
| * | | | | serial: ifx6x60: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
| * | | | | serial: bfin_sport_uart: Remove casting the return value which is a void pointerJingoo Han2013-09-261-7/+4Star
| * | | | | serial: bfin_uart: Remove casting the return value which is a void pointerJingoo Han2013-09-261-9/+6Star
| * | | | | serial: mpsc: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
| * | | | | serial: arc_uart: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
| * | | | | serial: 8250_dw: provide a filter for DMA channel detectionHeikki Krogerus2013-09-261-0/+14