summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2018-06-01serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht1-0/+2
2018-03-03serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-08-26serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama1-4/+6
2017-07-18serial: mxs-auart: Fix baudrate calculationUwe Kleine-König1-1/+1
2017-07-18serial: mxs-auart: fix baud rate rangeStefan Wahren1-2/+6
2017-06-05serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott1-0/+13
2017-06-05tty: serial: msm: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-11-20serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski1-2/+2
2016-05-01serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven1-37/+0
2016-05-018250: use callbacks to access UART_DLL/UART_DLMSebastian Frias1-12/+6
2015-10-13serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero1-0/+6
2015-08-12tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre1-8/+3
2015-08-07serial: of-serial: Remove device_type = "serial" registrationMichal Simek1-1/+0
2015-08-07serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek2-11/+12
2015-05-10Change email address for 8250_pciRussell King1-1/+1
2015-02-20serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2014-12-14serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley1-1/+1
2014-09-14sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze1-0/+9
2014-09-14serial: core: Preserve termios c_cflag for console resumePeter Hurley1-0/+3
2014-04-02TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven1-0/+3
2014-04-02serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren1-0/+4
2014-04-02serial: add support for 200 v3 series Titan cardYegor Yefremov1-0/+4
2014-04-02serial: add support for 400 and 800 v3 series Titan cardsYegor Yefremov1-0/+16
2013-10-27serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold1-1/+2
2013-10-27serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold1-0/+2
2013-09-10serial/mxs-auart: increase time to wait for transmitter to become idleUwe Kleine-König1-8/+13
2013-09-10serial/mxs-auart: fix race condition in interrupt handlerUwe Kleine-König1-8/+9
2013-07-27pch_uart: fix a deadlock when pch_uart as consoleLiang Li1-7/+22
2013-07-27Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-05-13serial_core.c: add put_device() after device_find_child()Federico Vaga1-0/+4
2013-04-10tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz1-6/+5
2013-03-27sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill1-12/+9
2013-03-20tty: serial: fix typo "ARCH_S5P6450"Paul Bolle1-1/+1
2013-03-20serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 ...Wang YanQing1-0/+4
2013-03-20Fix 4 port and add support for 8 port 'Unknown' PCI serial port cardsScott Ashcroft1-10/+7
2013-03-20tty/serial: Add support for Altera serial portLey Foon Tan2-0/+27
2013-03-068250: use correct value for PORT_BRCM_TRUMANAGEBen Hutchings1-2/+2
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-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