summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2023-10-03serial: 8250_dw: Use devm_clk_get_optional_enabled()Andy Shevchenko1-24/+3
2023-10-03serial: 8250_of: Use devm_clk_get_enabled()Andy Shevchenko1-16/+8
2023-10-03serial: 8250_aspeed_vuart: Use devm_clk_get_enabled()Andy Shevchenko1-12/+5
2023-10-03serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()Andy Shevchenko1-10/+7
2023-10-02Merge 6.6-rc4 into tty-nextGreg Kroah-Hartman1-1/+4
2023-09-18serial: 8250_pci1xxxx: Use port lock wrappersThomas Gleixner1-4/+4
2023-09-18serial: 8250_omap: Use port lock wrappersThomas Gleixner1-26/+26
2023-09-18serial: 8250_mtk: Use port lock wrappersThomas Gleixner1-4/+4
2023-09-18serial: 8250_fsl: Use port lock wrappersThomas Gleixner1-3/+3
2023-09-18serial: 8250_exar: Use port lock wrappersThomas Gleixner1-2/+2
2023-09-18serial: 8250_dw: Use port lock wrappersThomas Gleixner1-4/+4
2023-09-18serial: 8250_dma: Use port lock wrappersThomas Gleixner1-4/+4
2023-09-18serial: 8250: Use port lock wrappersThomas Gleixner2-56/+56
2023-09-18serial: 8250_bcm7271: Use port lock wrappersThomas Gleixner1-14/+14
2023-09-18serial: 8250_aspeed_vuart: Use port lock wrappersThomas Gleixner1-3/+3
2023-09-18tty/serial: 8250: Sort drivers in MakefileIlpo Järvinen1-20/+22
2023-09-18tty: serial: 8250_exar: Does not use anything from 8250_pciIlpo Järvinen2-2/+1
2023-09-18serial: 8250_mid: Remove 8250_pci usageIlpo Järvinen1-11/+7
2023-09-18serial: 8250_of: Use dev_err_probe() instead of dev_warn()Andy Shevchenko1-12/+8
2023-09-18serial: 8250_aspeed_vuart: Use dev_err_probe() instead of dev_err()Andy Shevchenko1-7/+7
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-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+1
2023-08-22serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen2-3/+9
2023-08-22serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang1-1/+4
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2-3/+4
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-08-04serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren1-0/+1
2023-08-048250_men_mcb: remove unnecessary cast when reading registerSanjuán García, Jorge1-1/+1
2023-08-048250_men_mcb: Remove redundant initialization owner in mcb_driverLi Zetao1-1/+0
2023-08-048250_men_mcb: Fix unsigned expression compared with zeroLi Zetao1-1/+1
2023-08-048250_men_mcb: Fix unsigned comparison with less than zeroJiapeng Chong1-3/+5
2023-08-01serial: core: Fix serial core port id to not use port->lineTony Lindgren1-0/+2
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman1-2/+4
2023-07-30serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao1-0/+10
2023-07-308250_men_mcb: fix error handling in read_uarts_available_from_reg()Yang Yingliang1-1/+4
2023-07-25serial: 8250_dw: Preserve original value of DLF registerRuihong Luo1-2/+4
2023-07-25tty: serial: 8250: Define earlycon for mrvl,mmp-uartDuje Mihanović1-0/+1
2023-07-258250_men_mcb: Make UART config auto configurableRodríguez Barbarin, José Javier1-19/+24
2023-07-258250_men_mcb: Read num ports from register data.Rodríguez Barbarin, José Javier1-50/+139
2023-07-258250_men_mcb: Add clockrate speed for G215/F215 boardsRodríguez Barbarin, José Javier1-2/+2
2023-07-25tty: Explicitly include correct DT includesRob Herring3-3/+0
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 Zhao3-28/+3
2023-06-15serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren1-5/+15
2023-06-13serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLEUwe Kleine-König3-4/+7
2023-06-06serial: 8250_mtk: Simplify clock sequencing and runtime PMChen-Yu Tsai1-40/+10
2023-06-05Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman1-1/+3
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren2-0/+2