aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+17
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds5-1/+9
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-15/+14
2013-11-08Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk5-33/+37
2013-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring3-21/+28
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds45-341/+1174
2013-10-31serial: omap: fix missing commaPhilippe Proulx1-1/+1
2013-10-30Merge branch 'dma_complete' into nextVinod Koul1-1/+1
2013-10-29serial: sh-sci: Enable the driver on all ARM platformsLaurent Pinchart1-1/+1
2013-10-29serial: mfd: Staticize local symbolsJingoo Han1-4/+6
2013-10-29serial: omap: fix a few checkpatch warningsPhilippe Proulx1-9/+8
2013-10-29serial: omap: improve RS-485 performancePhilippe Proulx1-12/+38
2013-10-29mrst_max3110: fix unbalanced IRQ issue during resumeChen, Jie1-18/+17
2013-10-29serial: omap: Add support for optional wake-upTony Lindgren1-8/+46
2013-10-29serial: sirf: remove duplicate definesMichael Opdenacker1-12/+0
2013-10-29tty: xuartps: Fix build error when COMMON_CLK is not setSoren Brinkmann1-0/+8
2013-10-29tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann1-14/+14
2013-10-29tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann1-1/+1
2013-10-28tty/hvc_iucv: remove redundant NULL checkHendrik Brueckner1-2/+1
2013-10-25serial: sh: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding1-1/+1
2013-10-19serial: 8250_pci: add Pericom PCIe Serial board Support (12d8:7952/4/8) - Chip PI7C9X7952/4/8Angelo Butti1-0/+48
2013-10-19tty: xuartps: Update copyright informationSoren Brinkmann1-1/+1
2013-10-19tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann1-0/+114
2013-10-19tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann1-4/+119
2013-10-19tty: xuartps: Updating set_baud_rate()Soren Brinkmann1-43/+93
2013-10-19tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen1-1/+11
2013-10-19tty: xuartps: support 64 byte FIFO sizeSuneel1-7/+23
2013-10-19tty: xuartps: Add polled mode support for xuartpsVlad Lungu1-0/+52
2013-10-19tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu1-1/+49
2013-10-19tty: xuartps: Use devm_kzallocSoren Brinkmann1-9/+5
2013-10-19tty: xuartps: Use devm_clk_get()Soren Brinkmann1-10/+4
2013-10-17tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre1-1/+18
2013-10-17tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre1-7/+2
2013-10-17tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre1-7/+2
2013-10-17serial: 8250_pci: add support for Fintek 4, 8, and 12 port cardsGreg Kroah-Hartman1-0/+112
2013-10-16serial: imx: optimization: remove the workqueues for DMAHuang Shijie1-44/+10
2013-10-16serial: vt8500: add missing bracesRoel Kluin1-2/+3
2013-10-16serial: imx: use the dmaengine_tx_statusHuang Shijie1-2/+2
2013-10-16serial: imx: fix the wrong number of scatterlist entries when xmit->head is 0Huang Shijie1-1/+1
2013-10-16serial: imx: check the DMA for imx_tx_emptyHuang Shijie1-1/+8
2013-10-16serial: imx: implement the flush_buffer hookHuang Shijie1-0/+11
2013-10-16serial: pch_uart: remove reference to .set_wake()Linus Walleij1-1/+0
2013-10-16serial: mpc52xx: remove reference to .set_wake()Linus Walleij1-1/+0
2013-10-16serial: sa1100: delete .set_wake callbackLinus Walleij1-1/+4
2013-10-16serial: omap: delete .set_wake callbackLinus Walleij1-10/+0
2013-10-16tty: incorrect test of echo_buf() result for ECHO_OP_STARTRoel Kluin1-1/+1