linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-06 20:13:52 to 2022-09-16 21:50:48 UTC [more...]

kernel 5.19.8: "Oxford Semiconductor Ltd OXPCIe952 Dual Native 950 UART" gets wrong baudrate (PCI ID 1415:c158)
 2022-09-16 21:50 UTC  (21+ 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 v2 1/1] serial: 8250: Turn IER bits on only after irq has been set up
 2022-09-16 13:38 UTC 

I/O page faults from 8250_mid PCIe UART after TIOCVHANGUP
 2022-09-16 13:18 UTC  (8+ messages)

[PATCH] serial: Deassert RS485 Transmit Enable on probe in driver-specific way
 2022-09-16 12:27 UTC  (2+ messages)

[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  (42+ messages)
` [PATCH v2 01/13] spi: dt-bindings: atmel,at91rm9200-spi: Add DMA related properties
` [PATCH v2 03/13] dt-bindings: mfd: atmel,sama5d2-flexcom: Add SPI child node ref binding
` [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 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: stm32: Deassert Transmit Enable on ->rs485_config()
 2022-09-13  8:24 UTC  (2+ messages)

[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  (35+ 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  (19+ 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 

[tty:tty-linus] BUILD SUCCESS 1d10cd4da593bc0196a239dcc54dac24b6b0a74e
 2022-09-08  6:25 UTC 

[PATCH] tty: serial: atmel: fix spelling typo in comment
 2022-09-08  2:24 UTC  (5+ messages)
  `  "

[PATCH] tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros
 2022-09-08  0:43 UTC  (2+ messages)

[PATCH v2 0/3] Add generic framebuffer support to EFI earlycon driver
 2022-09-07  8:22 UTC  (5+ messages)
` [PATCH v2 3/3] efi: earlycon: Add support for generic framebuffers and move to console subsystem


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