summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2022-06-10serial: 8250_exar: Remove serial_rs485 assignmentIlpo Järvinen
2022-06-10serial: 8250_pci: Remove serial_rs485 sanitizationIlpo Järvinen
2022-06-10serial: 8250: lpc18xx: Remove serial_rs485 sanitizationIlpo Järvinen
2022-06-10serial: 8250_fintek: Remove serial_rs485 sanitizationIlpo Järvinen
2022-06-10serial: 8250_dwlib: Remove serial_rs485 sanitizationIlpo Järvinen
2022-06-10serial: 8250_pci: Fill in rs485_supported for pci_fintekIlpo Järvinen
2022-06-10serial: 8250_of: Use serial8250_em485_supportedIlpo Järvinen
2022-06-10serial: 8250_lpc18cc: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: 8250_fintek: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: 8250_dwlib: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: 8250_bcm2835aux: Use serial8250_em485_supportedIlpo Järvinen
2022-06-10serial: 8250: Create serial8250_em485_supported for em485 usersIlpo Järvinen
2022-06-10serial: Add rs485_supported to uart_portIlpo Järvinen
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen
2022-06-10serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen
2022-06-10serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()Ilpo Järvinen
2022-06-10serial: 8250: Adjust misleading LSR related commentIlpo Järvinen
2022-06-10serial: 8250: Get preserved flags using serial_lsr_in()Ilpo Järvinen
2022-06-10serial: 8250: Create serial_lsr_in()Ilpo Järvinen
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen
2022-06-10serial: 8250: handle __start_tx() call in start_tx()Ilpo Järvinen
2022-06-10serial: 8250: kill __do_stop_tx()Ilpo Järvinen
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-19serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen
2022-05-19Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno
2022-05-19serial: 8250_dw: Use dev_err_probe()Andy Shevchenko
2022-05-19serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko
2022-05-19serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen
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