summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-02-068250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd3-0/+50
2013-02-06tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handlerMaxime Ripard1-1/+1
2013-02-06serial:ifx6x60:Delete SPI timer when shut down portchao bi1-0/+1
2012-10-17serial: pl011: handle corruption at high clock speedsLinus Walleij1-1/+14
2012-10-17serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner1-2/+7
2012-10-17n_gsm: memory leak in uplink error pathRuss Gorby1-2/+5
2012-10-17n_gsm: replace kfree_skb w/ appropriate dev_* versionsRuss Gorby1-4/+4
2012-10-17n_gsm: avoid accessing freed memory during CMD_FCOFF conditionRuss Gorby1-27/+13
2012-10-17n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby1-2/+6
2012-10-17char: n_gsm: remove message filtering for contipated DLCIsamix.lebsir1-24/+1
2012-10-17n_gsm : Flow control handling in Mux driverFrederic Berat1-22/+57
2012-10-17n_gsm: uplink SKBs accumulate on listRuss Gorby1-2/+5
2012-10-17n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUXxiaojin1-0/+4
2012-10-17Remove BUG_ON from n_tty_read()Stanislav Kozina1-1/+2
2012-10-10pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart1-6/+13
2012-09-19tty: serial: imx: don't reinit clock in imx_setup_ufcr()Dirk Behme1-14/+4
2012-09-19tty: serial: imx: console write routing is unsafe on SMPXinyu Chen1-1/+11
2012-09-12pmac_zilog,kdb: Fix console poll hook to return instead of loopJason Wessel1-3/+9
2012-08-10pch_uart: Fix parity setting issueTomoya MORINAGA1-1/+1
2012-08-10pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA1-6/+12
2012-08-10pch_uart: Fix missing break for 16 byte fifoAlan Cox1-0/+1
2012-05-31tty: Allow uart_register/unregister/registerAlan Cox1-0/+1
2012-05-31Add missing call to uart_update_timeout()Lothar Waßmann1-0/+2
2012-05-318250.c: less than 2400 baud fix.Christian Melki1-4/+5
2012-05-318250_pci: fix pch uart matchingArnaud Patard1-0/+18
2012-05-11drivers/tty/amiserial.c: add missing tty_unlockJulia Lawall1-1/+3
2012-05-11pch_uart: Fix dma channel unallocated issueTomoya MORINAGA1-1/+3
2012-05-11ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan1-6/+8
2012-04-22serial: PL011: move interrupt clearingLinus Walleij1-4/+4
2012-04-22serial: PL011: clear pending interruptsLinus Walleij1-4/+11
2012-04-22pch_uart: Fix MSI setting issueTomoya MORINAGA1-0/+1
2012-04-22tty: 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-03-12tty/powerpc: early udbg consoles can't be modulesStephen Rothwell1-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-21Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-43/+52
2011-11-17TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby1-2/+17
2011-11-17TTY: ldisc, move wait idle to callerJiri Slaby1-2/+2
2011-11-17TTY: ldisc, allow waiting for ldisc arbitrarily longJiri Slaby1-5/+6
2011-11-15Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs"Greg Kroah-Hartman2-16/+0
2011-11-15RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino2-21/+5
2011-11-15pch_uart: Fix DMA resource leak issueTomoya MORINAGA1-2/+2
2011-11-15serial,mfd: Fix CMSPAR setupAlan Cox1-3/+1
2011-11-15tty/serial: Prevent drop of DCD on suspend for Tegra UARTsDoug Anderson2-0/+16