summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2021-05-27tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET1-1/+10
2021-05-27tty: nozomi: Fix the error handling path of 'nozomi_card_init()'Christophe JAILLET1-3/+5
2021-05-21tty: hvc_console: Remove the repeated words 'no' and 'from'Xiaofei Tan1-2/+2
2021-05-21Revert "serial: sh-sci: Add support for RZ/G2L SoC"Greg Kroah-Hartman2-12/+0
2021-05-20tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb()Lee Jones1-1/+1
2021-05-20tty: n_gsm: Fix function naming and provide missing param descriptionsLee Jones1-2/+4
2021-05-20tty: serial: st-asc: Demote a kernel-doc formatting abuseLee Jones1-1/+1
2021-05-20tty: n_hdlc: Fix a little doc-rot in n_hdlc_tty_read()Lee Jones1-1/+3
2021-05-20tty: tty_jobctrl: Fix 2 incorrectly documented functionsLee Jones1-2/+2
2021-05-20tty: tty_buffer: Fix incorrectly documented function __tty_buffer_request_room()Lee Jones1-1/+1
2021-05-20tty: serdev: core: Fix misspelled function name __serdev_device_driver_regist...Lee Jones1-1/+1
2021-05-20tty: vt: selection: Correct misspelled function sel_loadlut()Lee Jones1-1/+1
2021-05-20tty: fix kernel-doc for {start,stop}_ttyJiri Slaby1-21/+19
2021-05-20tty: fix kernel-doc for tty_{read,write}Jiri Slaby1-21/+16
2021-05-20tty/serial: make port of serial8250_register_8250_port constJiri Slaby1-2/+2
2021-05-20tty/serial: clean up uart_match_portJiri Slaby1-7/+9
2021-05-20serial: liteuart: Add support for earlyconStafford Horne2-0/+22
2021-05-20tty: pty: correct function name pty_resize()Yang Yingliang1-1/+1
2021-05-20tty: pty: remove redundant initialization of variable fdColin Ian King1-1/+1
2021-05-20serial: sc16is7xx: Use devm_clk_get_optional()Andy Shevchenko1-13/+13
2021-05-20serial: max310x: Try to get crystal clock rate from propertyAndy Shevchenko1-14/+26
2021-05-20serial: drop irq-flags initialisationsJohan Hovold7-15/+15
2021-05-20serial: kgdb_nmi: remove redundant initialization of variable cColin Ian King1-1/+1
2021-05-20serial: sh-sci: Add support for RZ/G2L SoCBiju Das2-0/+12
2021-05-20tty: serial: meson: retrieve port FIFO size from DTNeil Armstrong1-1/+4
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-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