summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2021-05-15tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-13tty: hvc_iucv: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-05-13vt: Move custom isspace() to its own namespaceAndy Shevchenko1-9/+9
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds1-10/+47
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-3/+3
2021-05-13vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki1-10/+47
2021-05-13tty: tty_port: Fix coding style issues of block commentsXiaofei Tan1-5/+9
2021-05-13tty: tty_port: Add a blank line after declarationsXiaofei Tan1-0/+1
2021-05-13tty: tty_port: Delete a blank line before EXPORT_SYMBOL(foo)Xiaofei Tan1-1/+0
2021-05-13tty: tty_io: Remove return in void functionXiaofei Tan1-1/+0
2021-05-13tty: tty_io: Delete a blank line before EXPORT_SYMBOL(foo)Xiaofei Tan1-7/+0
2021-05-13tty: tty_io: Fix an issue of code indent for conditional statementsXiaofei Tan1-1/+1
2021-05-13tty: tty_io: Remove the repeated word 'can'Xiaofei Tan1-1/+1
2021-05-13tty: tty_io: Fix coding style issues of block commentsXiaofei Tan1-7/+12
2021-05-13tty: tty_io: Fix trailing whitespace issuesXiaofei Tan1-1/+1
2021-05-13tty: tty_io: Fix spaces required around that ':'Xiaofei Tan1-1/+1
2021-05-13tty: tty_io: Add a blank line after declarationsXiaofei Tan1-0/+10
2021-05-13tty: tty_io: Remove spaces before tabsXiaofei Tan1-8/+8
2021-05-13tty: tty_buffer: Fix coding style issues of block commentsXiaofei Tan1-3/+6
2021-05-13tty: tty_buffer: Remove the repeated word 'the'Xiaofei Tan1-2/+2
2021-05-13tty: tty_buffer: Add a blank line after declarationsXiaofei Tan1-0/+7
2021-05-13tty: tty_baudrate: Fix coding style issues of block commentsXiaofei Tan1-4/+7
2021-05-13tty: tty_baudrate: Remove unnecessary tab and spaces in comment sentenceXiaofei Tan1-1/+1
2021-05-13tty: nozomi: Fix a resource leak in an error handling functionChristophe JAILLET1-0/+1
2021-05-13tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: mux: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: icom: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: dz: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: remove unused tty_throttleJiri Slaby1-26/+5
2021-05-13nozomi: simplify ntty_chars_in_bufferJiri Slaby1-8/+3
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby15-24/+24
2021-05-13tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby2-23/+0
2021-05-13tty: make tty_buffer_space_avail return uintJiri Slaby2-3/+3
2021-05-13serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan1-2/+4
2021-05-13Revert "serial: max310x: pass return value of spi_register_driver"Greg Kroah-Hartman1-2/+2
2021-05-13Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman1-3/+0
2021-05-13serial: 8250_dw: Add device HID for new AMD UART controllerMaximilian Luz1-0/+1
2021-05-13serial: sh-sci: Fix off-by-one error in FIFO threshold register settingGeert Uytterhoeven1-2/+2
2021-05-13serial: core: fix suspicious security_locked_down() callOndrej Mosnacek1-3/+5
2021-05-13serial: tegra: Fix a mask operation that is always trueColin Ian King1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby20-31/+31
2021-05-13tty: return void from tty_unregister_ldiscJiri Slaby1-3/+1