aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-13/+37
2021-07-30serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner1-0/+1
2021-07-29serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao1-0/+5
2021-07-29tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrlSherry Sun1-1/+1
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-11/+8
2021-07-21serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko1-0/+6
2021-07-21serial: 8250: fix handle_irq lockingJohan Hovold3-6/+9
2021-07-21serial: tegra: Only print FIFO error message when an error occursJon Hunter1-2/+4
2021-07-21serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki1-3/+9
2021-07-21serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko1-1/+2
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-3/+2
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds79-3896/+1643
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+1
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-51/+0
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2021-06-25serial: mvebu-uart: remove unused member nb from struct mvebu_uartPali Rohár1-1/+0
2021-06-25serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár1-3/+8
2021-06-25serial: mvebu-uart: do not allow changing baudrate when uartclk is not availablePali Rohár1-3/+2
2021-06-25serial: mvebu-uart: fix calculation of clock divisorPali Rohár1-1/+1
2021-06-24serial: Prefer unsigned int to bare use of unsignedJinchao Wang2-2/+2
2021-06-24serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra1-1/+19
2021-06-24serial: qcom_geni_serial: use DT aliases according to DT bindingsDmitry Baryshkov1-1/+3
2021-06-24Revert "tty: serial: Add UART driver for Cortina-Access platform"Greg Kroah-Hartman3-818/+0
2021-06-18s390/hvc_iucv: Remove power management supportJulian Wiedmann1-51/+0
2021-06-18tty: serial: Add UART driver for Cortina-Access platformJason Li3-0/+818
2021-06-18mxser: introduce mxser_16550A_or_MUST helperJiri Slaby1-13/+13
2021-06-18mxser: rename flags to old_speed in mxser_set_serial_infoJiri Slaby1-3/+3
2021-06-18mxser: use port variable in mxser_set_serial_infoJiri Slaby1-5/+5
2021-06-18mxser: access info->MCR under info->slockJiri Slaby1-2/+2
2021-06-18mxser: fix typos around enhanced modeJiri Slaby1-9/+9
2021-06-18mxser: decrypt FCR valuesJiri Slaby1-2/+6
2021-06-18mxser: remove xmit_cnt < 0 testsJiri Slaby1-4/+4
2021-06-18mxser: introduce and use start/stop_tx helpersJiri Slaby1-43/+37
2021-06-18mxser: extract and dedup CTS handlingJiri Slaby1-54/+33
2021-06-18mxser: don't start TX from tty_operations::put_charJiri Slaby1-11/+1
2021-06-18mxser: cleanup mxser_dtr_rtsJiri Slaby1-4/+5
2021-06-18mxser: cleanup mxser_rs_breakJiri Slaby1-4/+6
2021-06-18mxser: remove pointless ioaddr checksJiri Slaby1-10/+1
2021-06-18mxser: alloc only needed # of portsJiri Slaby1-2/+3
2021-06-18mxser: alloc struct mxser_board dynamicallyJiri Slaby1-10/+11
2021-06-18mxser: make mxser_board::idx really an indexJiri Slaby1-6/+7
2021-06-18mxser: rework and simplify mxser_openJiri Slaby1-7/+4
2021-06-18mxser: cleanup mxser_process_txrx_fifoJiri Slaby1-13/+15
2021-06-18mxser: remove mxser_cardinfoJiri Slaby1-72/+41
2021-06-18mxser: remove info message from probeJiri Slaby1-30/+26
2021-06-18mxser: move request irq to probe and switch to managedJiri Slaby1-21/+9
2021-06-18mxser: pci, switch to managed resourcesJiri Slaby1-11/+3
2021-06-18mxser: inline mxser_board_remove into mxser_removeJiri Slaby1-12/+7
2021-06-18mxser: move board init into mxser_initbrdJiri Slaby1-25/+28