summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner2021-08-121-0/+1
* serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko2021-08-121-0/+6
* serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki2021-08-121-3/+9
* serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao2021-08-121-0/+5
* serial: tegra: Only print FIFO error message when an error occursJon Hunter2021-08-121-2/+4
* serial: tty: uartlite: fix console setupDaniel Mack2021-07-201-21/+6
* tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET2021-07-201-1/+10
* serial: fsl_lpuart: disable DMA for console and fix sysrqMichael Walle2021-07-201-0/+6
* tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun2021-07-201-0/+3
* serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár2021-07-141-3/+8
* serial: mvebu-uart: do not allow changing baudrate when uartclk is not availablePali Rohár2021-07-141-3/+2
* serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra2021-07-141-1/+19
* serial: 8250: 8250_omap: Disable RX interrupt after DMA enableVignesh Raghavendra2021-07-141-1/+41
* serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki2021-07-141-3/+16
* tty: nozomi: Fix the error handling path of 'nozomi_card_init()'Christophe JAILLET2021-07-141-3/+5
* tty: nozomi: Fix a resource leak in an error handling functionChristophe JAILLET2021-07-141-0/+1
* serial: 8250_omap: fix a timeout loop conditionDan Carpenter2021-07-141-1/+1
* serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()Michael Walle2021-07-141-11/+1
* serial: fsl_lpuart: don't modify arbitrary data on lpuart32Michael Walle2021-07-141-1/+1
* serial_cs: remove wrong GLOBETROTTER.cis entryOndrej Zary2021-07-141-1/+0
* serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary2021-07-141-0/+1
* serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()Yoshihiro Shimoda2021-07-141-0/+8
* serial: mvebu-uart: fix calculation of clock divisorPali Rohár2021-07-141-1/+1
* serial: stm32: fix threaded interrupt handlingJohan Hovold2021-06-101-10/+12
* serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan2021-06-031-2/+4
* Revert "serial: max310x: pass return value of spi_register_driver"Greg Kroah-Hartman2021-06-031-2/+2
* 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
* serial: tegra: Fix a mask operation that is always trueColin Ian King2021-06-031-1/+1
* serial: 8250_pci: handle FL_NOIRQ board flagChristian Gmeiner2021-06-031-12/+17
* serial: 8250_pci: Add support for new HPE serial deviceRandy Wright2021-06-031-0/+18
* serial: 8250_dw: Add device HID for new AMD UART controllerMaximilian Luz2021-06-031-0/+1
* serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUARTAndrew Jeffery2021-06-033-0/+14
* serial: core: fix suspicious security_locked_down() callOndrej Mosnacek2021-06-031-3/+5
* tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-261-1/+1
* vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-261-3/+3
* vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki2021-05-261-10/+47
* Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman2021-05-261-3/+0
* serial: omap: fix rs485 half-duplex filteringDario Binacchi2021-05-141-15/+24
* serial: omap: don't disable rs485 if rts gpio is missingDario Binacchi2021-05-141-8/+4
* serial: core: return early on unsupported ioctlsJohan Hovold2021-05-141-3/+3
* tty: fix return value for unsupported termiox ioctlsJohan Hovold2021-05-141-2/+2
* tty: Remove dead termiox codeJann Horn2021-05-141-59/+2
* tty: fix return value for unsupported ioctlsJohan Hovold2021-05-141-4/+4
* serial: stm32: fix tx_empty conditionErwan Le Ray2021-05-142-4/+4
* serial: stm32: add FIFO flush when port is closedErwan Le Ray2021-05-141-0/+5
* serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray2021-05-141-3/+3
* serial: stm32: call stm32_transmit_chars lockedErwan Le Ray2021-05-141-0/+3
* serial: stm32: fix tx dma completion, release channelErwan Le Ray2021-05-141-0/+1
* serial: stm32: fix a deadlock in set_termiosErwan Le Ray2021-05-141-6/+6