summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)2017-11-241-0/+3
* serial: omap: Fix EFR write on RTS deassertionLukas Wunner2017-11-241-1/+1
* serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart2017-11-151-9/+8
* sparc64: Migrate hvcons irq to panicked cpuVijay Kumar2017-10-211-0/+6
* serial: 8250_port: Remove dangerous pr_debug()Alexey Brodkin2017-10-081-4/+0
* serial: 8250: moxa: Store num_ports in brdMatwey V. Kornilov2017-10-081-0/+1
* serial: sh-sci: Fix late enablement of AUTORTSGeert Uytterhoeven2017-06-241-0/+4
* serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET2017-06-241-3/+8
* serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama2017-06-141-4/+6
* serial: ifx6x60: fix use-after-free on module unloadJohan Hovold2017-06-141-1/+1
* drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel2017-06-071-1/+1
* serial: omap: suspend device on probe errorsJohan Hovold2017-05-201-1/+2
* serial: omap: fix runtime-pm handling on unbindJohan Hovold2017-05-201-1/+5
* serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski2017-05-201-5/+4
* serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren2017-05-141-1/+7
* 8250_pci: Fix potential use-after-free in error pathGabriel Krisman Bertazi2017-05-081-7/+5
* serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437xVignesh R2017-04-121-6/+3
* serial: mxs-auart: Fix baudrate calculationUwe Kleine-König2017-04-081-1/+1
* tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre2017-04-081-0/+3
* tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud2017-04-081-0/+5
* serial: 8250_pci: Detach low-level driver during PCI error recoveryGabriel Krisman Bertazi2017-03-221-4/+19
* serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski2017-03-181-2/+4
* serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott2017-03-151-0/+13
* tty: serial: msm: Fix module autoloadJavier Martinez Canillas2017-02-261-0/+1
* Clearing FIFOs in RS485 emulation mode causes subsequent transmits to breakDaniel Jedrychowski2017-01-191-1/+1
* tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud2017-01-191-0/+11
* tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud2017-01-191-6/+5
* Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu2017-01-191-1/+1
* sc16is7xx: Drop bogus use of IRQF_ONESHOTJosh Cartwright2017-01-091-1/+1
* tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeupRob Herring2016-10-281-2/+2
* tty: serial_core: Fix serial console crash on port shutdownGeert Uytterhoeven2016-10-281-0/+2
* tty/serial: at91: fix hardware handshake on Atmel platformsRichard Genoud2016-10-281-4/+22
* sc16is7xx: always write state when configuring GPIO as an outputFrancois Berder2016-10-271-2/+6
* tty: serial: 8250: 8250_core: NXP SC16C2552 workaroundSteve Shih2016-10-271-1/+2
* tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice2016-10-271-2/+1
* serial: 8250_lpss: enable MSI for sureAndy Shevchenko2016-10-271-1/+1
* serial: core: fix console problems on uart_closeRob Herring2016-10-271-2/+0
* serial: 8250_uniphier: fix clearing divisor latch access bitMasahiro Yamada2016-10-271-1/+1
* serial: 8250_uniphier: fix more unterminated stringDenys Vlasenko2016-10-271-1/+1
* serial: pch_uart: add terminate entry for dmi_system_id tablesWei Yongjun2016-10-271-0/+1
* serial: xuartps: Add new compatible string for ZynqMPNava kishore Manne2016-10-271-0/+2
* serial: SERIAL_STM32 should depend on HAS_DMAGeert Uytterhoeven2016-10-271-0/+1
* serial: stm32: Fix comparisons with undefined registerGeert Uytterhoeven2016-10-271-1/+1
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-11/+11
* Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-0340-1132/+2272
|\
| * Revert "serial: pl011: add console matching function"Greg Kroah-Hartman2016-09-301-55/+0
| * serial: pl011: add console matching functionAleksey Makarov2016-09-281-0/+55
| * ACPI: parse SPCR and enable matching consoleAleksey Makarov2016-09-281-2/+17
| * of/serial: move earlycon early_param handling to serialLeif Lindholm2016-09-281-1/+1
| * tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irqKefeng Wang2016-09-271-1/+2