summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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_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: 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: 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
* Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman2021-05-261-3/+0
* serial: core: return early on unsupported ioctlsJohan Hovold2021-05-141-3/+3
* 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: fix incorrect characters on consoleErwan Le Ray2021-05-141-1/+11
* tty: moxa: fix TIOCSSERIAL permission checkJohan Hovold2021-05-141-5/+11
* tty: amiserial: fix TIOCSSERIAL permission checkJohan Hovold2021-05-141-0/+1
* tty: moxa: fix TIOCSSERIAL jiffies conversionsJohan Hovold2021-05-141-2/+2
* tty: fix memory leak in vc_deallocatePavel Skripkin2021-05-111-0/+1
* tty: n_gsm: check error while registering tty devicesHillf Danton2021-05-111-2/+12
* vt/consolemap: do font sum unsignedJiri Slaby2021-03-071-1/+1
* serial: mvebu-uart: fix tx lost characters at power offPali Rohár2021-01-271-1/+9
* riscv: Fix sifive serial driverDamien Le Moal2021-01-271-0/+1
* 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-211-5/+0
* tty: Fix ->session lockingJann Horn2020-12-112-14/+37
* tty: Fix ->pgrp locking in tiocspgrp()Jann Horn2020-12-111-2/+2
* tty: serial: imx: keep console clocks always onFugang Duan2020-11-241-17/+3
* tty: serial: imx: fix potential deadlockSam Nobs2020-11-241-2/+8
* tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean2020-11-101-6/+7
* tty: serial: fsl_lpuart: add LS1028A supportMichael Walle2020-11-101-2/+25
* 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
* vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-101-22/+2
* tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds2020-11-051-15/+17
* vt: keyboard, extend func_buf_lock to readersJiri Slaby2020-11-051-4/+13
* vt: keyboard, simplify vt_kdgkbsentJiri Slaby2020-11-051-19/+9
* serial: pl011: Fix lockdep splat when handling magic-sysrq interruptPeter Zijlstra2020-11-011-4/+7