summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-05-13tty: tty_io: Fix coding style issues of block commentsXiaofei Tan
2021-05-13tty: tty_io: Fix trailing whitespace issuesXiaofei Tan
2021-05-13tty: tty_io: Fix spaces required around that ':'Xiaofei Tan
2021-05-13tty: tty_io: Add a blank line after declarationsXiaofei Tan
2021-05-13tty: tty_io: Remove spaces before tabsXiaofei Tan
2021-05-13tty: tty_buffer: Fix coding style issues of block commentsXiaofei Tan
2021-05-13tty: tty_buffer: Remove the repeated word 'the'Xiaofei Tan
2021-05-13tty: tty_buffer: Add a blank line after declarationsXiaofei Tan
2021-05-13tty: tty_baudrate: Fix coding style issues of block commentsXiaofei Tan
2021-05-13tty: tty_baudrate: Remove unnecessary tab and spaces in comment sentenceXiaofei Tan
2021-05-13tty: nozomi: Fix a resource leak in an error handling functionChristophe JAILLET
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-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-13serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan
2021-05-13Revert "serial: max310x: pass return value of spi_register_driver"Greg Kroah-Hartman
2021-05-13Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman
2021-05-13serial: 8250_dw: Add device HID for new AMD UART controllerMaximilian Luz
2021-05-13serial: sh-sci: Fix off-by-one error in FIFO threshold register settingGeert Uytterhoeven
2021-05-13serial: core: fix suspicious security_locked_down() callOndrej Mosnacek
2021-05-13serial: tegra: Fix a mask operation that is always trueColin Ian King
2021-05-13tty: make tty_operations::write_room return uintJiri 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