summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250 (follow)
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen2023-08-222-3/+9
* serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang2023-08-221-1/+4
* Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-202-3/+4
|\
| * 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: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren2023-08-041-0/+1
| * serial: core: Fix serial core port id to not use port->lineTony Lindgren2023-08-011-0/+2
* | 8250_men_mcb: remove unnecessary cast when reading registerSanjuán García, Jorge2023-08-041-1/+1
* | 8250_men_mcb: Remove redundant initialization owner in mcb_driverLi Zetao2023-08-041-1/+0
* | 8250_men_mcb: Fix unsigned expression compared with zeroLi Zetao2023-08-041-1/+1
* | 8250_men_mcb: Fix unsigned comparison with less than zeroJiapeng Chong2023-08-041-3/+5
* | Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-311-2/+4
|\|
| * serial: 8250_dw: Preserve original value of DLF registerRuihong Luo2023-07-251-2/+4
* | serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao2023-07-301-0/+10
* | 8250_men_mcb: fix error handling in read_uarts_available_from_reg()Yang Yingliang2023-07-301-1/+4
* | tty: serial: 8250: Define earlycon for mrvl,mmp-uartDuje Mihanović2023-07-251-0/+1
* | 8250_men_mcb: Make UART config auto configurableRodríguez Barbarin, José Javier2023-07-251-19/+24
* | 8250_men_mcb: Read num ports from register data.Rodríguez Barbarin, José Javier2023-07-251-50/+139
* | 8250_men_mcb: Add clockrate speed for G215/F215 boardsRodríguez Barbarin, José Javier2023-07-251-2/+2
* | tty: Explicitly include correct DT includesRob Herring2023-07-253-3/+0
* | 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-213-28/+3
* serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren2023-06-151-5/+15
* serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLEUwe Kleine-König2023-06-133-4/+7
* serial: 8250_mtk: Simplify clock sequencing and runtime PMChen-Yu Tsai2023-06-061-40/+10
* Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman2023-06-051-1/+3
|\
| * serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()Christophe JAILLET2023-05-301-1/+3
* | serial: core: Start managing serial controllers to enable runtime PMTony Lindgren2023-05-312-0/+2
* | serial: 8250: omap: convert to modern PM opsArnd Bergmann2023-05-311-12/+5
* | serial: 8250: omap: Move uart_write() inside PM sectionGeert Uytterhoeven2023-05-311-5/+5
* | serial: 8250-fsl: Expand description of the MPC83xx UART's misbehaviourUwe Kleine-König2023-05-311-1/+13
* | serial: Indicate fintek option may also be required for RS232 supportJames Hilliard2023-05-301-4/+6
* | serial: 8250: synchronize and annotate UART_IER accessJohn Ogness2023-05-305-0/+85
* | serial: 8250: lock port for UART_IER access in omap8250_irq()John Ogness2023-05-301-2/+3
* | serial: 8250: lock port for omap8250_restore_regs()John Ogness2023-05-301-1/+7
* | serial: 8250: lock port for rx_dma() callbackJohn Ogness2023-05-301-2/+11
* | serial: 8250: lock port for stop_rx() in omap8250_irq()John Ogness2023-05-301-0/+2
* | serial: 8250: lock port in startup() callbacksJohn Ogness2023-05-304-2/+27
* | Merge 6.4-rc3 into tty-nextGreg Kroah-Hartman2023-05-274-2/+28
|\|
| * serial: 8250_bcm7271: fix leak in `brcmuart_probe`Doug Berger2023-05-131-1/+1
| * serial: 8250_bcm7271: balance clk_enable callsDoug Berger2023-05-131-1/+4
| * serial: 8250: Document termios parameter of serial8250_em485_config()Geert Uytterhoeven2023-05-131-0/+1
| * serial: Add support for Advantech PCI-1611U cardVitaliy Tomin2023-05-131-0/+5
| * serial: 8250_exar: Add support for USR298x PCI ModemsAndrew Davis2023-05-131-0/+17
* | serial: 8250_rt288x: Remove unnecessary UART_REG_UNMAPPEDIlpo Järvinen2023-05-131-12/+4
* | serial: 8250_rt288x: Name non-standard divisor latch regIlpo Järvinen2023-05-131-2/+4
* | serial: 8250: RT288x/Au1xxx code away from coreIlpo Järvinen2023-05-135-100/+146
* | serial: 8250: Add dl_read/write, bugs and mapsize into plat_serial8250_portIlpo Järvinen2023-05-131-0/+4
* | serial: 8250: Change dl_read/write to handle value as u32Ilpo Järvinen2023-05-135-12/+12
* | serial: 8250: Allow using ports higher than SERIAL_8250_RUNTIME_UARTSTony Lindgren2023-05-131-23/+63