summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-08-15OMAP: serial: Remove incorrect disabling of IER interruptMark Jackson1-3/+0
2013-08-14serial: pch_uart: fix compilation warningLuis Henriques1-0/+2
2013-08-14serial: sirf: fix the hardware-flow-ctrl for USP-based UARTQipan Li2-45/+122
2013-08-14serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does itBarry Song2-16/+1
2013-08-14OMAP: add RS485 supportMark Jackson1-0/+179
2013-08-14tty: ar933x_uart: simplify use of devm_ioremap_resourceJulia Lawall1-6/+1
2013-08-12serial: amba-pl011: Use __releases/__acquires annotationsFabio Estevam1-0/+4
2013-08-12serial: MIPS: lantiq: fix clock error checkJohn Crispin1-2/+2
2013-08-12serial: MIPS: lantiq: add clk_enable() call to driverThomas Langer1-0/+3
2013-08-12serial: bfin_uart: Fix incorrect placement of __initdataSachin Kamat1-3/+3
2013-08-12serial: bfin_sport_uart: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-12serial: tegra: use NULL instead of 0Jingoo Han1-3/+3
2013-08-12serial: msm_serial: fix comparison of different typesJingoo Han1-1/+2
2013-08-12serial: ioc4_serial: Staticize ioc4_serial_attach_one()Jingoo Han1-2/+2
2013-08-12serial: icom: fix casting warningJingoo Han1-6/+5
2013-08-12serial: timbuart: Staticize local symbolsJingoo Han1-2/+2
2013-08-12serial: mrst_max3110: fix casting warningJingoo Han1-2/+2
2013-08-12serial: 8250_early: fix comparison of different typesJingoo Han1-1/+1
2013-08-12serial: samsung: fix casting warningJingoo Han1-1/+2
2013-08-12serial: sirf: Staticize local symbolsJingoo Han1-2/+2
2013-08-12serial: sirf: make the driver also support USP-based UARTQipan Li2-298/+655
2013-08-12serial: sirf: add support for Marco chipBarry Song2-14/+65
2013-08-12serial: i.MX: evaluate linux,stdout-path propertySascha Hauer1-0/+3
2013-08-12tty: ar933x_uart: convert to use devm_* functionsGabor Juhos1-18/+8
2013-08-12n_tty: Fix termios_rwsem lockdep false positivePeter Hurley1-14/+11
2013-08-12serial: pxa: Staticize local symbolsJingoo Han1-3/+3
2013-08-12tty: serial: pxa: remove old cruftDaniel Mack1-25/+0
2013-08-05vt: make the default color configurableClemens Ladisch1-1/+3
2013-08-05serial: mxs: remove the MXS_AUART_DMA_CONFIGHuang Shijie1-4/+1
2013-08-05serial: mxs: enable the DMA only when the RTS/CTS is validHuang Shijie1-1/+6
2013-08-05Merge 3.11-rc4 into tty-nextGreg Kroah-Hartman4-22/+26
2013-08-03serial: st-asc: Fix unused variable warning for non DT.Srinivas Kandagatla1-0/+2
2013-08-02Revert "serial: sccnxp: Add DT support"Greg Kroah-Hartman1-37/+9
2013-08-02serial: sh-sci: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-02serial/arc-uart: Remove the goto/labelVineet Gupta1-5/+2
2013-08-02serial/arc-uart: Handle Rx Error Interrupts w/o any dataVineet Gupta1-10/+16
2013-08-02tty: Only hangup oncePeter Hurley1-0/+5
2013-07-31serial: sccnxp: Add DT supportAlexander Shiyan1-9/+37
2013-07-31serial: sccnxp: Using structure for each supported IC instead of switch in probeAlexander Shiyan1-148/+124
2013-07-31serial: sccnxp: Using CLK API for getting UART clockAlexander Shiyan1-14/+22
2013-07-31serial: sccnxp: Disable regulator on errorAlexander Shiyan1-22/+18
2013-07-31serial/efm32-uart: don't slur over failure in probe_dtUwe Kleine-König1-1/+3
2013-07-31serial/efm32-uart: don't use pdev->id to determine the port's lineUwe Kleine-König1-7/+10
2013-07-31serial: use dev_get_platdata()Jingoo Han22-46/+50
2013-07-31parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer1-2/+1
2013-07-29serial: pch_uart: Fix signed-ness and casting of uartclk related fieldsDarren Hart1-7/+6
2013-07-29serial: at91: make UART support dma and pdc transfersElen Song1-6/+42
2013-07-29serial: at91: distinguish usart and uartElen Song1-0/+37
2013-07-29serial: at91: support run time switch transfer modeElen Song1-59/+80
2013-07-29serial: at91: add rx dma supportElen Song1-4/+220