summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-03-10tty: serial: samsung_tty: Separate S3C64XX ops structureHector Martin
2021-03-10tty: serial: samsung_tty: Add ucon_mask parameterHector Martin
2021-03-10drivers: tty: serial: IMX_EARLYCON: fix Kconfig dependency on SERIAL_COREJulian Braha
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby
2021-03-10tty: make everyone's chars_in_buffer return >= 0Jiri Slaby
2021-03-10tty: cleanup tty_chars_in_bufferJiri Slaby
2021-03-10tty: n_gsm, remove duplicates of parametersJiri Slaby
2021-03-10tty: hvc, drop unneeded forward declarationsJiri Slaby
2021-03-10tty: synclink_gt, drop unneeded forward declarationsJiri Slaby
2021-03-10tty: localise ptychar and make it constJiri Slaby
2021-03-10tty: let tty_unregister_driver return voidJiri Slaby
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby
2021-03-10tty: vcc, remove useless tty checksJiri Slaby
2021-03-10tty: vcc, use name strings directlyJiri Slaby
2021-03-10tty: vcc, drop version dumpJiri Slaby
2021-03-10tty: vcc, make globals staticJiri Slaby
2021-03-10tty: nozomi, remove useless debug printsJiri Slaby
2021-03-10tty: nozomi, remove init/exit messagesJiri Slaby
2021-03-10tty: nozomi, remove struct bufferJiri Slaby
2021-03-10tty: jsm_tty, make char+error handling readableJiri Slaby
2021-03-10tty: 8250/serial_cs, propagate errors in simple_configJiri Slaby
2021-03-10tty: 8250, cleanup em485 timersJiri Slaby
2021-03-10tty: 8250, use ms_to_ktimeJiri Slaby
2021-03-10tty: imx, use ms_to_ktimeJiri Slaby
2021-03-10tty: n_tty, set tty_ldisc_ops::ownerJiri Slaby
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-03-10tty: rocket, remove the driverJiri Slaby
2021-03-10tty: isicom, remove this orphanJiri Slaby
2021-03-10tty: cyclades, remove this orphanJiri Slaby
2021-03-10tty: serial: pch_uart.c: remove debugfs dentry pointerGreg Kroah-Hartman
2021-03-10Revert "drivers:tty:pty: Fix a race causing data loss on close"Greg Kroah-Hartman
2021-03-10Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan
2021-03-02vio: make remove callback return voidUwe Kleine-König
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-02-20tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds
2021-02-09serial: core: Remove BUG_ON(in_interrupt()) checkAhmed S. Darwish
2021-02-09vt_ioctl: Remove in_interrupt() checkAhmed S. Darwish
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds
2021-01-27vt: keyboard, use new API for keyboard_taskletEmil Renner Berthing
2021-01-27misc: pti: Remove driver for deprecated platformAndy Shevchenko
2021-01-26serial: stm32: improve platform_get_irq condition handling in init_portErwan Le Ray
2021-01-26serial: ifx6x60: Remove driver for deprecated platformAndy Shevchenko
2021-01-26serial: stm32: Use of_device_get_match_data()Stephen Boyd
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen
2021-01-25Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman