summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2023-10-07serial: core: Fix checks for tx runtime PM stateTony Lindgren
2023-10-03serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren
2023-10-03serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner
2023-09-18Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke
2023-09-18serial: 8250_port: Check IRQ data before useAndy Shevchenko
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-27tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: extract ECHO_OP processing to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: unify counts to size_tJiri Slaby (SUSE)
2023-08-27tty: n_tty: use u8 for chars and flagsJiri Slaby (SUSE)
2023-08-27tty: n_tty: simplify chars_in_buffer()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: remove unsigned char casts from character constantsJiri Slaby (SUSE)
2023-08-27tty: n_tty: move newline handling to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: move canon handling to a separate functionJiri Slaby (SUSE)
2023-08-27tty: n_tty: use MASK() for masking out size bitsJiri Slaby (SUSE)
2023-08-27tty: n_tty: make n_tty_data::num_overrun unsignedJiri Slaby (SUSE)
2023-08-27tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()Jiri Slaby (SUSE)
2023-08-27tty: n_tty: use 'num' for writes' countsJiri Slaby (SUSE)
2023-08-27tty: n_tty: use output character directlyJiri Slaby (SUSE)
2023-08-27tty: n_tty: make flow of n_tty_receive_buf_common() a boolJiri Slaby (SUSE)
2023-08-27Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure
2023-08-22serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen
2023-08-22serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve
2023-08-22serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve
2023-08-22serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve
2023-08-22serial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve
2023-08-22serial: sc16is7xx: fix broken port 0 uart initHugo Villeneuve
2023-08-22serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang
2023-08-22serial: tegra: handle clk prepare error in tegra_uart_hw_init()Yi Yang
2023-08-22serial: sifive: Add suspend and resume operationsNick Hu
2023-08-22tty: serial: meson: Add a earlycon for the T7 SoCLucas Tanure
2023-08-22serial: stm32: synchronize RX DMA channel in shutdownAmelie Delaunay
2023-08-22serial: stm32: replace access to DMAR bit by dmaengine_pause/resumeValentin Caron
2023-08-22serial: stm32: group dma pause/resume error handling into single functionValentin Caron
2023-08-22serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabledValentin Caron
2023-08-22serial: stm32: use DMAT as a configuration bitValentin Caron
2023-08-22serial: stm32: avoid clearing DMAT bit during transferValentin Caron
2023-08-22tty: n_gsm: add restart flag to extended ioctl configDaniel Starke
2023-08-22tty: n_gsm: cleanup gsm_control_command and gsm_control_replyDaniel Starke
2023-08-22tty: n_gsm: increase gsm_mux unsupported counted where appropriateDaniel Starke
2023-08-22tty: n_gsm: increase malformed counter for malformed control framesDaniel Starke
2023-08-22tty: n_gsm: add open_error counter to gsm_muxDaniel Starke
2023-08-22tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_configDaniel Starke
2023-08-22tty: n_gsm: add restart flag to DLC specific ioctl configDaniel Starke
2023-08-22tty: tty_buffer: invert conditions in __tty_buffer_request_room()Jiri Slaby (SUSE)
2023-08-22tty: tty_buffer: initialize variables in initializers alreadyJiri Slaby (SUSE)
2023-08-22tty: tty_buffer: better types in __tty_buffer_request_room()Jiri Slaby (SUSE)
2023-08-22tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()Jiri Slaby (SUSE)