summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
* | | tty: synclink_gt: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-041-5/+9
* | | tty: serial: icom: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-041-14/+18
* | | serial: 8250_fsl: Add ACPI supportkuldip dwivedi2020-09-041-7/+101
* | | serial: stm32: Add RS485 RTS GPIO control againMarek Vasut2020-09-041-8/+25
* | | tty: serial: earlycon dependencyTong Zhang2020-09-041-0/+1
* | | sc16is7xx: Set iobase to device indexDaniel Mack2020-09-041-0/+1
* | | serial: core: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-041-3/+1
* | | serial: 8250: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-042-23/+9
* | | serial: imx: Delete duplicated argument to '|' in imx_uart_probeYe Bin2020-09-041-2/+1
* | | Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-3128-49/+89
|\| |
| * | Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-2610-23/+66
| |\ \
| | * | tty: serial: imx: add dependence and build for earlyconFugang Duan2020-08-182-0/+2
| | * | serial: samsung: Removes the IRQ not found warningTamseel Shams2020-08-181-3/+5
| | * | serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky2020-08-181-3/+6
| | * | serial: stm32: avoid kernel warning on absence of optional IRQHolger Assmann2020-08-181-1/+1
| | * | serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner2020-08-181-6/+5
| | * | serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner2020-08-181-1/+4
| | * | serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn2020-08-181-3/+21
| | * | tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupJohn Stultz2020-08-181-1/+1
| | * | serial: qcom_geni_serial: Fix recent kdb hangDouglas Anderson2020-08-181-2/+7
| | * | vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy2020-08-181-1/+11
| | * | vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa2020-08-181-2/+3
| | |/
| * / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2320-26/+23
| |/
* | serial: 8250_pci: Add WCH384_8S 8 port serial deviceDu Huanpeng2020-08-281-0/+56
* | tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar2020-08-281-8/+5
* | serial: core: don't use snprintf() for formatting sysfs attrsAlex Dewar2020-08-281-13/+13
* | serial: fsl_lpuart: Fix typo in "transfer"Fabio Estevam2020-08-281-2/+2
* | Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby2020-08-241-18/+13
* | serial: sa1100: use platform_get_resource()Andy Shevchenko2020-08-181-12/+10
* | tty: serial, fix kernel-docJiri Slaby2020-08-182-8/+7
* | tty: synclink, fix kernel-docJiri Slaby2020-08-183-127/+119
* | tty: vt, fix kernel-docJiri Slaby2020-08-183-6/+6
* | tty: ldiscs, fix kernel-docJiri Slaby2020-08-183-50/+49
* | tty: fix kernel-docJiri Slaby2020-08-186-29/+26
* | tty: n_gsm, eliminate indirection for gsm->{output,error}()Jiri Slaby2020-08-181-9/+6
* | vc_screen: prune macrosJiri Slaby2020-08-181-4/+0
* | vc_screen: extract vcs_read_buf_headerJiri Slaby2020-08-181-13/+18
* | vc_screen: extract vcs_read_bufJiri Slaby2020-08-181-68/+78
* | vc_screen: extract vcs_read_buf_noattrJiri Slaby2020-08-181-11/+22
* | vc_screen: extract vcs_read_buf_uniJiri Slaby2020-08-181-19/+30
* | vs_screen: kill tmp_count from vcs_readJiri Slaby2020-08-181-8/+2
* | vc_screen: sanitize types in vcs_readJiri Slaby2020-08-181-8/+7
* | vc_screen: eliminate ifdefs from vcs_write_bufJiri Slaby2020-08-181-12/+17
* | vc_screen: extract vcs_write_bufJiri Slaby2020-08-181-76/+92
* | vc_screen: extract vcs_write_buf_noattrJiri Slaby2020-08-181-21/+34
* | vc_screen: sanitize types in vcs_writeJiri Slaby2020-08-181-10/+7
* | vc_screen: rewrite vcs_size to accept vc, not inodeJiri Slaby2020-08-181-17/+29
* | vc_screen: document and cleanup vcs_vcJiri Slaby2020-08-181-8/+12
* | vc: propagate "viewed as bool" from screenpos upJiri Slaby2020-08-182-9/+11
* | vt: declare xy for get/putconsxy properlyJiri Slaby2020-08-181-5/+5