summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
...
| * serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-087-9/+9
| * serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König2022-07-081-1/+1
| * serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen2022-06-301-12/+6
| * 8250_dwlib: Convert bitops to newer formIlpo Järvinen2022-06-301-13/+13
| * serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko2022-06-301-7/+3
| * serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko2022-06-301-8/+9
| * serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen2022-06-301-0/+3
| * serial: 8250_port: Fix spelling mistakeZhang Jiaming2022-06-301-2/+2
| * 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-277-10/+14
| * serial: 8250_lpss: Use 32-bit readsIlpo Järvinen2022-06-271-1/+1
| * serial: 8250: create lsr_save_maskIlpo Järvinen2022-06-273-2/+6
| * serial: 8250: make saved LSR largerIlpo Järvinen2022-06-276-17/+17
| * serial: Consolidate BOTH_EMPTY useIlpo Järvinen2022-06-272-10/+6
| * serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPEDIlpo Järvinen2022-06-271-18/+20
| * serial: 8250_pericom: Use UART_LCR_DLABIlpo Järvinen2022-06-271-1/+1
| * serial: 8250: Use UART_LCR_WLEN8 instead of literalIlpo Järvinen2022-06-271-1/+1
| * Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman2022-06-201-0/+2
| |\
| * | serial: 8250: Remove serial_rs485 sanitization from em485Ilpo Järvinen2022-06-101-16/+2
| * | serial: 8250_exar: Remove serial_rs485 assignmentIlpo Järvinen2022-06-101-2/+0
| * | serial: 8250_pci: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-14/+0
| * | serial: 8250: lpc18xx: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-13/+0
| * | serial: 8250_fintek: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-14/+0
| * | serial: 8250_dwlib: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-10/+0
| * | serial: 8250_pci: Fill in rs485_supported for pci_fintekIlpo Järvinen2022-06-101-0/+6
| * | serial: 8250_of: Use serial8250_em485_supportedIlpo Järvinen2022-06-101-0/+1
| * | serial: 8250_lpc18cc: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+7
| * | serial: 8250_fintek: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+15
| * | serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+12
| * | serial: 8250_dwlib: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+7
| * | serial: 8250_bcm2835aux: Use serial8250_em485_supportedIlpo Järvinen2022-06-101-0/+1
| * | serial: 8250: Create serial8250_em485_supported for em485 usersIlpo Järvinen2022-06-102-0/+9
| * | serial: Add rs485_supported to uart_portIlpo Järvinen2022-06-101-0/+1
| * | serial: Add uart_rs485_config()Ilpo Järvinen2022-06-102-5/+3
| * | serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen2022-06-101-0/+3
| * | serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()Ilpo Järvinen2022-06-101-2/+2
| * | serial: 8250: Adjust misleading LSR related commentIlpo Järvinen2022-06-101-3/+5
| * | serial: 8250: Get preserved flags using serial_lsr_in()Ilpo Järvinen2022-06-101-1/+1
| * | serial: 8250: Create serial_lsr_in()Ilpo Järvinen2022-06-103-13/+25
| * | serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen2022-06-101-0/+2
| * | serial: 8250: handle __start_tx() call in start_tx()Ilpo Järvinen2022-06-101-11/+10
| * | serial: 8250: kill __do_stop_tx()Ilpo Järvinen2022-06-101-7/+3
* | | serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURSTBiju Das2022-06-301-1/+1
* | | serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen2022-06-301-0/+4
* | | serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang2022-06-301-1/+3
* | | serial: 8250: Fix __stop_tx() & DMA Tx restart racesIlpo Järvinen2022-06-272-4/+4
* | | serial: 8250: dw: enable using pdata with ACPIMarcin Wojtas2022-06-271-12/+12
| |/ |/|
* | serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen2022-06-101-0/+2
|/
* Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-0314-303/+784
|\
| * serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen2022-05-191-4/+4