summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds77-920/+966
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+1
2023-08-27Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure1-2/+0
2023-08-22serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen2-3/+9
2023-08-22serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve1-0/+4
2023-08-22serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve1-1/+10
2023-08-22serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve1-35/+108
2023-08-22serial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve1-3/+1
2023-08-22serial: sc16is7xx: fix broken port 0 uart initHugo Villeneuve1-0/+6
2023-08-22serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang1-1/+4
2023-08-22serial: tegra: handle clk prepare error in tegra_uart_hw_init()Yi Yang1-1/+5
2023-08-22serial: sifive: Add suspend and resume operationsNick Hu1-0/+18
2023-08-22tty: serial: meson: Add a earlycon for the T7 SoCLucas Tanure1-0/+2
2023-08-22serial: stm32: synchronize RX DMA channel in shutdownAmelie Delaunay1-1/+3
2023-08-22serial: stm32: replace access to DMAR bit by dmaengine_pause/resumeValentin Caron1-94/+106
2023-08-22serial: stm32: group dma pause/resume error handling into single functionValentin Caron2-45/+83
2023-08-22serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabledValentin Caron1-8/+8
2023-08-22serial: stm32: use DMAT as a configuration bitValentin Caron1-5/+3
2023-08-22serial: stm32: avoid clearing DMAT bit during transferValentin Caron1-32/+44
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman5-19/+63
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko1-6/+1
2023-08-11serial: core: Fix serial core port id, including multiport devicesTony Lindgren2-1/+28
2023-08-11serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)1-3/+0
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-09serial: core: Revert port_id useTony Lindgren1-1/+1
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-04serial: core: Fix kmemleak issue for serial core device removeTony Lindgren1-0/+2
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