summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-11-17serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLEGeert Uytterhoeven
2021-11-17serial: xilinx_uartps: Fix race condition causing stuck TXAnssi Hannula
2021-11-17serial: imx: fix detach/attach of serial consoleStefan Agner
2021-11-17serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko
2021-11-17serial: 8250: fix racy uartclk updateJohan Hovold
2021-11-17serial: core: Fix initializing and restoring termios speedPali Rohár
2021-10-07tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente
2021-09-30tty: synclink_gt: rename a conflicting function nameRandy Dunlap
2021-09-30serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár
2021-09-30serial: 8250: 8250_omap: Fix RX_LVL register offsetNishanth Menon
2021-09-26console: consume APC, DM, DCSnick black
2021-09-18serial: sh-sci: fix break handling for sysrqUlrich Hecht
2021-09-18serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren
2021-09-18vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman
2021-09-18serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman
2021-09-18hvsi: don't panic on tty_register_driver failureJiri Slaby
2021-09-18serial: max310x: Use clock-names property matching to recognize EXTCLKAndy Shevchenko
2021-09-18serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki
2021-09-18tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma
2021-09-15tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi
2021-09-15tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan
2021-09-03vt_kdsetmode: extend console lockingLinus Torvalds
2021-07-30serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner
2021-07-29serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao
2021-07-29tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrlSherry Sun
2021-07-21serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko
2021-07-21serial: 8250: fix handle_irq lockingJohan Hovold
2021-07-21serial: tegra: Only print FIFO error message when an error occursJon Hunter
2021-07-21serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki
2021-07-21serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-25serial: mvebu-uart: remove unused member nb from struct mvebu_uartPali Rohár
2021-06-25serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár
2021-06-25serial: mvebu-uart: do not allow changing baudrate when uartclk is not availablePali Rohár
2021-06-25serial: mvebu-uart: fix calculation of clock divisorPali Rohár
2021-06-24serial: Prefer unsigned int to bare use of unsignedJinchao Wang
2021-06-24serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra
2021-06-24serial: qcom_geni_serial: use DT aliases according to DT bindingsDmitry Baryshkov
2021-06-24Revert "tty: serial: Add UART driver for Cortina-Access platform"Greg Kroah-Hartman
2021-06-18s390/hvc_iucv: Remove power management supportJulian Wiedmann
2021-06-18tty: serial: Add UART driver for Cortina-Access platformJason Li
2021-06-18mxser: introduce mxser_16550A_or_MUST helperJiri Slaby
2021-06-18mxser: rename flags to old_speed in mxser_set_serial_infoJiri Slaby
2021-06-18mxser: use port variable in mxser_set_serial_infoJiri Slaby
2021-06-18mxser: access info->MCR under info->slockJiri Slaby