messages from 2023-10-24 12:46:03 to 2023-11-03 13:56:22 UTC [more...]
[PATCH v2 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
2023-11-03 13:56 UTC (4+ messages)
[GIT PULL] TTY/Serial driver updates for 6.7-rc1
2023-11-03 12:06 UTC
[PATCH v2] drivers/tty/vt: use standard array-copy-functions
2023-11-03 11:12 UTC
[PATCH v2] tty: serial: Add RS422 flag to struct serial_rs485
2023-11-03 10:47 UTC (3+ messages)
tldp serial-howto subscribe link
2023-11-03 8:46 UTC (5+ messages)
[PATCH] drivers/tty/vt: copy userspace arrays safely
2023-11-02 22:07 UTC (5+ messages)
[PATCH 2/2] drivers: tty: vt: vt.c: fixed segmentation fault in vt.c
2023-11-02 11:42 UTC (2+ messages)
[PATCH v3] serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit
2023-11-02 9:26 UTC (2+ messages)
[PATCH] serial: 8250_omap: Add earlycon support for the AM654 UART controller
2023-11-02 9:03 UTC (2+ messages)
[PATCH v4] serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
2023-11-02 8:50 UTC (2+ messages)
[PATCH 2/2] drivers: tty: vt: vt.c: fixed segmentation fault in vt.c
2023-11-02 5:45 UTC (2+ messages)
[PATCH v3] serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
2023-11-01 1:03 UTC (2+ messages)
[PATCH 0/3] serial, MIPS: Add MIPS UHI semihosting support
2023-10-31 21:49 UTC (10+ messages)
` [PATCH 1/3] MIPS: Add header for UHI semihosting defines
` [PATCH 2/3] MIPS: zboot: Add UHI semihosting debug print support
` [PATCH 3/3] serial: Add an earlycon driver for MIPS UHI semihosting
[PATCH] serial: 8250_omap: Set the console genpd always on if no console suspend
2023-10-31 17:34 UTC (11+ messages)
[PATCH 0/6] Cleanup AMBA PL011 driver
2023-10-31 14:30 UTC (28+ messages)
` [PATCH 1/6] tty: serial: amba: cleanup whitespace
` [PATCH 2/6] tty: serial: amba: Use BIT() macro for constant declarations
` [PATCH 3/6] tty: serial: amba-pl011: cleanup driver
` [PATCH 4/6] tty: serial: amba-pl011: replace TIOCMBIT macros by static functions
` [PATCH 5/6] tty: serial: amba-pl011: unindent pl011_console_get_options function body
` [PATCH 6/6] tty: serial: amba-pl011: Parse bits option as 5, 6, 7 or 8 in _get_options
[PATCH v2] serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
2023-10-31 10:47 UTC (2+ messages)
[PATCH v2] serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit
2023-10-31 10:47 UTC (2+ messages)
[PATCH 00/10] Introduce ExynosAutov920 SoC and SADK board
2023-10-31 9:47 UTC (11+ messages)
` [PATCH 01/10] dt-bindings: soc: samsung: exynos-sysreg: add exynosautov920 sysreg
` [PATCH 02/10] dt-bindings: soc: samsung: usi: add exynosautov920-usi compatible
` [PATCH 03/10] dt-bindings: serial: samsung: add exynosautov920-uart compatible
` [PATCH 04/10] dt-bindings: pwm: samsung: add exynosautov9 compatible
` [PATCH 05/10] dt-bindings: pinctrl: samsung: add exynosautov920 pinctrl binding
` [PATCH 06/10] dt-bindings: arm: samsung: Document exynosautov920 SADK board binding
` [PATCH 07/10] soc: samsung: exynos-chipid: add exynosautov920 SoC support
` [PATCH 08/10] pinctrl: samsung: add exynosautv920 pinctrl
` [PATCH 09/10] arm64: dts: exynos: add initial support for exynosautov920 SoC
` [PATCH 10/10] arm64: dts: exynos: add minimal support for exynosautov920 sadk board
[PATCH] serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit
2023-10-31 6:01 UTC (2+ messages)
[PATCH] serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
2023-10-31 6:06 UTC (2+ messages)
[RFC PATCH v2 00/21] RISC-V: ACPI: Add external interrupt controller support
2023-10-31 2:00 UTC (32+ messages)
` [RFC PATCH v2 01/21] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v2 02/21] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v2 03/21] ACPI: Kconfig: Introduce new option to support deferred GSI probe
` [RFC PATCH v2 04/21] ACPI: irq: Add support for deferred probe in acpi_register_gsi()
` [RFC PATCH v2 05/21] pnp.h: Return -EPROBE_DEFER for disabled IRQ resource in pnp_irq()
` [RFC PATCH v2 06/21] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
` [RFC PATCH v2 07/21] serial: 8250_pnp: Add support for deferred probe
` [RFC PATCH v2 08/21] ACPI: pci_irq: Avoid warning for deferred probe in acpi_pci_irq_enable()
` [RFC PATCH v2 09/21] ACPI: scan.c: Add weak arch specific function to reorder the IRQCHIP probe
` [RFC PATCH v2 10/21] ACPI: RISC-V: Implement arch function to reorder irqchip probe entries
` [RFC PATCH v2 11/21] PCI: MSI: Add helper function to set system wide MSI support
` [RFC PATCH v2 12/21] PCI: pci-acpi.c: Return correct value from pcibios_alloc_irq()
` [RFC PATCH v2 13/21] irqchip: riscv-intc: Add ACPI support for AIA
` [RFC PATCH v2 14/21] irqchip: riscv-imsic: Add ACPI support
` [RFC PATCH v2 15/21] irqchip: riscv-aplic: "
` [RFC PATCH v2 16/21] irqchip: irq-sifive-plic: "
` [RFC PATCH v2 17/21] ACPI: bus: Add RINTC IRQ model for RISC-V
` [RFC PATCH v2 18/21] irqchip: riscv-intc: Set ACPI irqmodel
` [RFC PATCH v2 19/21] ACPI: bus: Add acpi_riscv_init function
` [RFC PATCH v2 20/21] ACPI: RISC-V: Create APLIC platform device
` [RFC PATCH v2 21/21] ACPI: RISC-V: Create PLIC "
[PATCH] serial: sunsab: remove trailing whitespaces
2023-10-30 21:22 UTC
[PATCH] serial: sc16is7xx: improve regmap debugfs by using one regmap per port
2023-10-30 21:14 UTC
[Patch v6 0/8] ledtrig-tty: add additional tty state evaluation
2023-10-30 10:04 UTC (8+ messages)
` [Patch v6 1/7] tty: whitespaces in descriptions corrected by replacing tabs with spaces
` [Patch v6 2/7] tty: add new helper function tty_get_tiocm
` [Patch v6 3/7] leds: ledtrig-tty: free allocated ttyname buffer on deactivate
` [Patch v6 4/7] leds: ledtrig-tty: change logging if get icount failed
` [Patch v6 5/7] leds: ledtrig-tty: replace mutex with completion
` [Patch v6 6/7] leds: ledtrig-tty: make rx tx activitate configurable
` [Patch v6 7/7] leds: ledtrig-tty: add additional line state evaluation
[PATCH v5 0/2] serial core type consistency and clean up
2023-10-30 9:33 UTC (5+ messages)
` [PATCH v5 1/2] serial: core: Update uart_poll_timeout() function to return unsigned long
` [PATCH v5 2/2] serial: core: Clean up uart_update_timeout() function
[syzbot] Monthly serial report (Oct 2023)
2023-10-30 9:14 UTC
[PATCH v5 0/2] ledtrig-tty: add additional tty state evaluation
2023-10-30 8:15 UTC (4+ messages)
` [PATCH v5 2/2] leds: ledtrig-tty: add new line mode evaluation
[PATCH] tty: serial: Add RS422 flag to struct serial_rs485
2023-10-30 6:57 UTC (2+ messages)
[tty:tty-testing] BUILD SUCCESS 64ebf8797249e792af2143eb9e4bd404d10a022e
2023-10-29 6:17 UTC
[PATCH V3 0/2] Add rs485 support to uartps driver
2023-10-28 10:59 UTC (6+ messages)
` [PATCH V3 1/2] dt-bindings: Add optional gpio property to uartps node to support rs485
` [PATCH V3 2/2] tty: serial: uartps: Add rs485 support to uartps driver
[PATCH 0/2] tty: serial: 8250: Adjustments of MOXA PCIe boards serial interface
2023-10-28 10:10 UTC (8+ messages)
` [PATCH 1/2] tty: serial: 8250: Fix MOXA RS422/RS485 PCIe boards not work by default
` [PATCH 2/2] tty: serial: 8250: Add support for MOXA PCIe boards to switch interface
[PATCH v4 0/7] Fixes and improvements for RS485
2023-10-27 11:03 UTC (2+ messages)
[PATCH v3 3/3] serial: core: Update uart_poll_timeout() function to return unsigned long
2023-10-27 11:01 UTC (4+ messages)
[PATCH 1/1] tty: n_gsm: add copyright Siemens Mobility GmbH
2023-10-27 7:22 UTC (2+ messages)
[PATCH v2 3/3] serial: core: Update uart_poll_timeout() function to return unsigned long
2023-10-26 12:30 UTC (6+ messages)
[PATCH 1/2] tty: n_gsm: fix race condition in status line change on dead connections
2023-10-26 8:40 UTC (6+ messages)
` [PATCH 2/2] tty: n_gsm: add partial copyright Siemens Mobility GmbH
[tty:tty-testing] BUILD SUCCESS 6f699743aebf07538e506a46c5965eb8bdd2c716
2023-10-26 2:36 UTC
[PATCH v2] tty: serial: samsung_tty: remove dead code
2023-10-25 11:22 UTC (3+ messages)
[RFC PATCH 1/2] serial: core: Move tty and serdev to be children of serial core port device
2023-10-25 8:24 UTC (14+ messages)
[PATCH v6 00/11] Introduce STM32 Firewall framework
2023-10-24 16:39 UTC (6+ messages)
` [PATCH v6 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
[PATCH v2 1/1] tty: i3c: add TTY over I3C master support
2023-10-24 16:04 UTC (8+ messages)
[PATCH v6 tty-next 0/2] serial: Add driver for National Instruments UARTs
2023-10-24 13:33 UTC (3+ messages)
` [PATCH v6 tty-next 1/2] dt-bindings: serial: ni,ni16650: add bindings
[PATCH v1 0/3] serdev: Update a few places to use new APIs
2023-10-24 12:41 UTC (3+ messages)
` [PATCH v1 1/3] serdev: Make use of device_set_node()
` [PATCH v1 3/3] serdev: Replace custom code with device_match_acpi_handle()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).