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