aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-0819-227/+455
|\
| * serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi2022-07-281-2/+4
| * serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo2022-07-141-5/+1
| * serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo2022-07-141-8/+2
| * serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo2022-07-141-3/+0
| * serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger2022-07-141-6/+18
| * serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA2022-07-141-0/+13
| * serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven2022-07-141-0/+1
| * tty: 8250: Add support for Brainboxes PX cards.Cameron Williams2022-07-141-0/+109
| * 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