aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2022-05-05fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic1-9/+9
2022-05-05serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno1-2/+5
2022-05-05serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno1-0/+7
2022-05-05serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno1-7/+8
2022-05-05tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang1-3/+2
2022-04-22serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki1-4/+4
2022-04-22serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki1-1/+1
2022-04-22Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang1-4/+2
2022-04-15serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren1-2/+2
2022-04-15serial: imx: fix overrun interrupts in DMA modeJohan Hovold1-1/+1
2022-04-15serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo1-2/+7
2022-04-04tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Jiri Slaby1-10/+10
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds82-815/+2454
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds3-8/+4
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen3-4/+25
2022-03-18tty: serial: samsung: Add ARTPEC-8 supportVincent Whitchurch2-1/+38
2022-03-18serial: sc16is7xx: Clear RS485 bits in the shutdownHui Wang1-2/+4
2022-03-18tty: serial: samsung: simplify getting OF match dataKrzysztof Kozlowski1-11/+2
2022-03-18tty: serial: samsung: constify variables and pointersKrzysztof Kozlowski1-23/+23
2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_data membersKrzysztof Kozlowski1-3/+3
2022-03-18tty: serial: samsung: constify UART nameKrzysztof Kozlowski1-1/+1
2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_dataKrzysztof Kozlowski1-29/+29
2022-03-18tty: serial: samsung: reduce number of castsKrzysztof Kozlowski1-36/+36
2022-03-18tty: serial: samsung: embed s3c2410_uartcfg in parent structureKrzysztof Kozlowski1-9/+9
2022-03-18tty: serial: samsung: embed s3c24xx_uart_info in parent structureKrzysztof Kozlowski1-9/+9
2022-03-18serial: 8250_tegra: mark acpi_device_id as unused with !ACPIKrzysztof Kozlowski1-1/+1
2022-03-18tty: serial: bcm63xx: use more precise Kconfig symbolRafał Miłecki1-1/+2
2022-03-18serial: SERIAL_SUNPLUS should depend on ARCH_SUNPLUSGeert Uytterhoeven1-1/+1
2022-03-18tty: serial: jsm: fix two assignments in if conditionsAlexander Vorwerk2-2/+4
2022-03-18tty: serial: jsm: remove redundant assignments to variable linestatusColin Ian King1-3/+1
2022-03-18serial: 8250_mtk: make two read-only arrays static constColin Ian King1-2/+2
2022-03-18serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby1-4/+1
2022-03-18tty: serial: serial_txx9: remove struct uart_txx9_portJiri Slaby1-197/+167
2022-03-18kgdboc: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-03-03serial: samsung: Add samsung_early_read to support early kgdbocWoody Lin1-0/+25
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby59-73/+74
2022-03-01serial: mvebu-uart: fix return value check in mvebu_uart_clock_probe()Wei Yongjun1-4/+4
2022-03-01sc16is7xx: Set AUTOCTS and AUTORTS bitsTomasz Moń1-1/+30
2022-03-01sc16is7xx: Handle modem status linesTomasz Moń1-6/+114
2022-03-01sc16is7xx: Properly resume TX after stopTomasz Moń1-6/+41
2022-03-01Revert "tty: serial: meson: *"Greg Kroah-Hartman2-155/+67
2022-03-01serial: sunplus-uart: Fix compile error while CONFIG_SERIAL_SUNPLUS_CONSOLE=nHammer Hsieh1-2/+6
2022-02-28tty: serial: meson: Fix the compile link error reported by kernel test robotYu Tu1-0/+1
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby8-122/+11
2022-02-28Merge 5.17-rc6 into tty-nextGreg Kroah-Hartman2-1/+4
2022-02-26serial: sunplus-uart: Add Sunplus SoC UART DriverHammer Hsieh3-0/+796
2022-02-26serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König1-0/+12
2022-02-26tty: serial: meson: Added S4 SOC compatibilityYu Tu1-0/+4
2022-02-26tty: serial: meson: The system stuck when you run the stty command on the con...Yu Tu1-0/+5
2022-02-26tty: serial: meson: Make some bit of the REG5 register writableYu Tu1-2/+2