linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-20 07:22:11 to 2023-10-27 07:22:07 UTC [more...]

[PATCH 1/1] tty: n_gsm: add copyright Siemens Mobility GmbH
 2023-10-27  7:22 UTC  (2+ messages)

[PATCH v3 3/3] serial: core: Update uart_poll_timeout() function to return unsigned long
 2023-10-27  6:43 UTC  (2+ messages)

[PATCH 0/2] tty: serial: 8250: Adjustments of MOXA PCIe boards serial interface
 2023-10-27  6:24 UTC  (3+ 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 V3 0/2] Add rs485 support to uartps driver
 2023-10-26 18:07 UTC  (5+ 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

[RFC PATCH v2 00/21] RISC-V: ACPI: Add external interrupt controller support
 2023-10-26 17:04 UTC  (25+ 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 0/6] Cleanup AMBA PL011 driver
 2023-10-26 14:53 UTC  (20+ 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 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  (15+ messages)
` [RFC PATCH 2/2] serial: core: Revert checks for tx runtime PM state

[PATCH] serial: 8250_omap: Set the console genpd always on if no console suspend
 2023-10-25  6:41 UTC  (8+ 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  (6+ messages)
` [PATCH v6 tty-next 1/2] dt-bindings: serial: ni,ni16650: add bindings
` [PATCH v6 tty-next 2/2] serial: 8250: add driver for NI UARTs

[PATCH v1 0/3] serdev: Update a few places to use new APIs
 2023-10-24 12:41 UTC  (4+ messages)
` [PATCH v1 1/3] serdev: Make use of device_set_node()
` [PATCH v1 2/3] serdev: Simplify devm_serdev_device_open() function
` [PATCH v1 3/3] serdev: Replace custom code with device_match_acpi_handle()

[PATCH v4 00/11] tty: 8250: Brainboxes card additions/fixes
 2023-10-24 10:18 UTC  (18+ messages)
  ` [PATCH v4 01/11] tty: 8250: Fix IS-200 PCI ID comment
  ` [PATCH v4 02/11] tty: 8250: Remove UC-257 and UC-431
  ` [PATCH v4 03/11] tty: 8250: Add support for additional Brainboxes UC cards
  ` [PATCH v4 04/11] tty: 8250: Add support for Brainboxes UP cards
  ` [PATCH v4 05/11] tty: 8250: Add support for Intashield IS-100
  ` [PATCH v4 06/11] tty: 8250: Fix port count of PX-257
  ` [PATCH v4 07/11] tty: 8250: Fix up PX-803/PX-857
  ` [PATCH v4 08/11] tty: 8250: Add note for PX-835
  ` [PATCH v4 09/11] tty: 8250: Add support for additional Brainboxes PX cards
  ` [PATCH v4 10/11] tty: 8250: Add support for Intashield IX cards
  ` [PATCH v4 11/11] tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks

[PATCH v3] arch/x86: port I/O tracing on x86
 2023-10-24  9:32 UTC  (12+ messages)
      ` [PATCH v4] "
        ` [PATCH v5] "

Wycena paneli fotowoltaicznych
 2023-10-24  8:10 UTC 

[PATCH v3 0/6] tty: serial: 8250: Changes of MOXA PCIe boards in 8250_pci.c
 2023-10-24  8:10 UTC  (8+ messages)
` [PATCH v3 5/6] tty: serial: 8250: Fix MOXA RS422/RS485 PCIe boards not work by default
` [PATCH v3 6/6] tty: serial: 8250: Add support for MOXA PCIe boards to switch interface between RS422/RS485

[tty:tty-next 17/49] arch/mips/sibyte/swarm/setup.c:146:9: error: implicit declaration of function 'vgacon_register_screen'
 2023-10-24  5:45 UTC  (2+ messages)

[PATCH v5 0/2] ledtrig-tty: add additional tty state evaluation
 2023-10-23 13:19 UTC  (10+ messages)
` [PATCH v5 1/2] tty: add new helper function tty_get_tiocm
` [PATCH v5 2/2] leds: ledtrig-tty: add new line mode evaluation

[PATCH] serial: core: Fix runtime PM handling for pending tx
 2023-10-23  9:40 UTC  (2+ messages)

[PATCH v2 0/3] hvc/xen: Xen console fixes
 2023-10-23  8:14 UTC  (6+ messages)
` [PATCH v2 1/3] hvc/xen: fix event channel handling for secondary consoles
` [PATCH v2 2/3] hvc/xen: fix error path in xen_hvc_init() to always register frontend driver
` [PATCH v2 3/3] hvc/xen: fix console unplug

[tty:tty-testing] BUILD SUCCESS 936323f8de4139c9f6ebc0d08e20f1fe200b78a8
 2023-10-23  5:47 UTC 

[PATCH 3/5] i3c: slave: add svc slave controller support
 2023-10-23  1:29 UTC  (2+ messages)

[PATCH 1/5] i3c: add slave mode support
 2023-10-23  1:20 UTC  (3+ messages)

[PATCH v4 0/3] ledtrig-tty: add additional tty state evaluation
 2023-10-22 11:24 UTC  (13+ messages)
` [PATCH v4 1/3] tty: whitespaces in descriptions corrected by replacing tabs with spaces
` [PATCH v4 2/3] tty: add new helper function tty_get_tiocm
` [PATCH v4 3/3] leds: ledtrig-tty: add new line mode evaluation

[PATCH v3 0/9] RISC-V SBI debug console extension support
 2023-10-21 16:46 UTC  (18+ messages)
` [PATCH v3 3/9] RISC-V: KVM: Allow some SBI extensions to be disabled by default
` [PATCH v3 4/9] RISC-V: KVM: Forward SBI DBCN extension to user-space
` [PATCH v3 5/9] KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test
` [PATCH v3 6/9] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v3 7/9] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v3 8/9] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v3 9/9] RISC-V: Enable SBI based earlycon support

[PATCH] serial: atmel: Check return value of platform_get_irq() in atmel_init_port()
 2023-10-21 16:16 UTC  (2+ messages)

[PATCH v3 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-10-20 21:47 UTC  (7+ messages)
` [PATCH v3 13/20] pinctrl: samsung: Add filter selection support for alive banks
` [PATCH v3 16/20] tty: serial: samsung: Add gs101 compatible and SoC data

[PATCH] hvc/xen: fix event channel handling for secondary consoles
 2023-10-20 15:20 UTC  (3+ messages)

[PATCH 1/1] tty: i3c: add tty over i3c master support
 2023-10-20 12:02 UTC  (2+ messages)

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-10-20  7:40 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).