summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-05-28Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"Greg Kroah-Hartman
2021-05-27serial: 8250_pci: handle FL_NOIRQ board flagChristian Gmeiner
2021-05-27tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET
2021-05-27tty: nozomi: Fix the error handling path of 'nozomi_card_init()'Christophe JAILLET
2021-05-23tty: hvc: udbg_hvc: retry putc on -EAGAINNathan Lynch
2021-05-21tty: hvc_console: Remove the repeated words 'no' and 'from'Xiaofei Tan
2021-05-21serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'Zheyu Ma
2021-05-21Revert "serial: sh-sci: Add support for RZ/G2L SoC"Greg Kroah-Hartman
2021-05-21Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...Greg Kroah-Hartman
2021-05-20Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-05-20serial: 8250_pci: Add support for new HPE serial deviceRandy Wright
2021-05-20serial: 8250: 8250_omap: Fix possible interrupt stormVignesh Raghavendra
2021-05-20serial: 8250: Use BIT(x) for UART_{CAP,BUG}_*Andrew Jeffery
2021-05-20serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUARTAndrew Jeffery
2021-05-20tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb()Lee Jones
2021-05-20tty: n_gsm: Fix function naming and provide missing param descriptionsLee Jones
2021-05-20tty: serial: st-asc: Demote a kernel-doc formatting abuseLee Jones
2021-05-20tty: n_hdlc: Fix a little doc-rot in n_hdlc_tty_read()Lee Jones
2021-05-20tty: tty_jobctrl: Fix 2 incorrectly documented functionsLee Jones
2021-05-20tty: tty_buffer: Fix incorrectly documented function __tty_buffer_request_room()Lee Jones
2021-05-20tty: serdev: core: Fix misspelled function name __serdev_device_driver_regist...Lee Jones
2021-05-20tty: vt: selection: Correct misspelled function sel_loadlut()Lee Jones
2021-05-20tty: fix kernel-doc for {start,stop}_ttyJiri Slaby
2021-05-20tty: fix kernel-doc for tty_{read,write}Jiri Slaby
2021-05-20tty/serial: make port of serial8250_register_8250_port constJiri Slaby
2021-05-20tty/serial: clean up uart_match_portJiri Slaby
2021-05-20serial: liteuart: Add support for earlyconStafford Horne
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