summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_hdlc.c
Commit message (Expand)AuthorAgeFilesLines
* tty: n_hdlc: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-5/+5
* tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-3/+3
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-2/+2
* tty: n_hdlc: remove HDLC_MAGICнаб2022-09-221-27/+0
* termios: get rid of stray asm/termios.h include in n_hdlc.cAl Viro2022-08-301-1/+0
* Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman2021-12-201-1/+22
|\
| * tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronousTetsuo Handa2021-12-151-1/+22
* | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
|/
* tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* tty: n_hdlc: Fix a little doc-rot in n_hdlc_tty_read()Lee Jones2021-05-201-1/+3
* tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-7/+1
* tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-2/+1
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* tty: clean include/linux/tty.h upGreg Kroah-Hartman2021-04-151-0/+1
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-19/+41
* Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-311-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | tty: ldiscs, fix kernel-docJiri Slaby2020-08-181-36/+36
|/
* n_hdlc_tty_read(): remove pointless access_ok()Al Viro2020-05-291-7/+0
* tty: n_hdlc, remove FILE and LINE from pr_debugJiri Slaby2020-03-161-21/+12
* n_hdlc: wrap a comment properlyJiri Slaby2020-02-211-2/+4
* n_hdlc: fix whitespace around binary operatorsJiri Slaby2020-02-211-3/+3
* n_hdlc: add missing spaces after commasJiri Slaby2020-02-211-9/+9
* n_hdlc: remove spaces between function name and (Jiri Slaby2020-02-211-4/+4
* n_hdlc: remove useless whitespace at line wrapsJiri Slaby2020-02-211-37/+37
* n_hdlc: use __func__ and pr_ print helpersJiri Slaby2020-02-211-7/+7
* n_hdlc: remove unneeded ifdefJiri Slaby2020-02-211-2/+0
* n_hdlc: switch tbusy and woke_up to boolsJiri Slaby2020-02-211-8/+8
* n_hdlc: move tty_ldisc_ops to the bottomJiri Slaby2020-02-211-31/+15
* n_hdlc: add helper for buffers allocationJiri Slaby2020-02-211-22/+20
* n_hdlc: remove checking of n_hdlcJiri Slaby2020-02-211-29/+3
* n_hdlc: remove cached ttyJiri Slaby2020-02-211-16/+5
* n_hdlc: inline n_hdlc_releaseJiri Slaby2020-02-211-25/+10
* n_hdlc: expand tty2n_hdlc macroJiri Slaby2020-02-211-12/+11
* n_hdlc: remove unused backup_ttyJiri Slaby2020-02-211-9/+1
* n_hdlc: remove unused flagsJiri Slaby2020-02-211-4/+1
* n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby2020-02-211-34/+38
* n_hdlc: simplify freeing of buffer listJiri Slaby2020-02-211-31/+14
* n_hdlc: use clamp() for maxframeJiri Slaby2020-02-211-4/+1
* n_hdlc: cleanup messages during registrationJiri Slaby2020-02-211-4/+4
* n_hdlc: put init/exit strings directly to printsJiri Slaby2020-02-211-22/+6
* n_hdlc: convert debuglevel use to pr_debugJiri Slaby2020-02-211-48/+31
* n_hdlc: remove unused macrosJiri Slaby2020-02-211-5/+0
* n_hdlc: remove tracing debug printsJiri Slaby2020-02-211-30/+2
* tty: n_hdlc: Use flexible-array member and struct_size() helperGustavo A. R. Silva2020-01-231-6/+5
* tty: n_hdlc: fix build on SPARCRandy Dunlap2019-10-041-0/+5