summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dwlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dwAndy Shevchenko2024-06-041-2/+1
* serial: 8250_dw: Do not bailout on UCV read returning zeroVamshi Gajjela2024-01-041-9/+3
* serial: 8250_dw: Decouple DLF register check from UCVVamshi Gajjela2023-11-281-11/+11
* serial: 8250_dw: Preserve original value of DLF registerRuihong Luo2023-07-251-2/+4
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo2022-07-141-8/+2
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-2/+2
* 8250_dwlib: Convert bitops to newer formIlpo Järvinen2022-06-301-13/+13
* serial: 8250_dwlib: Support for 9th bit multipoint addressingIlpo Järvinen2022-06-271-1/+101
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+2
* serial: 8250_dwlib: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-10/+0
* serial: 8250_dwlib: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+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-261-0/+82
* serial: 8250: dw: Move the IO accessors to 8250_dwlib.hMiquel Raynal2022-04-261-16/+0
* serial: 8250: dw: Allow to use a fallback CPR value if not synthesizedMiquel Raynal2022-04-261-3/+7
* serial: 8250_lpss: Extract dw8250_do_set_termios() for common useAndy Shevchenko2021-10-101-0/+10
* serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko2019-09-041-0/+126