summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2022-05-16Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman
2022-05-05serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno
2022-05-05serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno
2022-05-05serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno
2022-05-05serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki
2022-05-05serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki
2022-05-05serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki
2022-05-05serial: 8250: pxa: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven
2022-05-05serial: 8250: core: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven
2022-05-05serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman
2022-04-26serial: 8250_dwlib: Implement SW half duplex supportIlpo Järvinen
2022-04-26serial: 8250_dwlib: RS485 HW half & full duplex supportIlpo Järvinen
2022-04-26serial: 8250: Handle UART without interrupt on TEMTIlpo Järvinen
2022-04-26serial: 8250: use THRE & __stop_tx also with DMAIlpo Järvinen
2022-04-26serial: 8250: dw: Improve RZN1 supportPhil Edworthy
2022-04-26serial: 8250: dw: Add support for DMA flow controlling devicesPhil Edworthy
2022-04-26serial: 8250: dw: Move the IO accessors to 8250_dwlib.hMiquel Raynal
2022-04-26serial: 8250: dw: Introduce an rx_timeout variable in the IRQ pathMiquel Raynal
2022-04-26serial: 8250: dma: Allow driver operations before starting DMA transfersMiquel Raynal
2022-04-26serial: 8250: dw: Allow to use a fallback CPR value if not synthesizedMiquel Raynal
2022-04-26serial: 8250: dw: Move the USR register to pdataMiquel Raynal
2022-04-26serial: 8250: dw: Create a generic platform data structureEmil Renner Berthing
2022-04-26serial: 8250: dw: Move definitions to the shared headerPhil Edworthy
2022-04-22serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki
2022-04-22serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki
2022-04-22serial/8250: Use fifo in 8250 console driverWander Lairson Costa
2022-04-20Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen
2022-04-15serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren
2022-04-15serial: 8250: add compatible for fsl,16550-FIFO64Eric Tremblay
2022-04-15serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64Eric Tremblay
2022-04-15serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay
2022-04-15serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probeMiaoqian Lin
2022-04-15serial: 8250: Report which option to enable for blacklisted PCI devicesMaciej W. Rozycki
2022-04-15serial: 8250: Make SERIAL_8250_EM available for arm64 systemsPhil Edworthy
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen
2022-03-18serial: 8250_tegra: mark acpi_device_id as unused with !ACPIKrzysztof Kozlowski
2022-03-18serial: 8250_mtk: make two read-only arrays static constColin Ian King
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby
2022-02-28Merge 5.17-rc6 into tty-nextGreg Kroah-Hartman
2022-02-26serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König
2022-02-25serial: 8250_lpss: Balance reference count for PCI DMA deviceAndy Shevchenko
2022-02-25serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko
2022-02-25serial: 8250_aspeed_vuart: replace snprintf with sysfs_emitYang Guang
2022-02-25serial: 8250: Correct Kconfig help text for blacklisted PCI devicesMaciej W. Rozycki
2022-02-25serial: 8250: Return early in .start_tx() if there are no chars to sendSteffen Trumtrar
2022-02-21serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss
2022-02-21serial: 8250_mid: Remove unneeded test for ->setup() presenceAndy Shevchenko
2022-02-21serial: 8250_mid: Get rid of custom MID_DEVICE() macroAndy Shevchenko