summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_dwlib.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04serial: 8250_dw: Do not bailout on UCV read returning zeroVamshi Gajjela1-9/+3
2023-11-28serial: 8250_dw: Decouple DLF register check from UCVVamshi Gajjela1-11/+11
2023-07-25serial: 8250_dw: Preserve original value of DLF registerRuihong Luo1-2/+4
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2022-07-14serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo1-8/+2
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-2/+2
2022-06-308250_dwlib: Convert bitops to newer formIlpo Järvinen1-13/+13
2022-06-27serial: 8250_dwlib: Support for 9th bit multipoint addressingIlpo Järvinen1-1/+101
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+2
2022-06-10serial: 8250_dwlib: Remove serial_rs485 sanitizationIlpo Järvinen1-10/+0
2022-06-10serial: 8250_dwlib: Fill in rs485_supportedIlpo Järvinen1-0/+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ärvinen1-0/+82
2022-04-26serial: 8250: dw: Move the IO accessors to 8250_dwlib.hMiquel Raynal1-16/+0
2022-04-26serial: 8250: dw: Allow to use a fallback CPR value if not synthesizedMiquel Raynal1-3/+7
2021-10-10serial: 8250_lpss: Extract dw8250_do_set_termios() for common useAndy Shevchenko1-0/+10
2019-09-04serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko1-0/+126