Linux-Serial Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-02 07:56:45 to 2024-05-08 09:30:12 UTC [more...]

[PATCH] tty: Fix possible deadlock in tty_buffer_flush
 2024-05-08  9:30 UTC 

[PATCH v3 00/11] LIN Bus support for Linux
 2024-05-08  8:48 UTC  (23+ 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-08  8:37 UTC  (30+ 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

Fwd: Add method to allow switching kernel level PPS signal from DCD to CTS serial pin
 2024-05-08  1:52 UTC 

[syzbot] [serial?] KMSAN: kernel-infoleak in con_font_op
 2024-05-08  1:41 UTC 

[PATCH resend v9 0/8] I3C target mode support
 2024-05-07 20:43 UTC  (9+ messages)
` [PATCH resend v9 1/8] i3c: add "
` [PATCH resend v9 2/8] dt-bindings: i3c: svc: add proptery mode
` [PATCH resend v9 3/8] Documentation: i3c: Add I3C target mode controller and function
` [PATCH resend v9 4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h
` [PATCH resend v9 5/8] i3c: target: add svc target controller support
` [PATCH resend v9 6/8] i3c: target: func: add tty driver
` [PATCH resend v9 7/8] i3c: add API i3c_dev_gettstatus_format1() to get target device status
` [PATCH resend v9 8/8] tty: i3c: add TTY over I3C master support

[PATCH v3 0/2] Defer probing of SAM if serdev device is not ready
 2024-05-07 13:44 UTC  (7+ messages)
` [PATCH v3 1/2] platform/surface: aggregator: Defer probing when serdev "
` [PATCH v3 2/2] platform/surface: aggregator: Log critical errors during SAM probing

[BUILD SUCCESS] LAST PATCH: [PATCH v1 2/2] serial: 8250: Extract platform driver
 2024-05-07  2:58 UTC 

[PATCH] tty: vt: saturate scrollback_delta to avoid overflow
 2024-05-06 18:55 UTC 

[PATCH RESEND v6 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
 2024-05-06 15:58 UTC  (6+ messages)
` [PATCH RESEND v6 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH RESEND v6 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
` [PATCH RESEND v6 3/3] printk: Remove redundant CONFIG_BASE_FULL

[PATCH v1 0/2] serial: 8250: Split out platform and RSA drivers
 2024-05-06 14:00 UTC  (3+ messages)
` [PATCH v1 1/2] serial: 8250: Extract RSA bits
` [PATCH v1 2/2] serial: 8250: Extract platform driver

[syzbot] Monthly serial report (May 2024)
 2024-05-06 13:18 UTC 

[PATCH v2 1/1] serial: 8250_pnp: Simplify "line" related code
 2024-05-06 12:12 UTC 

[PATCH v5 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-05-06 11:45 UTC  (23+ messages)
` [PATCH v5 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [PATCH v5 03/17] ACPI: bus: Add acpi_riscv_init function
` [PATCH v5 04/17] ACPI: scan: Refactor dependency creation
` [PATCH v5 17/17] serial: 8250: Add 8250_acpi driver

[PATCH 0/4] serial: sh-sci: response to Dirk's bugreport
 2024-05-06 11:40 UTC  (5+ messages)
` [PATCH 1/4] serial: sh-sci: protect invalidating RXDMA on shutdown
` [PATCH 2/4] serial: sh-sci: describe locking requirements for invalidating RXDMA
` [PATCH 3/4] serial: sh-sci: let timeout timer only run when DMA is scheduled
` [PATCH 4/4] serial: sh-sci: simplify locking when re-issuing RXDMA fails

[PATCH v1 00/13] serial: 8250_exar: Clean up the driver
 2024-05-06  8:37 UTC  (35+ 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

[tty:tty-linus] BUILD SUCCESS 8492bd91aa055907c67ef04f2b56f6dadd1f44bf
 2024-05-05 12:02 UTC 

[tty:tty-testing] BUILD SUCCESS 6bd23e0c2bb6c65d4f5754d1456bc9a4427fc59b
 2024-05-05  7:41 UTC 

[BUILD SUCCESS] LAST PATCH: [PATCH v2 13/13] serial: 8250_exar: Keep the includes sorted
 2024-05-04 17:36 UTC 

[PATCH 1/1] serial: 8250_pnp: Simplify "line" related code
 2024-05-04 16:10 UTC  (2+ messages)

[PATCH printk v5 00/30] wire up write_atomic() printing
 2024-05-04 16:08 UTC  (7+ messages)
` [PATCH printk v5 08/30] serial: core: Provide low-level functions to lock port
` [PATCH printk v5 09/30] serial: core: Introduce wrapper to set @uart_port->cons
` [PATCH printk v5 12/30] serial: core: Implement processing in port->lock wrapper

[PATCH v2] serial: imx: Introduce timeout when waiting on transmitter empty
 2024-05-04 16:03 UTC  (4+ messages)
` [PATCH v3] "

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

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

[PATCH v2 0/2] Defer probing of SAM if serdev device is not ready
 2024-05-04  4:17 UTC  (6+ messages)
` [PATCH v2 1/2] platform/surface: aggregator: Defer probing when serdev "
` [PATCH v2 2/2] platform/surface: aggregator: Log critical errors during SAM probing

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

[PATCH V2] tty: hvc: hvc_opal: eliminate uses of of_node_put()
 2024-05-03 13:58 UTC  (2+ messages)

[BUILD SUCCESS] LAST PATCH: [PATCH v1 13/13] serial: 8250_exar: Keep the includes sorted
 2024-05-03 13:48 UTC 

[PATCH] tty: hvc: hvc_opal: eliminate uses of of_node_put()
 2024-05-03 13:30 UTC  (3+ messages)

[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

[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

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

[PATCH v5 08/17] ACPI: pci_link: Clear the dependencies after probe
 2024-05-02  9:32 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).