summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: core: Fix initializing and restoring termios speedPali Rohár2021-11-261-2/+14
* serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár2021-10-061-1/+1
* serial: sh-sci: fix break handling for sysrqUlrich Hecht2021-09-221-1/+6
* serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman2021-09-221-1/+1
* serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-09-221-1/+2
* tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2021-09-222-0/+5
* tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan2021-09-221-1/+1
* serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki2021-08-121-3/+9
* tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET2021-07-201-1/+10
* tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun2021-07-201-0/+3
* serial: mvebu-uart: fix calculation of clock divisorPali Rohár2021-07-201-1/+1
* serial: mvebu-uart: clarify the baud rate derivationMiquel Raynal2021-07-201-8/+14
* serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár2021-07-201-3/+8
* serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki2021-07-201-3/+16
* serial_cs: remove wrong GLOBETROTTER.cis entryOndrej Zary2021-07-201-1/+0
* serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary2021-07-201-0/+1
* serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()Yoshihiro Shimoda2021-07-201-0/+8
* serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan2021-06-031-2/+4
* serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'Zheyu Ma2021-06-031-35/+17
* serial: sh-sci: Fix off-by-one error in FIFO threshold register settingGeert Uytterhoeven2021-06-031-2/+2
* Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman2021-05-261-3/+0
* serial: stm32: fix tx_empty conditionErwan Le Ray2021-05-222-4/+4
* serial: stm32: fix incorrect characters on consoleErwan Le Ray2021-05-221-1/+11
* serial: mvebu-uart: fix tx lost characters at power offPali Rohár2021-01-271-1/+9
* serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy2020-12-301-0/+4
* serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin2020-12-301-5/+0
* tty: serial: imx: keep console clocks always onFugang Duan2020-11-241-17/+3
* serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao2020-11-101-0/+3
* serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang2020-11-101-1/+1
* serial: pl011: Fix lockdep splat when handling magic-sysrq interruptPeter Zijlstra2020-11-051-4/+7
* tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan2020-10-301-1/+1
* tty: serial: earlycon dependencyTong Zhang2020-10-291-0/+1
* tty: serial: samsung: Correct clock selection logicJonathan Bakker2020-10-011-4/+4
* serial: uartps: Wait for tx_empty in console setupRaviteja Narayanam2020-10-011-0/+8
* serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra2020-10-011-2/+4
* serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi2020-10-011-1/+1
* serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra2020-10-011-1/+15
* serial: 8250: Avoid error message on reprobeLukas Wunner2020-09-261-2/+9
* serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich2020-09-231-0/+11
* tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupJohn Stultz2020-09-091-1/+1
* serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky2020-09-031-3/+6
* serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn2020-09-031-3/+21
* serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner2020-09-031-1/+4
* serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner2020-09-031-6/+5
* serial: samsung: Removes the IRQ not found warningTamseel Shams2020-09-031-3/+5
* serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin2020-07-291-0/+18
* serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang2020-07-291-1/+1
* serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell2020-07-291-1/+11
* serial: mxs-auart: add missed iounmap() in probe failure and removeChuhong Yuan2020-07-221-4/+8
* serial: amba-pl011: Make sure we initialize the port.lock spinlockJohn Stultz2020-06-251-0/+1