aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+1
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek3-19/+16
2021-01-07riscv: Fix sifive serial driverDamien Le Moal1-0/+1
2020-12-17Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds3-0/+437
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds3-16/+19
2020-12-15Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds52-14933/+427
2020-12-14Merge tag 'm68k-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-5/+9
2020-12-14Merge branch 'for-5.11-null-console' into for-linusPetr Mladek3-16/+19
2020-12-11serial: 8250_pci: Drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2020-12-11tty: serial: meson: enable console as moduleKevin Hilman2-2/+8
2020-12-10serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin1-5/+0
2020-12-10serial: imx: Move imx_uart_probe_dt() content into probe()Fabio Estevam1-40/+24
2020-12-09serial: imx: Remove unneeded of_device_get_match_data() NULL checkFabio Estevam1-3/+0
2020-12-09tty: Fix whitespace inconsistencies in vt_io_ioctlYan.Gao1-2/+2
2020-12-09serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy1-0/+4
2020-12-07Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman2-14/+37
2020-12-04tty: Fix ->session lockingJann Horn2-14/+37
2020-12-04tty: Fix ->pgrp locking in tiocspgrp()Jann Horn1-2/+2
2020-12-04tty: Remove dead termiox codeJann Horn1-59/+2
2020-12-04tty/serial/imx: Enable TXEN bit in imx_poll_init().Mingrui Ren1-1/+1
2020-12-04tty : serial: jsm: Fixed file by adding spacingClement Smith1-1/+1
2020-12-04tty: serial: uartlite: Support probe deferralAlexander Sverdlin1-2/+2
2020-12-04earlycon: simplify earlycon-table implementationJohan Hovold1-4/+2
2020-11-26tty: serial: bcm63xx: lower driver dependenciesRafał Miłecki1-1/+1
2020-11-26serial: mxs-auart: Remove unneeded platform_device_idFabio Estevam1-17/+4
2020-11-26serial: 8250-mtk: Fix reference leak in mtk8250_probeZhang Qilong1-3/+10
2020-11-23m68k: Fix WARNING splat in pmac_zilog driverFinn Thain1-5/+9
2020-11-23Merge 5.10-rc5 into tty-nextGreg Kroah-Hartman2-21/+15
2020-11-20init/console: Use ttynull as a fallback when there is no consolePetr Mladek3-16/+19
2020-11-18serial: imx: Remove unused .id_table supportFabio Estevam1-20/+0
2020-11-13tty: tty_ldisc: Fix some kernel-doc related misdemeanoursLee Jones1-5/+5
2020-11-13tty: serial: pmac_zilog: Remove unused disposable variable 'garbage'Lee Jones1-4/+4
2020-11-13tty: serial: 8250: 8250_port: Move prototypes to shared locationLee Jones1-3/+0
2020-11-12serial: imx: Remove unused platform data supportFabio Estevam1-29/+3
2020-11-12vt: keyboard, make use of assign_bit() APIAndy Shevchenko1-4/+1
2020-11-12vt: keyboard, replace numbers with \r, \n where appropriateAndy Shevchenko1-3/+3
2020-11-12vt: keyboard, use BIT() macro instead of open coded variantsAndy Shevchenko1-13/+13
2020-11-12serial: 8250: 8250_omap: Fix unused variable warningVignesh Raghavendra1-13/+13
2020-11-12serial: 8250: 8250_omap: Fix possible array out of bounds accessVignesh Raghavendra1-0/+1
2020-11-12serial: ar933x_uart: disable clk on error handling path in probeZheng Zengkai1-2/+4
2020-11-12tty: serial: imx: keep console clocks always onFugang Duan1-17/+3
2020-11-12tty: serial: imx: fix potential deadlockSam Nobs1-2/+8
2020-11-09drivers/tty/serial: add LiteUART driverFilip Kokosinski3-0/+437
2020-11-09Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman6-42/+30
2020-11-08Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-25/+11
2020-11-08vt: Disable KD_FONT_OP_COPYDaniel Vetter1-22/+2
2020-11-06tty: fix crash in release_tty if tty->port is not setMatthias Reichl1-2/+4
2020-11-06serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_initQinglang Miao1-0/+3
2020-11-06tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach1-0/+1
2020-11-06serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1