summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-2890-917/+2526
|\
| * vt_ioctl: fix potential spectre v1 in VT_DISALLOCATEXiaomeng Tong2022-03-181-4/+6
| * serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2022-03-183-4/+25
| * tty: serial: samsung: Add ARTPEC-8 supportVincent Whitchurch2022-03-182-1/+38
| * serial: sc16is7xx: Clear RS485 bits in the shutdownHui Wang2022-03-181-2/+4
| * tty: serial: samsung: simplify getting OF match dataKrzysztof Kozlowski2022-03-181-11/+2
| * tty: serial: samsung: constify variables and pointersKrzysztof Kozlowski2022-03-181-23/+23
| * tty: serial: samsung: constify s3c24xx_serial_drv_data membersKrzysztof Kozlowski2022-03-181-3/+3
| * tty: serial: samsung: constify UART nameKrzysztof Kozlowski2022-03-181-1/+1
| * tty: serial: samsung: constify s3c24xx_serial_drv_dataKrzysztof Kozlowski2022-03-181-29/+29
| * tty: serial: samsung: reduce number of castsKrzysztof Kozlowski2022-03-181-36/+36
| * tty: serial: samsung: embed s3c2410_uartcfg in parent structureKrzysztof Kozlowski2022-03-181-9/+9
| * tty: serial: samsung: embed s3c24xx_uart_info in parent structureKrzysztof Kozlowski2022-03-181-9/+9
| * serial: 8250_tegra: mark acpi_device_id as unused with !ACPIKrzysztof Kozlowski2022-03-181-1/+1
| * tty: serial: bcm63xx: use more precise Kconfig symbolRafał Miłecki2022-03-181-1/+2
| * serial: SERIAL_SUNPLUS should depend on ARCH_SUNPLUSGeert Uytterhoeven2022-03-181-1/+1
| * tty: serial: jsm: fix two assignments in if conditionsAlexander Vorwerk2022-03-182-2/+4
| * tty: serial: jsm: remove redundant assignments to variable linestatusColin Ian King2022-03-181-3/+1
| * serial: 8250_mtk: make two read-only arrays static constColin Ian King2022-03-181-2/+2
| * serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby2022-03-181-4/+1
| * tty: serial: serial_txx9: remove struct uart_txx9_portJiri Slaby2022-03-181-197/+167
| * kgdboc: fix return value of __setup handlerRandy Dunlap2022-03-181-3/+3
| * tty: hvc: fix return value of __setup handlerRandy Dunlap2022-03-181-1/+3
| * serial: samsung: Add samsung_early_read to support early kgdbocWoody Lin2022-03-031-0/+25
| * serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-0361-75/+76
| * serial: mvebu-uart: fix return value check in mvebu_uart_clock_probe()Wei Yongjun2022-03-011-4/+4
| * sc16is7xx: Set AUTOCTS and AUTORTS bitsTomasz Moń2022-03-011-1/+30
| * sc16is7xx: Handle modem status linesTomasz Moń2022-03-011-6/+114
| * sc16is7xx: Properly resume TX after stopTomasz Moń2022-03-011-6/+41
| * Revert "tty: serial: meson: *"Greg Kroah-Hartman2022-03-012-155/+67
| * serial: sunplus-uart: Fix compile error while CONFIG_SERIAL_SUNPLUS_CONSOLE=nHammer Hsieh2022-03-011-2/+6
| * tty: serial: meson: Fix the compile link error reported by kernel test robotYu Tu2022-02-281-0/+1
| * mxser: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-281-15/+1
| * tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-288-122/+11
| * Merge 5.17-rc6 into tty-nextGreg Kroah-Hartman2022-02-284-27/+45
| |\
| * | serial: sunplus-uart: Add Sunplus SoC UART DriverHammer Hsieh2022-02-263-0/+796
| * | serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König2022-02-261-0/+12
| * | tty: serial: meson: Added S4 SOC compatibilityYu Tu2022-02-261-0/+4
| * | tty: serial: meson: The system stuck when you run the stty command on the con...Yu Tu2022-02-261-0/+5
| * | tty: serial: meson: Make some bit of the REG5 register writableYu Tu2022-02-261-2/+2
| * | tty: serial: meson: Describes the calculation of the UART baud rate clock usi...Yu Tu2022-02-261-52/+142
| * | tty: serial: meson: Use devm_ioremap_resource to get register mapped memoryYu Tu2022-02-261-9/+1
| * | tty: serial: meson: Move request the register region to probeYu Tu2022-02-261-18/+14
| * | tty: serial: amba-pl010: use more uart_port pointersJiri Slaby2022-02-251-90/+84
| * | tty: serial: lpc32xx_hs: use serial_lpc32xx_stop_tx() helperJiri Slaby2022-02-251-6/+4
| * | tty: serial: serial_txx9: remove info print from initJiri Slaby2022-02-251-5/+0
| * | tty: serial: mpc52xx_uart: make rx/tx hooks return unsignedJiri Slaby2022-02-251-11/+11
| * | serial: 8250_lpss: Balance reference count for PCI DMA deviceAndy Shevchenko2022-02-251-6/+22
| * | serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko2022-02-251-4/+15
| * | serial: 8250_aspeed_vuart: replace snprintf with sysfs_emitYang Guang2022-02-251-3/+3