linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-08 15:15:51 to 2022-09-20 05:20:57 UTC [more...]

[PATCH v4 00/10] tty: TX helpers
 2022-09-20  5:20 UTC  (3+ messages)
` [PATCH v4 01/10] tty: serial: move and cleanup vt8500_tx_empty()
` [PATCH v4 04/10] tty: serial: extract lqasc_tx_ready() from lqasc_tx_chars()

[PATCH v2 0/2] Fix console probe delay when stdout-path isn't set
 2022-09-19 22:56 UTC  (5+ messages)

[PATCH] serial: sifive: enable clocks for UART when probed
 2022-09-19 22:39 UTC 

[PATCH v4 0/9] Make atmel serial driver aware of GCLK
 2022-09-19 17:08 UTC  (12+ messages)
` [PATCH v4 1/9] dt-bindings: mfd: atmel,sama5d2-flexcom: Add SPI child node ref binding
` [PATCH v4 2/9] dt-bindings: serial: atmel,at91-usart: convert to json-schema
` [PATCH v4 3/9] dt-bindings: serial: atmel,at91-usart: Add SAM9260 compatibles to SAM9X60
` [PATCH v4 4/9] dt-bindings: mfd: atmel,sama5d2-flexcom: Add USART child node ref binding
` [PATCH v4 5/9] dt-bindings: serial: atmel,at91-usart: Add gclk as a possible USART clock
` [PATCH v4 6/9] tty: serial: atmel: Define GCLK as USART baudrate source clock
` [PATCH v4 7/9] tty: serial: atmel: Define BRSRCCK bitmask of UART IP's Mode Register
` [PATCH v4 8/9] tty: serial: atmel: Only divide Clock Divisor if the IP is USART
` [PATCH v4 9/9] tty: serial: atmel: Make the driver aware of the existence of GCLK

[PATCH v3 1/1] serial: 8250: Toggle IER bits on only after irq has been set up
 2022-09-19 14:40 UTC 

I/O page faults from 8250_mid PCIe UART after TIOCVHANGUP
 2022-09-19 14:22 UTC  (13+ messages)

[PATCH v2 1/1] serial: 8250: Turn IER bits on only after irq has been set up
 2022-09-19 14:06 UTC  (5+ messages)

binding and generic support for external uart supply
 2022-09-19 11:34 UTC 

[PATCH 0/2] serial: 8250: Let drivers request full 16550A feature probing
 2022-09-19 10:49 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] serial: 8250: Request full 16550A feature probing for OxSemi PCIe devices

[PATCH v1] drivers/tty/serial/8250: check the return value of clk_prepare_enable()
 2022-09-19  9:32 UTC  (2+ messages)

[PATCH v1] drivers/tty/serial/8250: check the return value of clk_set_rate()
 2022-09-19  8:41 UTC  (2+ messages)

kernel 5.19.8: "Oxford Semiconductor Ltd OXPCIe952 Dual Native 950 UART" gets wrong baudrate (PCI ID 1415:c158)
 2022-09-19  6:50 UTC  (22+ messages)

[syzbot] BUG: soft lockup in tx
 2022-09-18  5:29 UTC 

[PATCH] serial: Deassert RS485 Transmit Enable on probe in driver-specific way
 2022-09-17 14:25 UTC  (3+ messages)

[PATCH] serial: stm32: Deassert Transmit Enable on ->rs485_config()
 2022-09-17 14:13 UTC  (3+ messages)

[PATCH v1 11/11] dt-bindings: mtd: rockchip: add rockchip,rk3128-nfc
 2022-09-16 19:57 UTC  (31+ messages)
` [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart
  ` (subset) "
` [PATCH v1 10/11] dt-bindings: soc: rockchip: grf: add rockchip,rk3128-grf
` [PATCH v1 09/11] dt-bindings: phy: phy-rockchip-inno-usb2: add rockchip,rk3128-usb2phy
` [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu
` [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt
` [PATCH v1 06/11] dt-bindings: usb: dwc2: rockchip: add rockchip,rk3128-usb
` [PATCH v1 05/11] dt-bindings: spi: rockchip: add rockchip,rk3128-spi
` [PATCH v1 04/11] dt-bindings: mmc: rockchip: add rockchip,rk3128-dw-mshc
` [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm
` [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c

[PATCH] serial: 8250: omap: Use serial8250_em485_supported
 2022-09-16 11:16 UTC  (2+ messages)

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

[PATCH v2 0/5] serial: Remove custom frame size calculation
 2022-09-15 12:33 UTC  (3+ messages)
` [PATCH v2 5/5] serial: tegra: "

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

[PATCH v2 RESEND 0/3] serial: Add uart_xmit_advance() + fixes part (of a larger patch series)
 2022-09-15 12:26 UTC  (3+ messages)
` [PATCH v2 RESEND 3/3] serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting

[PATCH v1 1/1] TODO: serdev: Replace poll loop by readx_poll_timeout() macro
 2022-09-14 16:49 UTC  (2+ messages)

[PATCH] serial: omap: Disallow RS-485 if rts-gpio is not specified
 2022-09-14 13:57 UTC  (3+ messages)

[PATCH 16/17] arm64: dts: mediatek: add mt8365 device-tree
 2022-09-14 13:27 UTC  (3+ messages)

[PATCH v2 00/13] Make atmel serial driver aware of GCLK
 2022-09-13  9:35 UTC  (23+ messages)
` [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 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] serial: ar933x: Deassert Transmit Enable on ->rs485_config()
 2022-09-13  8:22 UTC  (2+ messages)

[PATCH] serial: fsl_lpuart: Reset prior to registration
 2022-09-13  7:20 UTC  (2+ messages)

[PATCH v1 0/5] Enhance definition of DFH and use enhancements for uart driver
 2022-09-13  2:48 UTC  (31+ 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] tty: serial: cpm_uart: remove unused cpm_uart_nr declaration
 2022-09-11  9:36 UTC 

[PATCH v1 00/11] Add more Rockchip rk3128 compatible strings
 2022-09-09 22:01 UTC 

[tty:tty-testing] BUILD SUCCESS ccf3a570410af607124534396cfc0e9a0986b5e8
 2022-09-09 20:59 UTC 

[PATCH v3 0/4] tty: TX helpers
 2022-09-09 12:41 UTC  (16+ messages)

[PATCH v1 1/1] serial: 8250_dma: Convert to use uart_xmit_advance()
 2022-09-09 10:17 UTC  (3+ messages)

[PATCH v1 1/1] serial: 8250_omap: Convert to use uart_xmit_advance()
 2022-09-09  9:12 UTC 

[tty:tty-testing] BUILD SUCCESS 408e532e80997be64caf8cdf45f2ff53c2279725
 2022-09-08 23:56 UTC 


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