aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-21serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko1-13/+23
2021-07-21tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous"Colin Ian King1-1/+1
2021-07-21tty: serial: uartlite: Add runtime pm supportShubhrajyoti Datta1-8/+52
2021-07-21tty: serial: uartlite: Disable clocks in case of errorsShubhrajyoti Datta1-0/+1
2021-07-21tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente1-2/+19
2021-07-21serial: samsung: use dma_ops of DMA if attachedTamseel Shams1-21/+25
2021-07-21arm pl011 serial: support multi-irq requestBing Fan1-3/+31
2021-07-21serial: amba-pl011: add RS485 supportLino Sanfilippo1-2/+161
2021-07-21tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2-0/+5
2021-07-21serial: core: Report magic multiplier extra baud ratesMaciej W. Rozycki1-0/+8
2021-07-21serial: 8250: extend compile-test coverageJohan Hovold1-4/+6
2021-07-21serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King1-1/+1
2021-07-21serial: 8250_pnp: Support configurable clock frequencyJianmin Lv1-0/+2
2021-07-21serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King1-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
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