summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2013-12-17tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann-0/+2
2013-12-17n_tty: Fix apparent order of echoed outputPeter Hurley-1/+6
2013-12-17serial: 8250_dw: add new ACPI IDsMika Westerberg-0/+2
2013-12-16serial: 8250_dw: Fix LCR workaround regressionJames Hogan-2/+4
2013-12-16tty: Fix hang at ldsem_down_read()Peter Hurley-3/+13
2013-11-29n_tty: Fix missing newline echoPeter Hurley-2/+4
2013-11-25Revert "n_gsm: race between ld close and gsmtty open"Greg Kroah-Hartman-27/+10
2013-11-25n_tty: Protect minimum_to_wake reset for concurrent readersPeter Hurley-2/+2
2013-11-25tty: Reset hupped state on openPeter Hurley-0/+1
2013-11-25TTY: amiserial, add missing platform checkGeert Uytterhoeven-0/+3
2013-11-25TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven-0/+3
2013-11-25n_gsm: race between ld close and gsmtty openChao Bi-10/+27
2013-11-25tty/serial/8250: fix typo in help textRandy Dunlap-1/+1
2013-11-25n_tty: Fix 4096-byte canonical readsPeter Hurley-1/+4
2013-11-25n_tty: Fix echo overrun tail computationPeter Hurley-1/+1
2013-11-25n_tty: Ensure reader restarts worker for next readerPeter Hurley-2/+3
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-1/+1
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-2/+17
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+9
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-15/+14
2013-11-08Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk-33/+37
2013-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-2/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring-21/+28
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-341/+1174
2013-10-31serial: omap: fix missing commaPhilippe Proulx-1/+1
2013-10-30Merge branch 'dma_complete' into nextVinod Koul-1/+1
2013-10-29serial: sh-sci: Enable the driver on all ARM platformsLaurent Pinchart-1/+1
2013-10-29serial: mfd: Staticize local symbolsJingoo Han-4/+6
2013-10-29serial: omap: fix a few checkpatch warningsPhilippe Proulx-9/+8
2013-10-29serial: omap: improve RS-485 performancePhilippe Proulx-12/+38
2013-10-29mrst_max3110: fix unbalanced IRQ issue during resumeChen, Jie-18/+17
2013-10-29serial: omap: Add support for optional wake-upTony Lindgren-8/+46
2013-10-29serial: sirf: remove duplicate definesMichael Opdenacker-12/+0
2013-10-29tty: xuartps: Fix build error when COMMON_CLK is not setSoren Brinkmann-0/+8
2013-10-29tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann-14/+14
2013-10-29tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann-1/+1
2013-10-28tty/hvc_iucv: remove redundant NULL checkHendrik Brueckner-2/+1
2013-10-25serial: sh: use DMA_COMPLETE for dma completion statusVinod Koul-1/+1
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding-1/+1
2013-10-19serial: 8250_pci: add Pericom PCIe Serial board Support (12d8:7952/4/8) - Chi...Angelo Butti-0/+48
2013-10-19tty: xuartps: Update copyright informationSoren Brinkmann-1/+1
2013-10-19tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann-0/+114
2013-10-19tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann-4/+119
2013-10-19tty: xuartps: Updating set_baud_rate()Soren Brinkmann-43/+93
2013-10-19tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen-1/+11
2013-10-19tty: xuartps: support 64 byte FIFO sizeSuneel-7/+23
2013-10-19tty: xuartps: Add polled mode support for xuartpsVlad Lungu-0/+52
2013-10-19tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu-1/+49
2013-10-19tty: xuartps: Use devm_kzallocSoren Brinkmann-9/+5