summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2020-08-18vc_screen: extract vcs_read_buf_noattrJiri Slaby1-11/+22
2020-08-18vc_screen: extract vcs_read_buf_uniJiri Slaby1-19/+30
2020-08-18vs_screen: kill tmp_count from vcs_readJiri Slaby1-8/+2
2020-08-18vc_screen: sanitize types in vcs_readJiri Slaby1-8/+7
2020-08-18vc_screen: eliminate ifdefs from vcs_write_bufJiri Slaby1-12/+17
2020-08-18vc_screen: extract vcs_write_bufJiri Slaby1-76/+92
2020-08-18vc_screen: extract vcs_write_buf_noattrJiri Slaby1-21/+34
2020-08-18vc_screen: sanitize types in vcs_writeJiri Slaby1-10/+7
2020-08-18vc_screen: rewrite vcs_size to accept vc, not inodeJiri Slaby1-17/+29
2020-08-18vc_screen: document and cleanup vcs_vcJiri Slaby1-8/+12
2020-08-18vc: propagate "viewed as bool" from screenpos upJiri Slaby2-9/+11
2020-08-18vt: declare xy for get/putconsxy properlyJiri Slaby1-5/+5
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby2-8/+9
2020-08-18tty: timbuart: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-18tty: ifx6x60: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+4
2020-08-18tty: atmel_serial: convert tasklets to use new tasklet_setup() APIAllen Pais1-10/+10
2020-08-18tty: ipwireless: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds37-1408/+1626
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-5/+5
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-48/+162
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2020-08-02Revert "serial: 8250: Let serial core initialise spin lock"Andy Shevchenko1-0/+1
2020-07-31serial: 8250: Let serial core initialise spin lockAndy Shevchenko1-1/+0
2020-07-31tty: keyboard, do not speculate on func_table indexJiri Slaby1-1/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-30serial: stm32: Add RS485 RTS GPIO controlMarek Vasut1-0/+8
2020-07-29serial: 8250_dw: Fix common clocks usage race conditionSerge Semin1-2/+101
2020-07-29serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin1-3/+3
2020-07-29serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin1-11/+4
2020-07-29serial: 8250: Add 8250 port clock update methodSerge Semin1-0/+40
2020-07-29tty: serial: imx: add imx earlycon driverFugang Duan2-0/+58
2020-07-29tty: serial: imx: enable imx serial console port as moduleFugang Duan2-40/+6
2020-07-29tty/synclink: remove leftover bits of non-PCI card supportChristoph Hellwig1-241/+109
2020-07-29tty: Use the preferred form for passing the size of a structure typeGustavo A. R. Silva1-7/+7
2020-07-29tty: Fix identation issues in struct serial_struct32Gustavo A. R. Silva1-19/+19
2020-07-29tty: Avoid the use of one-element arraysGustavo A. R. Silva1-2/+2
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman6-24/+61
2020-07-24serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell1-1/+11
2020-07-24serial: msm_serial: add sparse context annotationJohan Hovold1-0/+2
2020-07-24serial: pmac_zilog: add sparse context annotationJohan Hovold1-0/+1
2020-07-21serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin1-0/+18
2020-07-21serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang1-1/+1
2020-07-21serial: imx: use hrtimers for rs485 delaysAhmad Fatoum1-26/+36
2020-07-21serial: imx: implement rts delaying for rs485Uwe Kleine-König1-36/+121
2020-07-21serial: tegra: drop bogus NULL tty-port checksJohan Hovold1-9/+4
2020-07-21serial: tegra: fix CREAD handling for PIOJohan Hovold1-2/+5
2020-07-21serial: pch_uart: use generic power managementVaibhav Gupta1-24/+10