summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2014-06-11tty/serial: Add support for Altera serial portLey Foon Tan2-0/+27
2014-06-118250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd3-2/+52
2014-06-11Fix 4 port and add support for 8 port 'Unknown' PCI serial port cardsScott Ashcroft1-10/+7
2014-06-11serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold1-0/+2
2014-06-11serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold1-1/+2
2014-06-08tty: serial: imx: don't reinit clock in imx_setup_ufcr()Dirk Behme1-14/+4
2014-02-06serial: add support for 200 v3 series Titan cardYegor Yefremov1-0/+4
2014-02-06tty/serial: at91: Handle shutdown more safelyMarek Roszko1-7/+13
2014-01-08TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven1-0/+3
2013-08-12serial/mxs-auart: increase time to wait for transmitter to become idleUwe Kleine-König1-8/+13
2013-08-12serial/mxs-auart: fix race condition in interrupt handlerUwe Kleine-König1-8/+9
2013-07-13Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-07-03pch_uart: fix a deadlock when pch_uart as consoleLiang Li1-7/+22
2013-05-08serial_core.c: add put_device() after device_find_child()Federico Vaga1-0/+4
2013-04-05tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz1-6/+5
2013-03-28sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill1-12/+9
2013-03-21tty: serial: fix typo "ARCH_S5P6450"Paul Bolle1-1/+1
2013-03-21serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 ...Wang YanQing1-0/+4
2013-01-21tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handlerMaxime Ripard1-1/+1
2013-01-21serial:ifx6x60:Delete SPI timer when shut down portchao bi1-0/+1
2012-11-26Revert "serial: omap: fix software flow control"Felipe Balbi1-6/+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-07serial: omap: fix software flow controlVikram Pandita1-6/+6
2012-10-02pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart1-12/+26
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-10-02tty: serial: imx: console write routing is unsafe on SMPXinyu Chen1-1/+11
2012-08-27pmac_zilog,kdb: Fix console poll hook to return instead of loopJason Wessel1-3/+9
2012-06-01tty: Allow uart_register/unregister/registerAlan Cox1-0/+1
2012-06-018250_pci: fix pch uart matchingArnaud Patard1-0/+18
2012-06-018250.c: less than 2400 baud fix.Christian Melki1-4/+5
2012-06-01Add missing call to uart_update_timeout()Lothar Waßmann1-0/+2
2012-04-30tty/serial/pmac_zilog: Fix "nobody cared" IRQ messageLarry Finger1-3/+3
2012-04-19pch_uart: Fix dma channel unallocated issueTomoya MORINAGA1-1/+3
2012-04-19ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan1-6/+8
2012-04-13Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-51/+47
2012-04-09pch_uart: Add Kontron COMe-mTT10 uart clock quirkMichael Brunner1-0/+7
2012-04-09pch_uart: Fix MSI setting issueTomoya MORINAGA1-0/+1
2012-04-09serial/8250_pci: add a "force background timer" flag and use it for the "kt" ...Dan Williams2-4/+21
2012-04-09Revert "serial/8250_pci: setup-quirk workaround for the kt serial controller"Dan Williams2-19/+2
2012-04-09Revert "serial/8250_pci: init-quirk msi support for kt serial controller"Dan Williams1-14/+0
2012-04-09tty/serial/omap: console can only be built-inArnd Bergmann1-1/+1
2012-04-09serial: samsung: fix omission initialize ulcon in reset port fn()Kukjin Kim1-0/+1
2012-04-09tty/serial: atmel_serial: fix RS485 half-duplex problemSiftar, Gabe1-0/+4
2012-04-09tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov1-2/+2
2012-04-09omap-serial: Fix the error handling in the omap_serial probeShubhrajyoti D1-23/+20
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2-89/+86
2012-04-07serial: PL011: move interrupt clearingLinus Walleij1-4/+4