aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/ttynull.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek1-18/+0
2020-11-20init/console: Use ttynull as a fallback when there is no consolePetr Mladek1-0/+18
2019-04-16tty: Add NULL TTY driverVincent Whitchurch1-0/+109