summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
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
2021-06-18mxser: fix typos around enhanced modeJiri Slaby
2021-06-18mxser: decrypt FCR valuesJiri Slaby
2021-06-18mxser: remove xmit_cnt < 0 testsJiri Slaby
2021-06-18mxser: introduce and use start/stop_tx helpersJiri Slaby
2021-06-18mxser: extract and dedup CTS handlingJiri Slaby
2021-06-18mxser: don't start TX from tty_operations::put_charJiri Slaby
2021-06-18mxser: cleanup mxser_dtr_rtsJiri Slaby
2021-06-18mxser: cleanup mxser_rs_breakJiri Slaby
2021-06-18mxser: remove pointless ioaddr checksJiri Slaby
2021-06-18mxser: alloc only needed # of portsJiri Slaby
2021-06-18mxser: alloc struct mxser_board dynamicallyJiri Slaby
2021-06-18mxser: make mxser_board::idx really an indexJiri Slaby
2021-06-18mxser: rework and simplify mxser_openJiri Slaby
2021-06-18mxser: cleanup mxser_process_txrx_fifoJiri Slaby
2021-06-18mxser: remove mxser_cardinfoJiri Slaby
2021-06-18mxser: remove info message from probeJiri Slaby
2021-06-18mxser: move request irq to probe and switch to managedJiri Slaby
2021-06-18mxser: pci, switch to managed resourcesJiri Slaby
2021-06-18mxser: inline mxser_board_remove into mxser_removeJiri Slaby
2021-06-18mxser: move board init into mxser_initbrdJiri Slaby
2021-06-18mxser: clean up the rest of MUST helpersJiri Slaby
2021-06-18mxser: introduce mxser_must_select_bank and use itJiri Slaby