summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2022-05-19serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen1-4/+4
2022-05-19Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno1-7/+0
2022-05-19serial: 8250_dw: Use dev_err_probe()Andy Shevchenko1-17/+11
2022-05-19serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko1-32/+31
2022-05-19serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko1-2/+1
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen1-2/+0
2022-05-16Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman1-9/+20
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-05serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki1-68/+271
2022-05-05serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki2-21/+22
2022-05-05serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki1-51/+25
2022-05-05serial: 8250: pxa: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven1-1/+0
2022-05-05serial: 8250: core: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven1-1/+0
2022-05-05serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus1-1/+1
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2-7/+7
2022-04-26serial: 8250_dwlib: Implement SW half duplex supportIlpo Järvinen1-2/+8
2022-04-26serial: 8250_dwlib: RS485 HW half & full duplex supportIlpo Järvinen2-0/+85
2022-04-26serial: 8250: Handle UART without interrupt on TEMTIlpo Järvinen1-9/+26
2022-04-26serial: 8250: use THRE & __stop_tx also with DMAIlpo Järvinen2-5/+7
2022-04-26serial: 8250: dw: Improve RZN1 supportPhil Edworthy1-0/+2
2022-04-26serial: 8250: dw: Add support for DMA flow controlling devicesPhil Edworthy1-0/+64
2022-04-26serial: 8250: dw: Move the IO accessors to 8250_dwlib.hMiquel Raynal2-16/+16
2022-04-26serial: 8250: dw: Introduce an rx_timeout variable in the IRQ pathMiquel Raynal1-1/+2
2022-04-26serial: 8250: dma: Allow driver operations before starting DMA transfersMiquel Raynal2-0/+22
2022-04-26serial: 8250: dw: Allow to use a fallback CPR value if not synthesizedMiquel Raynal2-3/+8
2022-04-26serial: 8250: dw: Move the USR register to pdataMiquel Raynal2-4/+9
2022-04-26serial: 8250: dw: Create a generic platform data structureEmil Renner Berthing2-8/+39
2022-04-26serial: 8250: dw: Move definitions to the shared headerPhil Edworthy2-21/+26
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-22serial/8250: Use fifo in 8250 console driverWander Lairson Costa1-6/+65
2022-04-20Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen1-74/+2
2022-04-15serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren1-2/+2
2022-04-15serial: 8250: add compatible for fsl,16550-FIFO64Eric Tremblay1-0/+2
2022-04-15serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64Eric Tremblay1-1/+1
2022-04-15serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay2-2/+75
2022-04-15serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probeMiaoqian Lin1-0/+2
2022-04-15serial: 8250: Report which option to enable for blacklisted PCI devicesMaciej W. Rozycki1-27/+40
2022-04-15serial: 8250: Make SERIAL_8250_EM available for arm64 systemsPhil Edworthy1-1/+1
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2-4/+11
2022-03-18serial: 8250_tegra: mark acpi_device_id as unused with !ACPIKrzysztof Kozlowski1-1/+1
2022-03-18serial: 8250_mtk: make two read-only arrays static constColin Ian King1-2/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby3-3/+3
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2-30/+2
2022-02-28Merge 5.17-rc6 into tty-nextGreg Kroah-Hartman1-1/+1
2022-02-26serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König1-0/+12
2022-02-25serial: 8250_lpss: Balance reference count for PCI DMA deviceAndy Shevchenko1-6/+22
2022-02-25serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko1-4/+15