summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-13tty: nozomi: Fix a resource leak in an error handling functionChristophe JAILLET
2021-05-13ttyprintk: Removed unnecessary TTY ioctl callbackSamo Pogačnik
2021-05-13ttyprintk: Add TTY port shutdown callbackSamo Pogačnik
2021-05-13tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>Zihao Tang
2021-05-13tty: serial: mux: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: serial: icom: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: serial: dz: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-05-13tty: remove unused tty_throttleJiri Slaby
2021-05-13isdn: capi, drop useless pr_debugsJiri Slaby
2021-05-13isdn: capi, remove optional tty opsJiri Slaby
2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby
2021-05-13tty: remove empty tty_operations::flush_bufferJiri Slaby
2021-05-13nozomi: simplify ntty_chars_in_bufferJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby
2021-05-13tty: make tty_buffer_space_avail return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13ti-st: use tty_write_roomJiri Slaby
2021-05-13ti-st: use goto-failpath in st_core_initJiri Slaby
2021-05-13tty: return void from tty_unregister_ldiscJiri Slaby
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby
2021-05-13tty: drop tty_ldisc_ops::refcountJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13n_gsm: use goto-failpaths in gsm_initJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-05-13n_tty: remove superfluous return from n_tty_receive_signal_charJiri Slaby
2021-05-13n_tty: invert TTY_NORMAL condition in n_tty_receive_buf_standardJiri Slaby
2021-05-13n_tty: do only one cp dereference in n_tty_receive_buf_standardJiri Slaby
2021-05-13n_tty: make n_tty_receive_char_special return voidJiri Slaby
2021-05-13n_tty: move lnext handlingJiri Slaby
2021-05-13n_tty: drop parmrk_dbl from n_tty_receive_charJiri Slaby
2021-05-13n_tty: drop n_tty_receive_buf_fastJiri Slaby
2021-05-13n_tty: remove n_tty_receive_char_fastJiri Slaby
2021-05-13n_tty: remove n_tty_receive_char wrapperJiri Slaby
2021-05-13tty: remove broken r3964 line disciplineJiri Slaby
2021-05-13serial: 8250_omap: fix a timeout loop conditionDan Carpenter
2021-05-13serial: 8250: Add an empty line and remove some useless {}Christophe JAILLET
2021-05-13serial: 8250: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET
2021-05-13serial: meson: remove redundant initialization of variable idColin Ian King