linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-19 08:41:55 to 2022-09-01 14:16:45 UTC [more...]

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

[PATCH v1 tty-next 0/2] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-09-01 14:09 UTC  (15+ messages)
` [PATCH v1 tty-next 1/2] 8250: microchip: pci1xxxx: Add driver for the quad-uart function in the multi-function endpoint of pci1xxxx device
` [PATCH v1 tty-next 2/2] 8250: microchip: pci1xxxx: Add power management functions to pci1xxxx's quad-uart driver

[PATCH v2 0/3] tty: TX helpers
 2022-09-01 12:25 UTC  (5+ messages)
` [PATCH v2 1/3] tty: serial: introduce transmit helper generators
` [PATCH v2 2/3] tty: serial: use DEFINE_UART_PORT_TX_HELPER()
` [PATCH v2 3/3] tty: serial: use DEFINE_UART_PORT_TX_HELPER_LIMITED()

[PATCH 0/5] Make atmel serial driver aware of GCLK
 2022-09-01 11:31 UTC  (22+ messages)
` [PATCH 2/5] dt-bindings: mfd: atmel,at91-usart: convert to json-schema
` [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

Zwiększenie płynności finansowej
 2022-09-01  7:46 UTC 

[PATCH] serial: Fix double word
 2022-08-31 16:09 UTC 

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

[tty:tty-linus] BUILD SUCCESS 902e02ea9385373ce4b142576eef41c642703955
 2022-08-31  1:15 UTC 

[tty:tty-testing] BUILD SUCCESS cac8f7194111bc841b609fee5f1b20dad8f86ded
 2022-08-31  0:41 UTC 

[PATCH v2 0/5] serial: Remove custom frame size calculation
 2022-08-30 17:01 UTC  (7+ 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 v1 1/1] serial: 8250_men_mcb: Remove duplicate UAPI:serial_core inclusion
 2022-08-30 15:23 UTC 

[PATCH 0/3] serial: Add uart_xmit_advance() + fixes part (of a larger patch series)
 2022-08-30 12:53 UTC  (13+ 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: "

[RESEND] serial: 8250_bcm7271: move spin_lock_irqsave to spin_lock in interrupt handler
 2022-08-30 11:35 UTC  (4+ messages)

[PATCH] serial: icom: Fix some indentation
 2022-08-30 11:33 UTC  (2+ messages)

[PATCH v2 0/4] serial: Create kserial_rs485 to get rid of padding
 2022-08-30 10:14 UTC  (15+ 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] 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] 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)

[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 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  (8+ messages)
` [PATCH 3/8] serial: dz: Assume previous baudrate is valid

[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  (4+ messages)

[PATCH] serial: 8250: Clear dma tx_err unconditionally
 2022-08-19 22:43 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).