summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_port.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-13serial: 8250_of: Drop quirk fot NPCM from 8250_portAndy Shevchenko1-24/+0
2024-04-03serial: Lock console when calling into driver before registrationPeter Collingbourne1-6/+0
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-7/+0
2023-10-19serial: 8250: remove AR7 supportWolfram Sang1-7/+0
2023-10-02Merge 6.6-rc4 into tty-nextGreg Kroah-Hartman1-1/+4
2023-09-18serial: 8250: Use port lock wrappersThomas Gleixner1-50/+50
2023-09-18serial: 8250_port: Introduce UART_IIR_FIFO_ENABLED_16750Andy Shevchenko1-6/+5
2023-09-18serial: 8250_port: Check IRQ data before useAndy Shevchenko1-1/+4
2023-08-22serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen1-0/+8
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman1-3/+1
2023-08-11serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)1-3/+0
2023-08-04serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren1-0/+1
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby1-2/+1
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao1-8/+3
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren1-0/+1
2023-05-30serial: 8250: synchronize and annotate UART_IER accessJohn Ogness1-0/+53
2023-05-30serial: 8250: lock port in startup() callbacksJohn Ogness1-2/+16
2023-05-27Merge 6.4-rc3 into tty-nextGreg Kroah-Hartman1-0/+1
2023-05-13serial: 8250: Document termios parameter of serial8250_em485_config()Geert Uytterhoeven1-0/+1
2023-05-13serial: 8250: RT288x/Au1xxx code away from coreIlpo Järvinen1-78/+0
2023-05-13serial: 8250: Change dl_read/write to handle value as u32Ilpo Järvinen1-5/+5
2023-04-20serial: 8250: Add missing wakeup event reportingFlorian Fainelli1-0/+4
2023-04-10Merge 6.3-rc6 into tty-nextGreg Kroah-Hartman1-0/+11
2023-03-29serial: 8250: Prevent starting up DMA Rx on THRI interruptIlpo Järvinen1-0/+11
2023-03-29serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen1-3/+4
2023-02-08serial: 8250_pci1xxxx: Add driver for quad-uart supportKumaravel Thiagarajan1-0/+8
2023-02-02serial: 8250: Fix mismerge regarding serial_lsr_in()Uwe Kleine-König1-2/+0
2023-01-19serial: 8250: Define IIR 64 byte bit & cleanup related codeIlpo Järvinen1-5/+9
2023-01-19serial: 8250: Add IIR FIFOs enabled field properlyIlpo Järvinen1-10/+7
2023-01-19serial: 8250: Cleanup MCR literalsIlpo Järvinen1-1/+1
2023-01-19serial: 8250: Name MSR literalsIlpo Järvinen1-2/+2
2023-01-19serial: 8250: Use defined IER bitsIlpo Järvinen1-5/+5
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman1-2/+5
2022-11-09serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen1-2/+1
2022-11-09serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen1-0/+4
2022-11-03serial: 8250: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
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 Wunner1-5/+7
2022-09-22serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen1-3/+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-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-3/+3
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/greg...Linus Torvalds1-86/+71
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo1-3/+0
2022-06-30serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang1-1/+3
2022-06-30serial: 8250_port: Fix spelling mistakeZhang Jiaming1-2/+2
2022-06-27serial: 8250: Fix __stop_tx() & DMA Tx restart racesIlpo Järvinen1-1/+1
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+2
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen1-8/+9