summaryrefslogtreecommitdiffstats
path: root/drivers/misc/bcm-vk/bcm_vk_tty.c
Commit message (Expand)AuthorAgeFilesLines
* tty: bcm: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-2/+2
* 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-3/+1
* misc: bcm-vk: fix tty registration raceJohan Hovold2021-09-211-3/+3
* tty: drop put_tty_driverJiri Slaby2021-07-271-4/+4
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* misc: bcm-vk: only support ttyVK if CONFIG_TTY is setScott Branden2021-02-041-0/+6
* misc: bcm-vk: add ttyVK supportScott Branden2021-01-251-0/+333