summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-07-21tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente
2021-07-21serial: samsung: use dma_ops of DMA if attachedTamseel Shams
2021-07-21arm pl011 serial: support multi-irq requestBing Fan
2021-07-21serial: amba-pl011: add RS485 supportLino Sanfilippo
2021-07-21tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma
2021-07-21serial: core: Report magic multiplier extra baud ratesMaciej W. Rozycki
2021-07-21serial: 8250: extend compile-test coverageJohan Hovold
2021-07-21serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King
2021-07-21serial: 8250_pnp: Support configurable clock frequencyJianmin Lv
2021-07-21serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King
2021-07-21bus: Make remove callback return voidUwe Kleine-König
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