summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-10-17Merge tag 'tty-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-10-05serial: 8250: allow disabling of Freescale 16550 compile testJohan Hovold
2021-10-05xen/x86: make "earlyprintk=xen" work for HVM/PVH DomUJan Beulich
2021-10-05xen/x86: make "earlyprintk=xen" work better for PVH Dom0Jan Beulich
2021-09-14tty: unexport tty_ldisc_releaseJiri Slaby
2021-09-14tty: synclink_gt: rename a conflicting function nameRandy Dunlap
2021-09-14serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár
2021-09-14serial: 8250: 8250_omap: Fix RX_LVL register offsetNishanth Menon
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-30vt_kdsetmode: extend console lockingLinus Torvalds
2021-08-30console: consume APC, DM, DCSnick black
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König
2021-08-27tty: serial: uartlite: Use read_poll_timeout for a polling loopSean Anderson
2021-08-27tty: serial: uartlite: Use constants in early_uartlite_putcSean Anderson
2021-08-26tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi
2021-08-26serial: vt8500: Use of_device_get_match_dataTang Bin
2021-08-26serial: tegra: Use of_device_get_match_dataTang Bin
2021-08-26serial: 8250_ingenic: Use of_device_get_match_dataTang Bin
2021-08-26tty: serial: linflexuart: Remove redundant check to simplify the codeTang Bin
2021-08-26tty: serial: fsl_lpuart: do software reset for imx7ulp and imx8qxpFugang Duan
2021-08-26tty: serial: fsl_lpuart: enable two stop bits for lpuart32Fugang Duan
2021-08-26tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan
2021-08-26mxser: use semi-colons instead of commasDan Carpenter
2021-08-26tty: moxa: use semi-colons instead of commasDan Carpenter
2021-08-18tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callbackFugang Duan
2021-08-16tty: replace in_irq() with in_hardirq()Changbin Du
2021-08-16serial: sh-sci: fix break handling for sysrqUlrich Hecht
2021-08-16serial: stm32: use devm_platform_get_and_ioremap_resource()Tang Bin
2021-08-16serial: stm32: use the defined variable to simplify codeTang Bin
2021-08-16Revert "arm pl011 serial: support multi-irq request"Qian Cai
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-13tty: serial: samsung: Add Exynos850 SoC dataSam Protsenko
2021-08-13tty: serial: samsung: Fix driver data macros styleSam Protsenko
2021-08-13tty: serial: samsung: Init USI to keep clocks runningSam Protsenko
2021-08-13serdev: Split and export serdev_acpi_get_uart_resource()Andy Shevchenko
2021-08-13serial: stm32: fix the conditional expression writingTang Bin
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman
2021-08-05serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren
2021-07-30serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner
2021-07-29serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao
2021-07-29tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrlSherry Sun
2021-07-29serial: omap: Only allow if 8250_omap is not selectedTony Lindgren
2021-07-29serial: omap: Disable PM runtime autoidle to remove pm_runtime_irq_safe()Tony Lindgren
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-07-27vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman