aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial/8250 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-25serial: 8250: Fix restoring termios speed after suspendPali Rohár1-1/+6
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner3-13/+11
2022-09-25serial: 8250_dma: Convert to use uart_xmit_advance()Andy Shevchenko1-3/+1
2022-09-25serial: 8250_omap: Convert to use uart_xmit_advance()Andy Shevchenko1-3/+1
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty") into tty-nextGreg Kroah-Hartman1-0/+1
2022-09-22serial: 8250: omap: Use serial8250_em485_supportedMatthias Schiffer1-0/+1
2022-09-22serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen2-8/+16
2022-09-22serial: 8250: Request full 16550A feature probing for OxSemi PCIe devicesMaciej W. Rozycki1-0/+5
2022-09-22serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki1-1/+2
2022-09-01serial: Fix double wordShaomin Deng1-1/+1
2022-09-01serial: 8250_men_mcb: Remove duplicate UAPI:serial_core inclusionAndy Shevchenko1-1/+0
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen10-14/+14
2022-08-30serial: 8250: Clear dma tx_err unconditionallyIlpo Järvinen1-2/+1
2022-08-30serial: 8250: Add helper for clearing IERIlpo Järvinen1-13/+11
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds19-227/+455
2022-07-28serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi1-2/+4
2022-07-14serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo1-5/+1
2022-07-14serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo1-8/+2
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo1-3/+0
2022-07-14serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger1-6/+18
2022-07-14serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA1-0/+13
2022-07-14serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven1-0/+1
2022-07-14tty: 8250: Add support for Brainboxes PX cards.Cameron Williams1-0/+109
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen7-9/+9
2022-07-08serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König1-1/+1
2022-06-30serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURSTBiju Das1-1/+1
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen1-0/+4
2022-06-30serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang1-1/+3
2022-06-30serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen1-12/+6
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: Fix __stop_tx() & DMA Tx restart racesIlpo Järvinen2-4/+4
2022-06-27serial: 8250: dw: enable using pdata with ACPIMarcin Wojtas1-12/+12
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