summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2020-09-27tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang1-0/+1
2020-09-27pch_uart: drop double zeroingJulia Lawall1-1/+1
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman2-24/+30
2020-09-16tty: serial: qcom_geni_serial: Fix the UART wakeup issuesatya priya1-1/+1
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-16serial: core: fix console port-lock regressionJohan Hovold1-17/+15
2020-09-16serial: core: fix port-lock initialisationJohan Hovold1-8/+6
2020-09-16tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600Douglas Anderson1-1/+1
2020-09-16serial: pmac_zilog: use for_each_child_of_node() macroQinglang Miao1-1/+1
2020-09-16tty: serial: 8250_mtk: set regshift for mmio32Hsin-Yi Wang1-0/+1
2020-09-16tty: serial: print earlycon info after match->setupHsin-Yi Wang1-1/+8
2020-09-16serial: ucc_uart: make qe_uart_set_mctrl() staticJason Yan1-1/+1
2020-09-16serial: 8250_pci: Remove unused function get_pci_irq()YueHaibing1-9/+0
2020-09-04pty: do tty_flip_buffer_push without port->lock in pty_writeArtem Savkov1-1/+1
2020-09-04tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler1-7/+7
2020-09-04tty: ipwireless: fix error handlingTong Zhang2-3/+3
2020-09-04tty: synclink_gt: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-5/+9
2020-09-04tty: serial: icom: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-14/+18
2020-09-04serial: 8250_fsl: Add ACPI supportkuldip dwivedi1-7/+101
2020-09-04serial: stm32: Add RS485 RTS GPIO control againMarek Vasut1-8/+25
2020-09-04tty: serial: earlycon dependencyTong Zhang1-0/+1
2020-09-04sc16is7xx: Set iobase to device indexDaniel Mack1-0/+1
2020-09-04serial: core: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+1
2020-09-04serial: 8250: Simplify with dev_err_probe()Krzysztof Kozlowski2-23/+9
2020-09-04serial: imx: Delete duplicated argument to '|' in imx_uart_probeYe Bin1-2/+1
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman28-49/+89
2020-08-28serial: 8250_pci: Add WCH384_8S 8 port serial deviceDu Huanpeng1-0/+56
2020-08-28tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar1-8/+5
2020-08-28serial: core: don't use snprintf() for formatting sysfs attrsAlex Dewar1-13/+13
2020-08-28serial: fsl_lpuart: Fix typo in "transfer"Fabio Estevam1-2/+2
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-23/+66
2020-08-24Revert "vc_screen: extract vcs_read_buf_header"Jiri Slaby1-18/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva20-26/+23
2020-08-18serial: sa1100: use platform_get_resource()Andy Shevchenko1-12/+10
2020-08-18tty: serial: imx: add dependence and build for earlyconFugang Duan2-0/+2
2020-08-18serial: samsung: Removes the IRQ not found warningTamseel Shams1-3/+5
2020-08-18tty: serial, fix kernel-docJiri Slaby2-8/+7
2020-08-18tty: synclink, fix kernel-docJiri Slaby3-127/+119
2020-08-18tty: vt, fix kernel-docJiri Slaby3-6/+6
2020-08-18tty: ldiscs, fix kernel-docJiri Slaby3-50/+49
2020-08-18tty: fix kernel-docJiri Slaby6-29/+26
2020-08-18tty: n_gsm, eliminate indirection for gsm->{output,error}()Jiri Slaby1-9/+6
2020-08-18vc_screen: prune macrosJiri Slaby1-4/+0
2020-08-18vc_screen: extract vcs_read_buf_headerJiri Slaby1-13/+18
2020-08-18vc_screen: extract vcs_read_bufJiri Slaby1-68/+78
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