summaryrefslogtreecommitdiffstats
path: root/drivers/tty/ttynull.c
Commit message (Expand)AuthorAgeFilesLines
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek2021-01-081-18/+0
* init/console: Use ttynull as a fallback when there is no consolePetr Mladek2020-11-201-0/+18
* tty: Add NULL TTY driverVincent Whitchurch2019-04-161-0/+109