summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-05-20tty: pty: correct function name pty_resize()Yang Yingliang
2021-05-20tty: pty: remove redundant initialization of variable fdColin Ian King
2021-05-20serial: sc16is7xx: Use devm_clk_get_optional()Andy Shevchenko
2021-05-20serial: max310x: Try to get crystal clock rate from propertyAndy Shevchenko
2021-05-20serial: drop irq-flags initialisationsJohan Hovold
2021-05-20serial: kgdb_nmi: remove redundant initialization of variable cColin Ian King
2021-05-20serial: sh-sci: Add support for RZ/G2L SoCBiju Das
2021-05-20tty: serial: meson: retrieve port FIFO size from DTNeil Armstrong
2021-05-17Merge 5.13-rc2 into driver-core-nextGreg Kroah-Hartman
2021-05-15tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa
2021-05-14sparc/vio: make remove callback return voidUwe Kleine-König
2021-05-13tty: hvc_iucv: Drop unnecessary NULL check after container_ofGuenter Roeck
2021-05-13vt: Move custom isspace() to its own namespaceAndy Shevchenko
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki
2021-05-13vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki
2021-05-13tty: tty_port: Fix coding style issues of block commentsXiaofei Tan
2021-05-13tty: tty_port: Add a blank line after declarationsXiaofei Tan
2021-05-13tty: tty_port: Delete a blank line before EXPORT_SYMBOL(foo)Xiaofei Tan
2021-05-13tty: tty_io: Remove return in void functionXiaofei Tan
2021-05-13tty: tty_io: Delete a blank line before EXPORT_SYMBOL(foo)Xiaofei Tan
2021-05-13tty: tty_io: Fix an issue of code indent for conditional statementsXiaofei Tan
2021-05-13tty: tty_io: Remove the repeated word 'can'Xiaofei Tan
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