summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-12-09serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chipJonathan Woithe1-2/+2
2013-12-09serial: icom: dereference after free in load_code()Dan Carpenter1-2/+2
2013-12-09serial: 8250_dw: add new ACPI IDsMika Westerberg1-0/+2
2013-12-09tty: serial: pch: don't crash if DMA enabled but not loadedSebastian Andrzej Siewior1-3/+7
2013-12-09serial: samsung: move clock deactivation below uart registrationHeiko Stübner1-1/+7
2013-12-09tty: serial: mxs-auart: Check the return value from clk_prepare_enable()Fabio Estevam1-2/+7
2013-12-09tty: Fix stale tty_buffer_flush() commentPeter Hurley1-3/+1
2013-12-09serial: pl010: Convert to modern PM opsUlf Hansson1-6/+9
2013-12-09tty: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han3-3/+3
2013-12-09serial: imx: add support for loopback mode.Huang Shijie1-0/+8
2013-12-09serial: pl011: use DMA RX polling by defaultLinus Walleij1-1/+1
2013-12-09serial: pl011: Convert to modern PM opsUlf Hansson1-9/+8
2013-12-09n_gsm: race between ld close and gsmtty openChao Bi1-10/+29
2013-12-09serial: pch_uart: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-09staging/fwserial: Rip out rx bufferingPeter Hurley1-0/+1
2013-12-09tty: Remove tty_prepare_flip_string_flags()Peter Hurley1-28/+0
2013-12-09tty: Rename tty buffer memory_used fieldPeter Hurley1-6/+6
2013-12-09tty: Enable configurable tty flip buffer limitPeter Hurley1-3/+21
2013-12-09tty: Always handle NULL flag ptrPeter Hurley2-3/+4
2013-12-09n_tty: Only perform wakeups for waitersPeter Hurley1-6/+12
2013-12-09n_tty: Refactor input_available_p() by call sitePeter Hurley1-3/+4
2013-12-09n_tty: Refactor PARMRK doubling checksPeter Hurley1-9/+5
2013-12-09n_tty: Un-inline slow-path n_tty_receive_char_closing()Peter Hurley1-2/+1
2013-12-09n_tty: Un-inline slow-path n_tty_receive_char()Peter Hurley1-1/+1
2013-12-09n_tty: Merge .receive_buf() flavorsPeter Hurley1-27/+16
2013-12-09serial: pl011: remove redundant early amba_ports declarationBaruch Siach1-2/+0
2013-12-09serial: 8250_dw: remove ACPI ifdefHeikki Krogerus1-8/+0
2013-12-09serial_core: Don't re-initialize a previously initialized spinlock.Randy Witt1-2/+6
2013-11-30n_tty: Fix missing newline echoPeter Hurley1-2/+4
2013-11-26Revert "n_gsm: race between ld close and gsmtty open"Greg Kroah-Hartman1-27/+10
2013-11-25n_tty: Protect minimum_to_wake reset for concurrent readersPeter Hurley1-2/+2
2013-11-25tty: Reset hupped state on openPeter Hurley1-0/+1
2013-11-25TTY: amiserial, add missing platform checkGeert Uytterhoeven1-0/+3
2013-11-25TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven1-0/+3
2013-11-25n_gsm: race between ld close and gsmtty openChao Bi1-10/+27
2013-11-25tty/serial/8250: fix typo in help textRandy Dunlap1-1/+1
2013-11-25n_tty: Fix 4096-byte canonical readsPeter Hurley1-1/+4
2013-11-25n_tty: Fix echo overrun tail computationPeter Hurley1-1/+1
2013-11-25n_tty: Ensure reader restarts worker for next readerPeter Hurley1-2/+3
2013-11-21Merge 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/lin...Linus 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/...Linus Torvalds5-1/+9
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-15/+14
2013-11-09Merge 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/s39...Linus 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/gre...Linus Torvalds45-341/+1174
2013-10-31serial: omap: fix missing commaPhilippe Proulx1-1/+1
2013-10-30Merge branch 'dma_complete' into nextVinod Koul1-1/+1