summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno2022-05-191-7/+0
| * serial: 8250_dw: Use dev_err_probe()Andy Shevchenko2022-05-191-17/+11
| * serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko2022-05-191-32/+31
| * serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko2022-05-191-2/+1
| * tty: remove CMSPAR ifdefsIlpo Järvinen2022-05-191-2/+0
| * Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman2022-05-161-9/+20
| |\
| * | serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki2022-05-051-68/+271
| * | serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki2022-05-052-21/+22
| * | serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki2022-05-051-51/+25
| * | serial: 8250: pxa: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven2022-05-051-1/+0
| * | serial: 8250: core: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven2022-05-051-1/+0
| * | serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus2022-05-051-1/+1
| * | Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2022-05-022-7/+7
| |\ \
| * | | serial: 8250_dwlib: Implement SW half duplex supportIlpo Järvinen2022-04-261-2/+8
| * | | serial: 8250_dwlib: RS485 HW half & full duplex supportIlpo Järvinen2022-04-262-0/+85
| * | | serial: 8250: Handle UART without interrupt on TEMTIlpo Järvinen2022-04-261-9/+26
| * | | serial: 8250: use THRE & __stop_tx also with DMAIlpo Järvinen2022-04-262-5/+7
| * | | serial: 8250: dw: Improve RZN1 supportPhil Edworthy2022-04-261-0/+2
| * | | serial: 8250: dw: Add support for DMA flow controlling devicesPhil Edworthy2022-04-261-0/+64
| * | | serial: 8250: dw: Move the IO accessors to 8250_dwlib.hMiquel Raynal2022-04-262-16/+16
| * | | serial: 8250: dw: Introduce an rx_timeout variable in the IRQ pathMiquel Raynal2022-04-261-1/+2
| * | | serial: 8250: dma: Allow driver operations before starting DMA transfersMiquel Raynal2022-04-262-0/+22
| * | | serial: 8250: dw: Allow to use a fallback CPR value if not synthesizedMiquel Raynal2022-04-262-3/+8
| * | | serial: 8250: dw: Move the USR register to pdataMiquel Raynal2022-04-262-4/+9
| * | | serial: 8250: dw: Create a generic platform data structureEmil Renner Berthing2022-04-262-8/+39
| * | | serial: 8250: dw: Move definitions to the shared headerPhil Edworthy2022-04-262-21/+26
| * | | serial/8250: Use fifo in 8250 console driverWander Lairson Costa2022-04-221-6/+65
| * | | Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen2022-04-201-74/+2
| * | | serial: 8250: add compatible for fsl,16550-FIFO64Eric Tremblay2022-04-151-0/+2
| * | | serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64Eric Tremblay2022-04-151-1/+1
| * | | serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay2022-04-152-2/+75
| * | | serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probeMiaoqian Lin2022-04-151-0/+2
| * | | serial: 8250: Report which option to enable for blacklisted PCI devicesMaciej W. Rozycki2022-04-151-27/+40
| * | | serial: 8250: Make SERIAL_8250_EM available for arm64 systemsPhil Edworthy2022-04-151-1/+1
* | | | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-261-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | serial: 8250/omap1: include linux/soc/ti/omap1-soc.hArnd Bergmann2022-04-211-0/+1
| |/ /
* | | serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno2022-05-051-2/+5
* | | serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno2022-05-051-0/+7
* | | serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno2022-05-051-7/+8
| |/ |/|
* | serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki2022-04-221-4/+4
* | serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki2022-04-221-1/+1
* | serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren2022-04-151-2/+2
|/
* serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2022-03-182-4/+11
* serial: 8250_tegra: mark acpi_device_id as unused with !ACPIKrzysztof Kozlowski2022-03-181-1/+1
* serial: 8250_mtk: make two read-only arrays static constColin Ian King2022-03-181-2/+2
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-033-3/+3
* tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-282-30/+2
* Merge 5.17-rc6 into tty-nextGreg Kroah-Hartman2022-02-281-1/+1
|\
| * Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-151-1/+1
| |\
| | * serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap2022-02-141-1/+1