summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2-2/+3
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2-3/+2
2023-08-09tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_txVijaya Krishna Nivarthi1-5/+2
2023-08-09serial: sifive: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-08-048250_men_mcb: remove unnecessary cast when reading registerSanjuán García, Jorge1-1/+1
2023-08-04serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy1-1/+0
2023-08-04serial: cpm_uart: Remove cpm_uart/ subdirectoryChristophe Leroy4-7/+1
2023-08-04serial: cpm_uart: Refactor cpm_uart_[un]map_pram()Christophe Leroy5-142/+49
2023-08-04serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()Christophe Leroy4-140/+72
2023-08-04serial: cpm_uart: Deduplicate cpm_line_cr_cmd()Christophe Leroy4-11/+5
2023-08-04serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()Christophe Leroy4-71/+9
2023-08-04serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy1-2/+4
2023-08-04serial: cpm_uart: Stop using fs_uart_id enumChristophe Leroy2-3/+1
2023-08-04serial: cpm_uart: Remove stale prototypes and table and macrosChristophe Leroy2-24/+1
2023-08-04serial: cpm_uart: Avoid suspicious lockingChristophe Leroy1-9/+4
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-04serial: max310x: fix typos in commentsHugo Villeneuve1-1/+1
2023-08-04serial: max310x: add comments for membase address workaroundHugo Villeneuve1-0/+5
2023-08-048250_men_mcb: Fix unsigned comparison with less than zeroJiapeng Chong1-3/+5
2023-08-04tty: serial: samsung: Set missing PM ops for hibernation supportAnton Eliasson1-3/+2
2023-08-04tty: serial: xilinx_uartps: Do not check for 0 return after calling platform_...Ruan Jinjie1-2/+2
2023-08-03tty: serial: Remove redundant initialization for ma35d1serial_driverLi Zetao1-1/+0
2023-07-31serial: altera_jtaguart: switch status to u32Jiri Slaby1-1/+1
2023-07-31serial: move WARN_ON() in uart_write() to the conditionJiri Slaby1-6/+2
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman5-12/+7
2023-07-30Merge tag 'tty-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-5/+7
2023-07-30serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao1-0/+10
2023-07-30serial: sprd: Fix DMA buffer leak issueChunyan Zhang1-2/+3
2023-07-30serial: sprd: Assign sprd_port after initialized to avoid wrong accessChunyan Zhang1-8/+17
2023-07-30serial: sc16is7xx: Put IOControl register into regmap_volatileHui Wang1-0/+1
2023-07-30drivers:tty: fix return value check in asc_init_portYuanjun Gong1-1/+3
2023-07-30tty: serial: meson: refactor objects definition for different devnamesDmitry Rokosov1-23/+16
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: sh-sci: Fix sleeping in atomic contextBiju Das1-1/+1
2023-07-25serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland1-1/+1
2023-07-25serial: st-asc: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: imx: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: sifive: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-5/+2
2023-07-25serial: mvebu-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-8/+3
2023-07-25serial: sccnxp: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+2
2023-07-25serial: sprd: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: mps2-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: vt8500: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-5/+1
2023-07-25serial: fsl_lpuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: omap: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25serial: tegra: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-7/+2
2023-07-25serial: linflexuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-6/+2