summaryrefslogtreecommitdiff
path: root/drivers/tty/n_hdlc.c
AgeCommit message (Expand)Author
2023-12-08tty: n_hdlc: convert to u8 and size_tJiri Slaby (SUSE)
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2022-09-22tty: n_hdlc: remove HDLC_MAGICнаб
2022-08-30termios: get rid of stray asm/termios.h include in n_hdlc.cAl Viro
2021-12-20Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman
2021-12-15tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronousTetsuo Handa
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby
2021-05-20tty: n_hdlc: Fix a little doc-rot in n_hdlc_tty_read()Lee Jones
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-04-15tty: clean include/linux/tty.h upGreg Kroah-Hartman
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18tty: ldiscs, fix kernel-docJiri Slaby
2020-05-29n_hdlc_tty_read(): remove pointless access_ok()Al Viro
2020-03-16tty: n_hdlc, remove FILE and LINE from pr_debugJiri Slaby
2020-02-21n_hdlc: wrap a comment properlyJiri Slaby
2020-02-21n_hdlc: fix whitespace around binary operatorsJiri Slaby
2020-02-21n_hdlc: add missing spaces after commasJiri Slaby
2020-02-21n_hdlc: remove spaces between function name and (Jiri Slaby
2020-02-21n_hdlc: remove useless whitespace at line wrapsJiri Slaby
2020-02-21n_hdlc: use __func__ and pr_ print helpersJiri Slaby
2020-02-21n_hdlc: remove unneeded ifdefJiri Slaby
2020-02-21n_hdlc: switch tbusy and woke_up to boolsJiri Slaby
2020-02-21n_hdlc: move tty_ldisc_ops to the bottomJiri Slaby
2020-02-21n_hdlc: add helper for buffers allocationJiri Slaby
2020-02-21n_hdlc: remove checking of n_hdlcJiri Slaby
2020-02-21n_hdlc: remove cached ttyJiri Slaby
2020-02-21n_hdlc: inline n_hdlc_releaseJiri Slaby
2020-02-21n_hdlc: expand tty2n_hdlc macroJiri Slaby
2020-02-21n_hdlc: remove unused backup_ttyJiri Slaby
2020-02-21n_hdlc: remove unused flagsJiri Slaby
2020-02-21n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby
2020-02-21n_hdlc: simplify freeing of buffer listJiri Slaby
2020-02-21n_hdlc: use clamp() for maxframeJiri Slaby
2020-02-21n_hdlc: cleanup messages during registrationJiri Slaby
2020-02-21n_hdlc: put init/exit strings directly to printsJiri Slaby
2020-02-21n_hdlc: convert debuglevel use to pr_debugJiri Slaby
2020-02-21n_hdlc: remove unused macrosJiri Slaby
2020-02-21n_hdlc: remove tracing debug printsJiri Slaby
2020-01-23tty: n_hdlc: Use flexible-array member and struct_size() helperGustavo A. R. Silva
2019-10-04tty: n_hdlc: fix build on SPARCRandy Dunlap