summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-112-3/+2
* tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_txVijaya Krishna Nivarthi2023-08-091-5/+2
* serial: sifive: Remove redundant of_match_ptr()Ruan Jinjie2023-08-091-1/+1
* 8250_men_mcb: remove unnecessary cast when reading registerSanjuán García, Jorge2023-08-041-1/+1
* serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy2023-08-041-1/+0
* serial: cpm_uart: Remove cpm_uart/ subdirectoryChristophe Leroy2023-08-044-7/+1
* serial: cpm_uart: Refactor cpm_uart_[un]map_pram()Christophe Leroy2023-08-045-142/+49
* serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()Christophe Leroy2023-08-044-140/+72
* serial: cpm_uart: Deduplicate cpm_line_cr_cmd()Christophe Leroy2023-08-044-11/+5
* serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()Christophe Leroy2023-08-044-71/+9
* serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy2023-08-041-2/+4
* serial: cpm_uart: Stop using fs_uart_id enumChristophe Leroy2023-08-042-3/+1
* serial: cpm_uart: Remove stale prototypes and table and macrosChristophe Leroy2023-08-042-24/+1
* serial: cpm_uart: Avoid suspicious lockingChristophe Leroy2023-08-041-9/+4
* 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
* serial: max310x: fix typos in commentsHugo Villeneuve2023-08-041-1/+1
* serial: max310x: add comments for membase address workaroundHugo Villeneuve2023-08-041-0/+5
* 8250_men_mcb: Fix unsigned comparison with less than zeroJiapeng Chong2023-08-041-3/+5
* tty: serial: samsung: Set missing PM ops for hibernation supportAnton Eliasson2023-08-041-3/+2
* tty: serial: xilinx_uartps: Do not check for 0 return after calling platform_...Ruan Jinjie2023-08-041-2/+2
* tty: serial: Remove redundant initialization for ma35d1serial_driverLi Zetao2023-08-031-1/+0
* serial: altera_jtaguart: switch status to u32Jiri Slaby2023-07-311-1/+1
* serial: move WARN_ON() in uart_write() to the conditionJiri Slaby2023-07-311-6/+2
* Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-315-12/+7
|\
| * Merge tag 'tty-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-304-5/+7
| |\
| | * serial: 8250_dw: Preserve original value of DLF registerRuihong Luo2023-07-251-2/+4
| | * tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das2023-07-251-1/+1
| | * serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland2023-07-251-1/+1
| | * Documentation: devices.txt: reconcile serial/ucc_uart minor numersRandy Dunlap2023-07-251-1/+1
| * | serial: qcom-geni: drop bogus runtime pm state updateJohan Hovold2023-07-241-7/+0
| |/
* | serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao2023-07-301-0/+10
* | serial: sprd: Fix DMA buffer leak issueChunyan Zhang2023-07-301-2/+3
* | serial: sprd: Assign sprd_port after initialized to avoid wrong accessChunyan Zhang2023-07-301-8/+17
* | serial: sc16is7xx: Put IOControl register into regmap_volatileHui Wang2023-07-301-0/+1
* | drivers:tty: fix return value check in asc_init_portYuanjun Gong2023-07-301-1/+3
* | tty: serial: meson: refactor objects definition for different devnamesDmitry Rokosov2023-07-301-23/+16
* | 8250_men_mcb: fix error handling in read_uarts_available_from_reg()Yang Yingliang2023-07-301-1/+4
* | serial: st-asc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
* | serial: imx: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
* | serial: sifive: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-5/+2
* | serial: mvebu-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-8/+3
* | serial: sccnxp: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+2
* | serial: sprd: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
* | serial: mps2-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
* | serial: vt8500: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-5/+1
* | serial: fsl_lpuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
* | serial: omap: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
* | serial: tegra: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-7/+2
* | serial: linflexuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-6/+2