summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: n_tty: move newline handling to a separate functionJiri Slaby (SUSE)2023-08-271-8/+19
* tty: n_tty: move canon handling to a separate functionJiri Slaby (SUSE)2023-08-271-71/+87
* tty: n_tty: use MASK() for masking out size bitsJiri Slaby (SUSE)2023-08-271-12/+11
* tty: n_tty: make n_tty_data::num_overrun unsignedJiri Slaby (SUSE)2023-08-271-2/+2
* tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()Jiri Slaby (SUSE)2023-08-271-2/+1
* tty: n_tty: use 'num' for writes' countsJiri Slaby (SUSE)2023-08-271-9/+8
* tty: n_tty: use output character directlyJiri Slaby (SUSE)2023-08-271-2/+1
* tty: n_tty: make flow of n_tty_receive_buf_common() a boolJiri Slaby (SUSE)2023-08-271-3/+3
* Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure2023-08-271-2/+0
* Documentation: devices.txt: Fix minors for ttyCPM*Christophe Leroy2023-08-221-2/+2
* Documentation: devices.txt: Remove ttySIOC*Christophe Leroy2023-08-221-3/+0
* Documentation: devices.txt: Remove ttyIOC*Christophe Leroy2023-08-221-9/+0
* serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen2023-08-223-3/+12
* serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve2023-08-221-0/+4
* serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve2023-08-221-1/+10
* serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve2023-08-221-35/+108
* dt-bindings: sc16is7xx: Add property to change GPIO functionHugo Villeneuve2023-08-221-0/+46
* serial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve2023-08-221-3/+1
* serial: sc16is7xx: fix broken port 0 uart initHugo Villeneuve2023-08-221-0/+6
* serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang2023-08-221-1/+4
* dt-bindings: serial: snps-dw-apb-uart: make interrupt optionalJisheng Zhang2023-08-221-1/+0
* serial: tegra: handle clk prepare error in tegra_uart_hw_init()Yi Yang2023-08-221-1/+5
* serial: sifive: Add suspend and resume operationsNick Hu2023-08-221-0/+18
* tty: serial: meson: Add a earlycon for the T7 SoCLucas Tanure2023-08-221-0/+2
* dt-bindings: serial: amlogic,meson-uart: Add compatible string for T7Lucas Tanure2023-08-221-0/+4
* serial: stm32: synchronize RX DMA channel in shutdownAmelie Delaunay2023-08-221-1/+3
* serial: stm32: replace access to DMAR bit by dmaengine_pause/resumeValentin Caron2023-08-221-94/+106
* serial: stm32: group dma pause/resume error handling into single functionValentin Caron2023-08-222-45/+83
* serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabledValentin Caron2023-08-221-8/+8
* serial: stm32: use DMAT as a configuration bitValentin Caron2023-08-221-5/+3
* serial: stm32: avoid clearing DMAT bit during transferValentin Caron2023-08-221-32/+44
* tty: n_gsm: add restart flag to extended ioctl configDaniel Starke2023-08-222-1/+27
* tty: n_gsm: cleanup gsm_control_command and gsm_control_replyDaniel Starke2023-08-221-4/+6
* tty: n_gsm: increase gsm_mux unsupported counted where appropriateDaniel Starke2023-08-221-0/+3
* tty: n_gsm: increase malformed counter for malformed control framesDaniel Starke2023-08-221-1/+3
* tty: n_gsm: add open_error counter to gsm_muxDaniel Starke2023-08-221-5/+20
* tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_configDaniel Starke2023-08-221-2/+1
* tty: n_gsm: add missing description to structs in gsmmux.hDaniel Starke2023-08-221-20/+84
* tty: n_gsm: add restart flag to DLC specific ioctl configDaniel Starke2023-08-222-1/+18
* serial: core: Remove unused PORT_* definitionsAndy Shevchenko2023-08-221-40/+3
* tty: tty_buffer: invert conditions in __tty_buffer_request_room()Jiri Slaby (SUSE)2023-08-221-22/+22
* tty: tty_buffer: initialize variables in initializers alreadyJiri Slaby (SUSE)2023-08-221-10/+3
* tty: tty_buffer: better types in __tty_buffer_request_room()Jiri Slaby (SUSE)2023-08-221-1/+2
* tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()Jiri Slaby (SUSE)2023-08-223-30/+11
* tty: tty_buffer: let tty_prepare_flip_string() return size_tJiri Slaby (SUSE)2023-08-222-3/+4
* tty: tty_buffer: switch insert functions to size_tJiri Slaby (SUSE)2023-08-222-18/+18
* tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()Jiri Slaby (SUSE)2023-08-221-0/+3
* tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()Jiri Slaby (SUSE)2023-08-223-61/+61
* tty: tty_buffer: use struct_size() in tty_buffer_alloc()Jiri Slaby (SUSE)2023-08-221-2/+1
* tty: tty_buffer: switch data type to u8Jiri Slaby (SUSE)2023-08-221-2/+2