summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_port.c
Commit message (Expand)AuthorAgeFilesLines
* serial: remove quot_frac from serial8250_do_set_divisor()Jiri Slaby (SUSE)2024-08-071-2/+2
* tty: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-241-0/+1
* serial: 8250: Remove superfluous sanity checkLino Sanfilippo2024-04-091-7/+0
* tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)2024-04-091-9/+13
* serial: Lock console when calling into driver before registrationPeter Collingbourne2024-03-051-6/+0
* serial: 8250: Use serial8250_do_set_termios for uartclk updatingSerge Semin2024-03-021-19/+1
* serial: 8250_pci1xxxx: Drop quirk from 8250_portAndy Shevchenko2024-03-021-7/+0
* serial: 8250_of: Drop quirk fot NPCM from 8250_portAndy Shevchenko2024-02-181-24/+0
* 8250: microchip: Add 4 Mbps support in PCI1XXXX UARTRengarajan S2024-01-271-0/+7
* Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-11-101-7/+0
|\
| * serial: 8250: remove AR7 supportWolfram Sang2023-10-191-7/+0
* | Merge 6.6-rc4 into tty-nextGreg Kroah-Hartman2023-10-021-1/+4
|\|
| * serial: 8250_port: Check IRQ data before useAndy Shevchenko2023-09-181-1/+4
* | serial: 8250: Use port lock wrappersThomas Gleixner2023-09-181-50/+50
* | serial: 8250_port: Introduce UART_IIR_FIFO_ENABLED_16750Andy Shevchenko2023-09-181-6/+5
|/
* serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen2023-08-221-0/+8
* Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-201-3/+1
|\
| * serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)2023-08-111-3/+0
| * serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren2023-08-041-0/+1
* | serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-2/+1
|/
* Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao2023-06-211-8/+3
* serial: core: Start managing serial controllers to enable runtime PMTony Lindgren2023-05-311-0/+1
* serial: 8250: synchronize and annotate UART_IER accessJohn Ogness2023-05-301-0/+53
* serial: 8250: lock port in startup() callbacksJohn Ogness2023-05-301-2/+16
* Merge 6.4-rc3 into tty-nextGreg Kroah-Hartman2023-05-271-0/+1
|\
| * serial: 8250: Document termios parameter of serial8250_em485_config()Geert Uytterhoeven2023-05-131-0/+1
* | serial: 8250: RT288x/Au1xxx code away from coreIlpo Järvinen2023-05-131-78/+0
* | serial: 8250: Change dl_read/write to handle value as u32Ilpo Järvinen2023-05-131-5/+5
|/
* serial: 8250: Add missing wakeup event reportingFlorian Fainelli2023-04-201-0/+4
* Merge 6.3-rc6 into tty-nextGreg Kroah-Hartman2023-04-101-0/+11
|\
| * serial: 8250: Prevent starting up DMA Rx on THRI interruptIlpo Järvinen2023-03-291-0/+11
* | serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen2023-03-291-3/+4
|/
* serial: 8250_pci1xxxx: Add driver for quad-uart supportKumaravel Thiagarajan2023-02-081-0/+8
* serial: 8250: Fix mismerge regarding serial_lsr_in()Uwe Kleine-König2023-02-021-2/+0
* serial: 8250: Define IIR 64 byte bit & cleanup related codeIlpo Järvinen2023-01-191-5/+9
* serial: 8250: Add IIR FIFOs enabled field properlyIlpo Järvinen2023-01-191-10/+7
* serial: 8250: Cleanup MCR literalsIlpo Järvinen2023-01-191-1/+1
* serial: 8250: Name MSR literalsIlpo Järvinen2023-01-191-2/+2
* serial: 8250: Use defined IER bitsIlpo Järvinen2023-01-191-5/+5
* Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman2022-11-221-2/+5
|\
| * serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen2022-11-091-2/+1
| * serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen2022-11-091-0/+4
* | serial: 8250: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
|/
* serial: 8250: Fix restoring termios speed after suspendPali Rohár2022-09-251-1/+6
* serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner2022-09-251-5/+7
* serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen2022-09-221-3/+5
* serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki2022-09-221-1/+2
* serial: Fix double wordShaomin Deng2022-09-011-1/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-3/+3
* serial: 8250: Add helper for clearing IERIlpo Järvinen2022-08-301-13/+11