linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 0/2] Defer probing of SAM if serdev device is not ready
 2024-05-02 20:03 UTC  (7+ messages)
` [RFC PATCH 1/2] platform/surface: aggregator: Defer probing when serdev "
` [RFC PATCH 2/2] platform/surface: aggregator: Log critical errors during SAM probing

[PATCH v3 00/11] LIN Bus support for Linux
 2024-05-02 18:28 UTC  (12+ messages)
` [PATCH v3 01/11] can: Add LIN bus as CAN abstraction
` [PATCH v3 02/11] HID: hexLIN: Add support for USB LIN bus adapter
` [PATCH v3 03/11] tty: serdev: Add flag buffer aware receive_buf_fp()
` [PATCH v3 04/11] tty: serdev: Add method to enable break flags
` [PATCH v3 05/11] dt-bindings: vendor-prefixes: Add hexDEV
` [PATCH v3 06/11] dt-bindings: net/can: Add serial (serdev) LIN adapter
` [PATCH v3 07/11] can: Add support for serdev LIN adapters
` [PATCH v3 08/11] can: bcm: Add LIN answer offloading for responder mode
` [PATCH v3 09/11] can: lin: Handle rx offload config frames
` [PATCH v3 10/11] can: lin: Support setting LIN mode
` [PATCH v3 11/11] HID: hexLIN: Implement ability to update lin mode

[PATCH v2 00/12] LIN Bus support for Linux
 2024-05-02 18:19 UTC  (24+ messages)
` [PATCH v2 01/12] can: Add LIN bus as CAN abstraction
` [PATCH v2 02/12] HID: hexLIN: Add support for USB LIN bus adapter
` [PATCH v2 03/12] tty: serdev: Add flag buffer aware receive_buf_fp()
` [PATCH v2 04/12] tty: serdev: Add method to enable break flags
` [PATCH v2 05/12] dt-bindings: vendor-prefixes: Add hexDEV
` [PATCH v2 06/12] dt-bindings: net/can: Add serial (serdev) LIN adapter
` [PATCH v2 07/12] can: Add support for serdev LIN adapters
` [PATCH v2 08/12] can: lin: Add special frame id for rx offload config
` [PATCH v2 09/12] can: bcm: Add LIN answer offloading for responder mode
` [PATCH v2 10/12] can: lin: Handle rx offload config frames
` [PATCH v2 11/12] can: lin: Support setting LIN mode
` [PATCH v2 12/12] HID: hexLIN: Implement ability to update lin mode

[RFC PATCH 0/2] serial: sci: fix OOPS because of wrongly running hrtimer
 2024-05-02 18:17 UTC  (6+ messages)
` [RFC PATCH 1/2] serial: sh-sci: start hrtimer after setting up DMA
` [RFC PATCH 2/2] serial: sh-sci: always cancel hrtimer when DMA RX is invalidated

[PATCH v1 00/13] serial: 8250_exar: Clean up the driver
 2024-05-02 18:01 UTC  (28+ messages)
` [PATCH v1 01/13] serial: 8250_exar: Don't return positive values as error codes
` [PATCH v1 02/13] serial: 8250_exar: Describe all parameters in kernel doc
` [PATCH v1 03/13] serial: 8250_exar: Kill CTI_PCI_DEVICE()
` [PATCH v1 04/13] serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor ID
` [PATCH v1 05/13] serial: 8250_exar: Trivia typo fixes
` [PATCH v1 06/13] serial: 8250_exar: Extract cti_board_init_osc_freq() helper
` [PATCH v1 07/13] serial: 8250_exar: Kill unneeded ->board_init()
` [PATCH v1 08/13] serial: 8250_exar: Decrease indentation level
` [PATCH v1 09/13] serial: 8250_exar: Return directly from switch-cases
` [PATCH v1 10/13] serial: 8250_exar: Switch to use dev_err_probe()
` [PATCH v1 11/13] serial: 8250_exar: Use BIT() in exar_ee_read()
` [PATCH v1 12/13] serial: 8250_exar: Make type of bit the same in exar_ee_*_bit()
` [PATCH v1 13/13] serial: 8250_exar: Keep the includes sorted

[PATCH v2][next] tty: sunsu: Simplify device_node cleanup by using __free
 2024-05-02 16:51 UTC  (5+ messages)

[PATCH v2 0/4] serial: exar: fix kbuild warnings and code style
 2024-05-02 16:18 UTC  (2+ messages)

[RESEND v7 24/37] mfd: sm501: Convert platform_data to OF property
 2024-05-02 16:02 UTC  (2+ messages)

[PATCH v5 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-05-02 15:35 UTC  (36+ messages)
` [PATCH v5 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [PATCH v5 02/17] ACPI: scan: Add a weak function to reorder the IRQCHIP probe
` [PATCH v5 03/17] ACPI: bus: Add acpi_riscv_init function
` [PATCH v5 04/17] ACPI: scan: Refactor dependency creation
` [PATCH v5 05/17] ACPI: scan: Add RISC-V interrupt controllers to honor list
` [PATCH v5 06/17] ACPI: scan: Define weak function to populate dependencies
` [PATCH v5 07/17] ACPI: bus: Add RINTC IRQ model for RISC-V
` [PATCH v5 08/17] ACPI: pci_link: Clear the dependencies after probe
` [PATCH v5 09/17] ACPI: RISC-V: Implement PCI related functionality
` [PATCH v5 10/17] ACPI: RISC-V: Implement function to reorder irqchip probe entries
` [PATCH v5 11/17] ACPI: RISC-V: Initialize GSI mapping structures
` [PATCH v5 12/17] ACPI: RISC-V: Implement function to add implicit dependencies
` [PATCH v5 13/17] irqchip/riscv-intc: Add ACPI support for AIA
` [PATCH v5 14/17] irqchip/riscv-imsic: Add ACPI support
` [PATCH v5 15/17] irqchip/riscv-aplic: "
` [PATCH v5 16/17] irqchip/sifive-plic: "
` [PATCH v5 17/17] serial: 8250: Add 8250_acpi driver

[PATCH v2] serial: imx: Introduce timeout when waiting on transmitter empty
 2024-05-02  9:14 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
 2024-05-02  7:48 UTC  (2+ messages)

[PATCH 00/11] LIN Bus support for Linux
 2024-05-02  5:26 UTC  (7+ messages)
` [PATCH 02/11] HID: hexLIN: Add support for USB LIN bus adapter
` [PATCH 05/11] dt-bindings: net: can: Add serdev LIN bus dt bindings

[PATCH][next] tty: sunsu: Simplify device_node cleanup by using __free
 2024-05-01  5:32 UTC  (5+ messages)

[PATCH v4 0/5] serial: sc16is7xx: split into core and I2C/SPI parts
 2024-04-30 13:03 UTC  (5+ messages)
` [PATCH v4 3/5] serial: sc16is7xx: split into core and I2C/SPI parts (core)

[PATCH] serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
 2024-04-30 12:59 UTC  (8+ messages)

[PATCH 5.4 107/107] serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
 2024-04-30 10:41 UTC 

[PATCH 5.15 80/80] serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
 2024-04-30 10:40 UTC 

[PATCH 5.10 137/138] serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
 2024-04-30 10:40 UTC 

[PATCH 4.19 77/77] serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
 2024-04-30 10:39 UTC 

[PATCH v3] serial: core: Call device_set_awake_path() for console port
 2024-04-30  9:59 UTC 

Patch: Allow the use of the uart’s CTS (clear to send) signal to trigger the cd_change ldisk event
 2024-04-29  6:13 UTC  (2+ messages)

[syzbot] [serial?] KMSAN: uninit-value in gsmld_receive_buf
 2024-04-28 21:20 UTC 

[PATCH 0/1] serial: sc16is7xx: announce support of SER_RS485_RTS_ON_SEND
 2024-04-28 14:45 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2] serial: kgdboc: Fix NMI-safety problems from keyboard reset code
 2024-04-26 17:24 UTC  (2+ messages)

[PATCH] serial: 8250_lpss: Fix memory leak in lpss8250_probe()
 2024-04-26 15:37 UTC  (10+ messages)
  `  "
    `  "

[RFT PATCH v2] serial: core: Call device_set_awake_path() for console port
 2024-04-26 15:11 UTC  (6+ messages)

[PATCH v9 0/3] add support for EXAR XR20M1172 UART
 2024-04-26 15:10 UTC  (10+ messages)
` [PATCH v9 1/3] serial: sc16is7xx: announce support of SER_RS485_RTS_ON_SEND
` [PATCH v9 2/3] dt-bindings: sc16is7xx: Add compatible line for XR20M1172 UART
` [PATCH v9 3/3] serial: sc16is7xx: add support for EXAR "

[PATCH] serial: 8250_lpss: Fix memory leak in lpss8250_probe()
 2024-04-26 14:44 UTC  (4+ messages)

[PATCH] "drivers:Fixed memory leak in /linux/drivers/tty/serial/8250/8250_lpss.c file
 2024-04-26 14:34 UTC  (3+ messages)

[PATCH] Fix a memory leak in the function lpss8250_probe
 2024-04-26 10:51 UTC  (2+ messages)

[syzbot] [serial?] possible deadlock in pty_flush_buffer (2)
 2024-04-26 10:43 UTC 

N_HDLC line discipline: Race condition
 2024-04-25 18:01 UTC  (2+ messages)

[PATCH v4] dt-bindings: serial: brcm,bcm2835-aux-uart: convert to dtschema
 2024-04-25 16:33 UTC  (2+ messages)

[PATCH v8 0/3] add support for EXAR XR20M1172 UART
 2024-04-25 15:48 UTC  (10+ messages)
` [PATCH v8 2/3] dt-bindings: sc16is7xx: Add compatible line for "
` [PATCH v8 3/3] serial: sc16is7xx: add support for EXAR "

[PATCH v4 0/3] VT: Add ability to get font requirements
 2024-04-25 11:35 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/3] VT: Add KDFONTINFO ioctl

[PATCH V3 0/3] Add support for uartps controller reset
 2024-04-25  6:23 UTC  (4+ messages)
` [PATCH V3 1/3] dt-bindings: serial: cdns,uart: Add optional reset property
` [PATCH V3 2/3] arm64: zynqmp: Add resets property for UART nodes
` [PATCH V3 3/3] tty: serial: uartps: Add support for uartps controller reset

[PATCH][next] tty: sunsu: Simplify device_node cleanup by using __free
 2024-04-25  6:03 UTC 

[syzbot] [serial?] possible deadlock in uart_write (2)
 2024-04-25  4:00 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).