aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/ttynull.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 1-2/+1
2021-07-27tty: drop put_tty_driverGravatar Jiri Slaby 1-2/+2
2021-05-13tty: make tty_operations::write_room return uintGravatar Jiri Slaby 1-1/+1
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Gravatar Petr Mladek 1-18/+0
2020-11-20init/console: Use ttynull as a fallback when there is no consoleGravatar Petr Mladek 1-0/+18
2019-04-16tty: Add NULL TTY driverGravatar Vincent Whitchurch 1-0/+109