summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2022-06-308250_dwlib: Convert bitops to newer formIlpo Järvinen1-13/+13
2022-06-30serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko1-7/+3
2022-06-30serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko1-8/+9
2022-06-30serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen1-0/+3
2022-06-30serial: 8250_port: Fix spelling mistakeZhang Jiaming1-2/+2
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ärvinen7-10/+14
2022-06-27serial: 8250_lpss: Use 32-bit readsIlpo Järvinen1-1/+1
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen3-2/+6
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen6-17/+17
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen2-10/+6
2022-06-27serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPEDIlpo Järvinen1-18/+20
2022-06-27serial: 8250_pericom: Use UART_LCR_DLABIlpo Järvinen1-1/+1
2022-06-27serial: 8250: Use UART_LCR_WLEN8 instead of literalIlpo Järvinen1-1/+1
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman1-0/+2
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-10serial: 8250: Remove serial_rs485 sanitization from em485Ilpo Järvinen1-16/+2
2022-06-10serial: 8250_exar: Remove serial_rs485 assignmentIlpo Järvinen1-2/+0
2022-06-10serial: 8250_pci: Remove serial_rs485 sanitizationIlpo Järvinen1-14/+0
2022-06-10serial: 8250: lpc18xx: Remove serial_rs485 sanitizationIlpo Järvinen1-13/+0
2022-06-10serial: 8250_fintek: Remove serial_rs485 sanitizationIlpo Järvinen1-14/+0
2022-06-10serial: 8250_dwlib: Remove serial_rs485 sanitizationIlpo Järvinen1-10/+0
2022-06-10serial: 8250_pci: Fill in rs485_supported for pci_fintekIlpo Järvinen1-0/+6
2022-06-10serial: 8250_of: Use serial8250_em485_supportedIlpo Järvinen1-0/+1
2022-06-10serial: 8250_lpc18cc: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: 8250_fintek: Fill in rs485_supportedIlpo Järvinen1-0/+15
2022-06-10serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen1-0/+12
2022-06-10serial: 8250_dwlib: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: 8250_bcm2835aux: Use serial8250_em485_supportedIlpo Järvinen1-0/+1
2022-06-10serial: 8250: Create serial8250_em485_supported for em485 usersIlpo Järvinen2-0/+9
2022-06-10serial: Add rs485_supported to uart_portIlpo Järvinen1-0/+1
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen2-5/+3
2022-06-10serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen1-0/+3
2022-06-10serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()Ilpo Järvinen1-2/+2
2022-06-10serial: 8250: Adjust misleading LSR related commentIlpo Järvinen1-3/+5
2022-06-10serial: 8250: Get preserved flags using serial_lsr_in()Ilpo Järvinen1-1/+1
2022-06-10serial: 8250: Create serial_lsr_in()Ilpo Järvinen3-13/+25
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-10serial: 8250: handle __start_tx() call in start_tx()Ilpo Järvinen1-11/+10
2022-06-10serial: 8250: kill __do_stop_tx()Ilpo Järvinen1-7/+3
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-303/+784
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
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