summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-04-05vt: synchronize_rcu() under spinlock is not nice...Al Viro1-2/+4
2013-03-28sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill1-12/+9
2013-03-20TTY: do not reset master's packet modeJiri Slaby1-1/+0
2013-03-20tty: serial: fix typo "ARCH_S5P6450"Paul Bolle1-1/+1
2013-02-28fb: Yet another band-aid for fixing lockdep messTakashi Iwai1-15/+28
2013-02-28fb: rework locking to fix lock ordering on takeoverAlan Cox1-23/+70
2013-02-28tty: set_termios/set_termiox should not return -EINTROleg Nesterov1-2/+2
2013-01-28serial: 8250, increase PASS_LIMITJiri Slaby1-1/+1
2013-01-21serial:ifx6x60:Delete SPI timer when shut down portchao bi1-0/+1
2012-10-07n_gsm: memory leak in uplink error pathRuss Gorby1-2/+5
2012-10-07n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby1-2/+6
2012-10-07serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner1-2/+7
2012-10-07serial: pl011: handle corruption at high clock speedsLinus Walleij1-1/+14
2012-10-07Remove BUG_ON from n_tty_read()Stanislav Kozina1-1/+2
2012-10-02pch_uart: Fix parity setting issueTomoya MORINAGA1-1/+1
2012-10-02pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA1-6/+12
2012-10-02pch_uart: Fix missing break for 16 byte fifoAlan Cox1-0/+1
2012-06-01tty: Allow uart_register/unregister/registerAlan Cox1-0/+1
2012-06-01Add missing call to uart_update_timeout()Lothar Waßmann1-0/+2
2012-04-27drivers/tty/amiserial.c: add missing tty_unlockJulia Lawall1-1/+3
2012-04-27pch_uart: Fix dma channel unallocated issueTomoya MORINAGA1-1/+3
2012-04-27ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan1-6/+8
2012-04-238250_pci: Fix kernel panic when pch_uart is disabledTomoya MORINAGA1-0/+10
2012-04-23pch_uart: Set PCIe bus number using probe parameterTomoya MORINAGA1-1/+2
2012-04-23serial: PL011: move interrupt clearingLinus Walleij1-4/+4
2012-04-23serial: PL011: clear pending interruptsLinus Walleij1-4/+11
2012-04-23tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov1-2/+2
2012-04-02serial: sh-sci: fix a race of DMA submit_tx on transferYoshii Takashi1-5/+10
2012-04-02TTY: Wrong unicode value copied in con_set_unimap()Liz Clark1-8/+43
2012-04-02tty: moxa: fix bit test in moxa_start()Dan Carpenter1-1/+1
2012-02-13drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layerSamuel Thibault1-1/+0
2012-02-03jsm: Fixed EEH recovery errorLucas Kannebley Tavares1-0/+1
2012-02-03serial: amba-pl011: lock console writes against interruptsRabin Vincent1-0/+14
2012-02-03TTY: fix UV serial console regressionJiri Slaby1-5/+7
2012-01-12atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino1-2/+3
2011-11-26TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby1-2/+17
2011-11-26TTY: ldisc, move wait idle to callerJiri Slaby1-2/+2
2011-11-26TTY: ldisc, allow waiting for ldisc arbitrarily longJiri Slaby1-5/+6
2011-11-26tty: hvc_dcc: Fix duplicate character inputsStephen Boyd1-0/+2
2011-11-26pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+15
2011-11-26pch_uart: Fix DMA resource leak issueTomoya MORINAGA1-2/+2
2011-11-26pch_uart: Fix hw-flow control issueTomoya MORINAGA1-0/+1
2011-11-11jsm: remove buggy write queueThadeu Lima de Souza Cascardo4-103/+28
2011-11-11serial-core: power up uart port early before we do set_termios when resumingNing Jiang1-0/+2
2011-11-11serial: pxa: work around for errata #20Marcus Folkesson1-0/+20
2011-11-11TTY: pty, release tty in all ptmx_open fail pathsJiri Slaby1-5/+5
2011-11-11TTY: make tty_add_file non-failingJiri Slaby2-17/+46
2011-11-11TTY: drop driver reference in tty_open fail pathJiri Slaby1-0/+1
2011-11-11cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong1-2/+2
2011-10-03TTY: pty, fix pty countingJiri Slaby2-4/+16