linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-08 01:28:46 to 2022-08-30 08:53:00 UTC [more...]

[PATCH v2 0/4] serial: Create kserial_rs485 to get rid of padding
 2022-08-30  8:52 UTC  (9+ messages)
` [PATCH v2 1/4] serial: Rename vars in uart_get_rs485_config()
` [PATCH v2 2/4] serial: add helpers to copy serial_rs485 from/to userspace
` [PATCH v2 3/4] serial: Convert serial_rs485 to kernel doc
` [PATCH v2 4/4] serial: Add kserial_rs485 to avoid wasted space due to .padding

[PATCH v2 0/5] serial: Remove custom frame size calculation
 2022-08-30  8:49 UTC  (6+ messages)
` [PATCH v2 1/5] serial: ucc_uart: "
` [PATCH v2 2/5] serial: cpm_uart: "
` [PATCH v2 3/5] serial: fsl_lpuart: "
` [PATCH v2 4/5] serial: sunsab: Remove frame size calculation dead-code
` [PATCH v2 5/5] serial: tegra: Remove custom frame size calculation

[PATCH] tty: move from strlcpy with unused retval to strscpy
 2022-08-30  7:23 UTC  (2+ messages)

[PATCH v2] drivers/tty/serial: check the return value of uart_port_check()
 2022-08-30  7:20 UTC  (6+ messages)

[PATCH v2 1/6] tty: n_gsm: add enumeration for gsm encodings
 2022-08-30  7:00 UTC  (11+ messages)
` [PATCH v2 2/6] tty: n_gsm: name gsm tty device minors
` [PATCH v2 3/6] tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()
` [PATCH v2 4/6] tty: n_gsm: introduce gsm_control_command() function
` [PATCH v2 5/6] tty: n_gsm: name the debug bits
` [PATCH v2 6/6] tty: n_gsm: add debug bit for user payload

[PATCH 1/3] serial: sh-sci: CIRC_CNT_TO_END() is enough
 2022-08-30  6:46 UTC  (6+ messages)
` [PATCH 2/3] serial: sh-sci: tail is already on valid range
` [PATCH 3/3] serial: pch_uart: CIRC_CNT_TO_END() is enough

[PATCH] dt-bindings: serial: samsung_uart: drop ref from reg-io-width
 2022-08-29 19:54 UTC  (2+ messages)

[PATCH 0/3] serial: Create kserial_rs485 to get rid of padding
 2022-08-29 12:14 UTC  (9+ messages)
` [PATCH 1/3] serial: Rename vars in uart_get_rs485_config()
` [PATCH 2/3] serial: add helpers to copy serial_rs485 from/to userspace
` [PATCH 3/3] serial: Add kserial_rs485 to avoid wasted space due to .padding

[PATCH 0/3] tty: TX helpers
 2022-08-29  8:50 UTC  (5+ messages)
` [PATCH 3/3] tty: serial: use uart_port_tx_limit() helper

[PATCH 0/3] serial: Add uart_xmit_advance() + fixes part (of a larger patch series)
 2022-08-29  7:54 UTC  (9+ messages)
` [PATCH 1/3] serial: Create uart_xmit_advance()
` [PATCH 2/3] serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
` [PATCH 3/3] serial: tegra-tcu: "

[PATCH] tty: serial: meson: Use devm_clk_get_enabled() helper
 2022-08-29  7:44 UTC  (2+ messages)

[PATCH v3] drivers/tty/serial: check the return value of uart_port_check()
 2022-08-29  5:25 UTC  (2+ messages)

[RESEND] serial: 8250_bcm7271: move spin_lock_irqsave to spin_lock in interrupt handler
 2022-08-27  9:42 UTC  (3+ messages)

[PATCH v4 0/2] serial: pl011: Add xilinx uart
 2022-08-26 17:38 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: serial: pl011: Add a reg-io-width parameter
` [PATCH v4 2/2] serial: pl011: Add reg-io-width parameters

[PATCH 0/5] serial: Remove custom frame size calculation
 2022-08-26 15:58 UTC  (9+ messages)
` [PATCH 1/5] serial: ucc_uart: "
` [PATCH 2/5] serial: cpm_uart: "
` [PATCH 3/5] serial: fsl_lpuart: "
` [PATCH 4/5] serial: sunsab: Remove frame size calculation dead-code
` [PATCH 5/5] serial: tegra: Remove custom frame size calculation

[PATCH v2 0/2] serial: dz: UART_XMIT_SIZE/WAKEUP_CHARS cleanups
 2022-08-26 14:16 UTC  (5+ messages)
` [PATCH v2 1/2] serial: dz: xmit buffer is UART_XMIT_SIZE'd
` [PATCH v2 2/2] serial: dz: Remove custom DZ_WAKEUP_CHARS

[PATCH v1] drivers/tty/serial: check the return value of uart_port_check()
 2022-08-26  8:29 UTC  (5+ messages)

[PATCH 0/5] Make atmel serial driver aware of GCLK
 2022-08-26  7:03 UTC  (17+ messages)
` [PATCH 1/5] dt-bindings: mfd: atmel,sama5d2-flexcom: Add SPI child node ref binding
` [PATCH 2/5] dt-bindings: mfd: atmel,at91-usart: convert to json-schema
` [PATCH 3/5] dt-bindings: mfd: atmel,sama5d2-flexcom: Add USART child node ref binding
` [PATCH 4/5] clk: at91: sama5d2: Add Generic Clocks for UART/USART
` [PATCH 5/5] tty: serial: atmel: Make the driver aware of the existence of GCLK

[PATCH 1/1] serial: dz: Replace DZ_XMIT_SIZE with UART_XMIT_SIZE
 2022-08-25 14:33 UTC  (4+ messages)

[PATCH] dt-bindings: serial: samsung: Add 'power-domains' property
 2022-08-25  6:58 UTC  (2+ messages)

[PATCH v2] tty: serial: atmel: Preserve previous USART mode if RS485 disabled
 2022-08-24 14:29 UTC 

[PATCH] tty: serial: atmel: Preserve previous USART mode if RS485 disabled
 2022-08-24 13:01 UTC  (3+ messages)

[PATCH 0/8] tty/serial: Convert ->set_termios() related callchains to const old ktermios
 2022-08-24 10:25 UTC  (15+ messages)
` [PATCH 1/8] tty: Remove baudrate dead code & make ktermios params const
` [PATCH 2/8] tty: Fix comment style in tty_termios_input_baud_rate()
` [PATCH 3/8] serial: dz: Assume previous baudrate is valid
` [PATCH 4/8] tty: Make tty_termios_copy_hw() old ktermios const
` [PATCH 5/8] tty: Make ldisc ->set_termios() "
` [PATCH 6/8] serial: Make "
` [PATCH 7/8] usb: "
` [PATCH 8/8] tty: "

[PATCH v2 0/2] Fix console probe delay when stdout-path isn't set
 2022-08-24  1:33 UTC  (3+ messages)

[PATCH v3 0/2] serial: pl011: Add xilinx uart
 2022-08-23 10:10 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: serial: pl011: Add a reg-io-width parameter
` [PATCH v3 2/2] serial: pl011: Add reg-io-width parameters

[PATCH] serial/jsm: fix repeated words in comments
 2022-08-23 10:08 UTC  (3+ messages)

The Telegraph: Jeden Tag erscheinen in Europa uber 900 neue Millionare
 2022-08-22 12:12 UTC 

[PATCH 1/6] tty: n_gsm: add enumeration for gsm encodings
 2022-08-22 14:05 UTC  (7+ messages)
` [PATCH 2/6] tty: n_gsm: name gsm tty device minors
` [PATCH 3/6] tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()
` [PATCH 4/6] tty: n_gsm: introduce gsm_control_command() function
` [PATCH 5/6] tty: n_gsm: name the debug bits
` [PATCH 6/6] tty: n_gsm: add debug bit for user payload

[PATCH] tty/seria: fix repeated words in comments
 2022-08-22 12:18 UTC  (2+ messages)

[PATCH] tty/serial: fix repeated words in comments
 2022-08-22 12:17 UTC  (2+ messages)

[PATCH] serial/8250: fix repeated words in comments
 2022-08-22 12:12 UTC 

[PATCH V3] tty: serial: lpuart: disable flow control while waiting for the transmit engine to complete
 2022-08-21 10:15 UTC 

[PATCH V2] tty: serial: lpuart: disable flow control while waiting for the transmit engine to complete
 2022-08-21 10:07 UTC  (5+ messages)

[PATCH] serial: 8250: Clear dma tx_err unconditionally
 2022-08-19 22:43 UTC  (2+ messages)

[tty:tty-linus] BUILD SUCCESS b5a5b9d5f28d23b84f06b45c61dcad95b07d41bc
 2022-08-19  2:58 UTC 

[PATCH] MAINTAINERS: Update email of Neil Armstrong
 2022-08-18 14:47 UTC  (2+ messages)

[PATCH] dt-bindings: serial: renesas,scif: Document RZ/Five SoC
 2022-08-18 11:50 UTC  (2+ messages)

[PATCH 1/1] serial: 8250: Add helper for clearing IER
 2022-08-18  7:18 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-08-17  8:00 UTC 

[PATCH] serial: icom: Fix some indentation
 2022-08-16  5:51 UTC  (2+ messages)

[PATCH v3 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA
 2022-08-15 16:57 UTC  (3+ messages)
` [PATCH v3 6/9] arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA

[PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency
 2022-08-15  8:09 UTC  (3+ messages)

[PATCH AUTOSEL 4.9 1/8] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-08-14 16:30 UTC 

[PATCH AUTOSEL 4.14 1/9] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-08-14 16:29 UTC 

[PATCH AUTOSEL 4.19 02/14] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-08-14 16:29 UTC 

[PATCH AUTOSEL 5.4 02/16] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-08-14 16:28 UTC 

[PATCH AUTOSEL 5.10 02/19] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-08-14 16:27 UTC 

[PATCH AUTOSEL 5.15 02/28] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-08-14 16:25 UTC 

[PATCH AUTOSEL 5.18 02/39] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-08-14 16:22 UTC 

[PATCH AUTOSEL 5.19 03/48] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-08-14 16:18 UTC 

[PATCH v2 3/3] efi: earlycon: Add support for generic framebuffers and move to console subsystem
 2022-08-14  7:04 UTC  (3+ messages)

[PATCH] serial: 8250_bcm7271: move spin_lock_irqsave to spin_lock in irq handler
 2022-08-13 15:51 UTC 

[PATCH] serial: stm32: make info structs static to avoid sparse warnings
 2022-08-11 10:48 UTC  (2+ messages)

[PATCH] serial: Fix incorrect rs485 polarity on uart open
 2022-08-11  6:18 UTC  (7+ messages)

[PATCH v1 1/2] serial: pic32_uart: Utilize uart_console_enabled()
 2022-08-10  8:26 UTC  (2+ messages)

[PATCH v8 00/16] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-08-09 18:02 UTC  (14+ messages)
` [PATCH v8 04/16] clk: npcm8xx: add clock controller

[GIT PULL] TTY/Serial driver changes for 6.0-rc1
 2022-08-08 18:42 UTC  (2+ messages)

[PATCH v2 0/3] Add generic framebuffer support to EFI earlycon driver
 2022-08-08 15:55 UTC  (4+ messages)
` [PATCH v2 1/3] drivers: serial: earlycon: Correct argument name

[PATCH] serial: fsl_lpuart: Remove repeated word
 2022-08-08 15:24 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).