aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/n_null.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11tty: ldops: unify to u8Gravatar Jiri Slaby (SUSE) 1-4/+3
2023-08-11tty: n_null: remove optional ldopsGravatar Jiri Slaby (SUSE) 1-18/+0
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscGravatar Jiri Slaby 1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyGravatar Jiri Slaby 1-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constGravatar Jiri Slaby 1-1/+1
2021-03-10tty: remove TTY_LDISC_MAGICGravatar Jiri Slaby 1-1/+0
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerGravatar Linus Torvalds 1-1/+2
2017-11-08tty: Remove redundant license textGravatar Greg Kroah-Hartman 1-13/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-06-03tty: handle the case where we cannot restore a line disciplineGravatar Alan Cox 1-0/+80