aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bGravatar Tobias Diedrich 1-0/+11
2020-09-16serial: core: fix console port-lock regressionGravatar Johan Hovold 1-17/+15
2020-09-16serial: core: fix port-lock initialisationGravatar Johan Hovold 1-8/+6
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 10-23/+66
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 20-26/+23
2020-08-18tty: serial: imx: add dependence and build for earlyconGravatar Fugang Duan 2-0/+2
2020-08-18serial: samsung: Removes the IRQ not found warningGravatar Tamseel Shams 1-3/+5
2020-08-18serial: 8250: change lock order in serial8250_do_startup()Gravatar Sergey Senozhatsky 1-3/+6
2020-08-18serial: stm32: avoid kernel warning on absence of optional IRQGravatar Holger Assmann 1-1/+1
2020-08-18serial: pl011: Fix oops on -EPROBE_DEFERGravatar Lukas Wunner 1-6/+5
2020-08-18serial: pl011: Don't leak amba_ports entry on driver register errorGravatar Lukas Wunner 1-1/+4
2020-08-18serial: 8250_exar: Fix number of ports for Commtech PCIe cardsGravatar Valmer Huhn 1-3/+21
2020-08-18tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupGravatar John Stultz 1-1/+1
2020-08-18serial: qcom_geni_serial: Fix recent kdb hangGravatar Douglas Anderson 1-2/+7
2020-08-18vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()Gravatar George Kennedy 1-1/+11
2020-08-18vt: defer kfree() of vc_screenbuf in vc_do_resize()Gravatar Tetsuo Handa 1-2/+3
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 37-1408/+1626
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+1
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-5/+5
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-48/+162
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2020-08-02Revert "serial: 8250: Let serial core initialise spin lock"Gravatar Andy Shevchenko 1-0/+1
2020-07-31serial: 8250: Let serial core initialise spin lockGravatar Andy Shevchenko 1-1/+0
2020-07-31tty: keyboard, do not speculate on func_table indexGravatar Jiri Slaby 1-1/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Gravatar Kees Cook 1-1/+1
2020-07-30serial: stm32: Add RS485 RTS GPIO controlGravatar Marek Vasut 1-0/+8
2020-07-29serial: 8250_dw: Fix common clocks usage race conditionGravatar Serge Semin 1-2/+101
2020-07-29serial: 8250_dw: Pass the same rate to the clk round and set rate methodsGravatar Serge Semin 1-3/+3
2020-07-29serial: 8250_dw: Simplify the ref clock rate setting procedureGravatar Serge Semin 1-11/+4
2020-07-29serial: 8250: Add 8250 port clock update methodGravatar Serge Semin 1-0/+40
2020-07-29tty: serial: imx: add imx earlycon driverGravatar Fugang Duan 2-0/+58
2020-07-29tty: serial: imx: enable imx serial console port as moduleGravatar Fugang Duan 2-40/+6
2020-07-29tty/synclink: remove leftover bits of non-PCI card supportGravatar Christoph Hellwig 1-241/+109
2020-07-29tty: Use the preferred form for passing the size of a structure typeGravatar Gustavo A. R. Silva 1-7/+7
2020-07-29tty: Fix identation issues in struct serial_struct32Gravatar Gustavo A. R. Silva 1-19/+19
2020-07-29tty: Avoid the use of one-element arraysGravatar Gustavo A. R. Silva 1-2/+2
2020-07-27Merge 5.8-rc7 into tty-nextGravatar Greg Kroah-Hartman 6-24/+61
2020-07-24serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XGravatar Matthew Howell 1-1/+11
2020-07-24serial: msm_serial: add sparse context annotationGravatar Johan Hovold 1-0/+2
2020-07-24serial: pmac_zilog: add sparse context annotationGravatar Johan Hovold 1-0/+1
2020-07-21serial: 8250_mtk: Fix high-speed baud rates clampingGravatar Serge Semin 1-0/+18
2020-07-21serial: 8250: fix null-ptr-deref in serial8250_start_tx()Gravatar Yang Yingliang 1-1/+1
2020-07-21serial: imx: use hrtimers for rs485 delaysGravatar Ahmad Fatoum 1-26/+36
2020-07-21serial: imx: implement rts delaying for rs485Gravatar Uwe Kleine-König 1-36/+121
2020-07-21serial: tegra: drop bogus NULL tty-port checksGravatar Johan Hovold 1-9/+4
2020-07-21serial: tegra: fix CREAD handling for PIOGravatar Johan Hovold 1-2/+5
2020-07-21serial: pch_uart: use generic power managementGravatar Vaibhav Gupta 1-24/+10
2020-07-21serial: altera_jtaguart: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1