linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-25 08:58:51 to 2022-09-06 19:40:02 UTC [more...]

[PATCH 0/2] Add generic framebuffer support to EFI earlycon driver
 2022-09-06 19:39 UTC  (8+ messages)
` [PATCH 2/2] efi: earlycon: Add support for generic framebuffers and move to fbdev subsystem

[PATCH v1 0/5] Enhance definition of DFH and use enhancements for uart driver
 2022-09-06 19:04 UTC  (6+ messages)
` [PATCH v1 1/5] Documentation: fpga: dfl: Add documentation for DFHv1
` [PATCH v1 2/5] fpga: dfl: Move the DFH definitions
` [PATCH v1 3/5] fpga: dfl: Add DFHv1 Register Definitions
` [PATCH v1 4/5] fpga: dfl: add generic support for MSIX interrupts
` [PATCH v1 5/5] tty: serial: 8250: add DFL bus driver for Altera 16550

[PATCH v2 0/3] Add generic framebuffer support to EFI earlycon driver
 2022-09-06 16:54 UTC  (2+ messages)

[PATCH 0/5] Make atmel serial driver aware of GCLK
 2022-09-06 15:49 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

[PATCH v2 00/13] Make atmel serial driver aware of GCLK
 2022-09-06 15:12 UTC  (15+ messages)
` [PATCH v2 01/13] spi: dt-bindings: atmel,at91rm9200-spi: Add DMA related properties
` [PATCH v2 02/13] ARM: dts: at91: sama7g5: Swap rx and tx for spi11
` [PATCH v2 03/13] dt-bindings: mfd: atmel,sama5d2-flexcom: Add SPI child node ref binding
` [PATCH v2 04/13] ARM: dts: at91: sam9x60ek: Add DBGU compatibles to uart1
` [PATCH v2 05/13] dt-bindings: serial: atmel,at91-usart: convert to json-schema
` [PATCH v2 06/13] dt-bindings: serial: atmel,at91-usart: Add SAM9260 compatibles to SAM9x60
` [PATCH v2 07/13] dt-bindings: mfd: atmel,sama5d2-flexcom: Add USART child node ref binding
` [PATCH v2 08/13] tty: serial: atmel: Define GCLK as USART baudrate source clock
` [PATCH v2 09/13] tty: serial: atmel: Define BRSRCCK bitmask of UART IP's Mode Register
` [PATCH v2 10/13] tty: serial: atmel: Only divide Clock Divisor if the IP is USART
` [PATCH v2 11/13] clk: at91: sama5d2: Add Generic Clocks for UART/USART
` [PATCH v2 12/13] tty: serial: atmel: Make the driver aware of the existence of GCLK
` [PATCH v2 13/13] dt-bindings: serial: atmel,at91-usart: Add gclk as a possible USART clock

[PATCH v3 0/4] tty: TX helpers
 2022-09-06 11:30 UTC  (6+ messages)
` [PATCH v3 1/4] tty: serial: move and cleanup vt8500_tx_empty()
` [PATCH v3 2/4] tty: serial: introduce transmit helper generators
` [PATCH v3 3/4] tty: serial: use DEFINE_UART_PORT_TX_HELPER()
` [PATCH v3 4/4] tty: serial: use DEFINE_UART_PORT_TX_HELPER_LIMITED()

[PATCH v2 0/3] tty: TX helpers
 2022-09-06 10:50 UTC  (13+ 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] tty: serial: atmel: fix spelling typo in comment
 2022-09-06 10:21 UTC  (2+ messages)

[tty:tty-testing] BUILD SUCCESS 35f2e3c267f07a42bc1bf08081e963b3a33e6d7c
 2022-09-05 18:23 UTC 

[PATCH v1 tty-next 0/2] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-09-05 12:01 UTC  (20+ 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 v3] drivers/tty/serial: check the return value of uart_port_check()
 2022-09-05 10:16 UTC  (3+ messages)

[PATCH] tty: serial: Fix comments typo
 2022-09-04 15:39 UTC 

[RESEND] serial: 8250_bcm7271: move spin_lock_irqsave to spin_lock in interrupt handler
 2022-09-04 13:10 UTC  (6+ messages)

[PATCH v2] drivers/tty/serial: check the return value of uart_port_check()
 2022-09-03 23:14 UTC  (7+ messages)

[GIT PULL] TTY/Serial driver fixes for 6.0-rc4
 2022-09-03 17:37 UTC  (2+ messages)

[tty:tty-testing] BUILD SUCCESS e4cdd25cafac3f61c74c146db5de7a5c9bd7b6d0
 2022-09-03  8:34 UTC 

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

[PATCH v2 0/3] serial: Add uart_xmit_advance() + fixes part (of a larger patch series)
 2022-09-01 14:33 UTC  (8+ 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: "

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: "

[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 1/6] tty: n_gsm: add enumeration for gsm encodings
 2022-08-30  7:00 UTC  (10+ 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 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  (7+ messages)
` [PATCH 2/5] serial: cpm_uart: "
` [PATCH 3/5] serial: fsl_lpuart: "
` [PATCH 5/5] serial: tegra: "

[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)


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).