summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2017-10-12serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi1-2/+2
2017-10-12Fix serial console on SNI RM400 machinesThomas Bogendoerfer1-5/+10
2017-09-15serial: ifx6x60: fix use-after-free on module unloadJohan Hovold1-1/+1
2017-09-15serial: ifx6x60: Remove dangerous spi_driver castsGeert Uytterhoeven1-3/+3
2017-09-15serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET1-3/+8
2017-08-26serial: omap: suspend device on probe errorsJohan Hovold1-1/+2
2017-08-26serial: omap: fix runtime-pm handling on unbindJohan Hovold1-1/+5
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: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka1-10/+13
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
2017-04-05serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam1-2/+2
2017-03-16tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud1-6/+5
2016-11-20serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon1-0/+139
2016-11-20sparc: serial: sunhv: fix a double lock bugDan Carpenter1-6/+0
2016-11-20serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski1-2/+2
2016-11-20serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski1-3/+9
2016-11-20tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni1-6/+8
2016-05-01serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven1-39/+0
2016-05-018250: use callbacks to access UART_DLL/UART_DLMSebastian Frias1-12/+6
2016-02-25serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley1-2/+6
2015-11-16serial: 8250_pci: Correct uartclk for xr17v35x expansion chipsSoeren Grunewald1-3/+19
2015-11-16serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald1-0/+21
2015-11-16serial: 8250_pci: Add support for 16 port Exar boardsSoeren Grunewald1-2/+23
2015-09-28serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero1-0/+6
2015-09-28serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero1-0/+5
2015-09-28serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee1-20/+61
2015-06-11serial: imx: Fix DMA handling for IDLE condition abortsPhilipp Zabel1-0/+8
2015-05-12tty/serial: at91: maxburst was missing for dma transfersLudovic Desroches1-0/+2
2015-05-12serial: of-serial: Remove device_type = "serial" registrationMichal Simek1-1/+0
2015-05-12serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek2-11/+12
2015-04-13tty: serial: fsl_lpuart: clear receive flag on FIFO flushStefan Agner1-0/+3
2015-04-01serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley1-2/+8
2015-03-18Change email address for 8250_pciRussell King1-1/+1
2015-03-02serial: fsl_lpuart: avoid new transfer while DMA is runningStefan Agner1-4/+5
2015-03-02serial: fsl_lpuart: delete timer on shutdownStefan Agner1-3/+4
2015-02-24tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen1-1/+3
2015-02-24tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen1-0/+12
2015-01-12serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2015-01-12tty: serial: men_z135_uart: Add terminating entry for men_z135_idsAxel Lin1-0/+1
2014-11-17serial: msm_serial: Fix kgdb continueStephen Boyd1-15/+7
2014-11-14serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley1-1/+1
2014-10-30tty: omap-serial: fix division by zeroFrans Klaver1-2/+10
2014-10-15serial: 8250: Add Quark X1000 to 8250_pci.cBryan O'Donoghue1-0/+21
2014-10-06tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()Richard Genoud1-1/+42
2014-09-06serial: core: Preserve termios c_cflag for console resumePeter Hurley1-0/+3
2014-08-14sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze1-0/+9
2014-07-12serial: imx: Fix build breakagePeter Hurley1-1/+1