public inbox for linux-i3c@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-01-29 18:19:01 to 2026-03-06 08:54:04 UTC [more...]

[PATCH 0/37] PCI/MSI: Enforce explicit IRQ vector management by removing devres auto-free
 2026-02-23 15:58 UTC  (2+ messages)
` [PATCH 33/37] i3c: mipi-i3c-hci-pci: Replace pci_alloc_irq_vectors() with pcim_alloc_irq_vectors()

[PATCH V5 0/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
 2026-03-06  8:53 UTC  (5+ messages)
` [PATCH V5 1/5] i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 "
` [PATCH V5 2/5] i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended
` [PATCH V5 3/5] i3c: mipi-i3c-hci: Allow parent to manage runtime PM
` [PATCH V5 4/5] i3c: mipi-i3c-hci-pci: Add optional ability to manage child "

[PATCH V3 00/14] i3c: mipi-i3c-hci: Fixes for v7.0
 2026-03-06  7:24 UTC  (15+ messages)
` [PATCH V3 01/14] i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errors
` [PATCH V3 02/14] i3c: mipi-i3c-hci: Fix Hot-Join NACK
` [PATCH V3 03/14] i3c: mipi-i3c-hci: Factor out DMA mapping from queuing path
` [PATCH V3 04/14] i3c: mipi-i3c-hci: Consolidate spinlocks
` [PATCH V3 05/14] i3c: mipi-i3c-hci: Fix race in DMA ring enqueue for parallel xfers
` [PATCH V3 06/14] i3c: mipi-i3c-hci: Fix race in DMA ring dequeue
` [PATCH V3 07/14] i3c: mipi-i3c-hci: Fix race between DMA ring dequeue and interrupt handler
` [PATCH V3 08/14] i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue
` [PATCH V3 09/14] i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptor
` [PATCH V3 10/14] i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abort
` [PATCH V3 11/14] i3c: mipi-i3c-hci: Consolidate common xfer processing logic
` [PATCH V3 12/14] i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt context
` [PATCH V3 13/14] i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initialization
` [PATCH V3 14/14] i3c: mipi-i3c-hci: Fallback to software reset when bus disable fails

[PATCH V2 00/14] i3c: mipi-i3c-hci: Fixes for v7.0
 2026-03-05 15:52 UTC  (24+ messages)
` [PATCH V2 01/14] i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errors
` [PATCH V2 02/14] i3c: mipi-i3c-hci: Fix Hot-Join NACK
` [PATCH V2 03/14] i3c: mipi-i3c-hci: Factor out DMA mapping from queuing path
` [PATCH V2 04/14] i3c: mipi-i3c-hci: Consolidate spinlocks
` [PATCH V2 05/14] i3c: mipi-i3c-hci: Fix race in DMA ring enqueue for parallel xfers
` [PATCH V2 06/14] i3c: mipi-i3c-hci: Fix race in DMA ring dequeue
` [PATCH V2 07/14] i3c: mipi-i3c-hci: Fix race between DMA ring dequeue and interrupt handler
` [PATCH V2 08/14] i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue
` [PATCH V2 09/14] i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptor
` [PATCH V2 10/14] i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abort
` [PATCH V2 11/14] i3c: mipi-i3c-hci: Consolidate common xfer processing logic
` [PATCH V2 12/14] i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt context
` [PATCH V2 13/14] i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initialization
` [PATCH V2 14/14] i3c: mipi-i3c-hci: Fallback to software reset when bus disable fails

[PATCH 00/12] i3c: mipi-i3c-hci: Fixes for v7.0
 2026-03-04 18:13 UTC  (36+ messages)
` [PATCH 01/12] i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errors
` [PATCH 02/12] i3c: mipi-i3c-hci: Fix Hot-Join NACK
` [PATCH 03/12] i3c: mipi-i3c-hci: Fix race in DMA ring enqueue for parallel xfers
` [PATCH 04/12] i3c: mipi-i3c-hci: Fix race in DMA ring dequeue
` [PATCH 05/12] i3c: mipi-i3c-hci: Fix race between DMA ring dequeue and the interrupt handler
` [PATCH 06/12] i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue
` [PATCH 07/12] i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptor
` [PATCH 08/12] i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abort
` [PATCH 09/12] i3c: mipi-i3c-hci: Consolidate common xfer processing logic
` [PATCH 10/12] i3c: mipi-i3c-hci: Fix race in DMA error handling in interrupt context
` [PATCH 11/12] i3c: mipi-i3c-hci: Fix handling of shared IRQs during early initialization
` [PATCH 12/12] i3c: mipi-i3c-hci: Fallback to software reset when bus disable fails

[PATCH] i3c: dw: Complete exception handling in dw_i3c_master_i3c_xfers()
 2026-03-02 20:25 UTC  (2+ messages)

[PATCH v3] i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapter
 2026-03-02 20:22 UTC  (2+ messages)

[PATCH] i3c: dw: Use more common code in dw_i3c_master_i2c_xfers()
 2026-02-27 16:04 UTC  (3+ messages)

[PATCH] [v3, apply after -rc1] i3c: simplify combined i3c/i2c dependencies
 2026-02-27 15:33 UTC  (5+ messages)

[PATCH v2] i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapter
 2026-02-25 23:05 UTC  (2+ messages)

[PATCH v1] i3c: master: ast2600: Fix missing of_node for virtual I2C adapter
 2026-02-25  9:19 UTC  (3+ messages)

Error while loading dw-i3c-master: UBSAN: shift-out-of-bounds in drivers/i3c/master/dw-i3c-master.c:885:12
 2026-02-23 17:10 UTC  (11+ messages)

[PATCH V4 0/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
 2026-02-23  9:20 UTC  (6+ messages)
` [PATCH V4 1/5] i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 "
` [PATCH V4 2/5] i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended
` [PATCH V4 3/5] i3c: mipi-i3c-hci: Allow parent to manage runtime PM
` [PATCH V4 4/5] i3c: mipi-i3c-hci-pci: Add optional ability to manage child "
` [PATCH V4 5/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers

[PATCH v6] i3c: master: Add sysfs option to rescan bus via entdaa
 2026-02-20 21:13 UTC  (3+ messages)

[PATCH v5] i3c: master: Add sysfs option to rescan bus via entdaa
 2026-02-19 20:05 UTC  (2+ messages)

[PATCH] i3c: master: svc: spelling corrections
 2026-02-16 16:28 UTC  (4+ messages)

[PATCH v2] i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattach
 2026-02-13 16:01 UTC  (2+ messages)

[PATCH] i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattach
 2026-02-12  2:35 UTC  (3+ messages)

[PATCH AUTOSEL 6.19-5.15] i3c: master: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr()
 2026-02-10 23:31 UTC 

[PATCH v5 1/5] i3c: master: Expose the APIs to support I3C hub
 2026-02-10  2:33 UTC  (12+ messages)
` [PATCH v5 2/5] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
` [PATCH v5 3/5] mfd: p3h2x4x: Add driver for NXP P3H2x4x i3c hub and on-die regulator
` [PATCH v5 4/5] regulator: p3h2x4x: Add driver for on-die regulators in NXP P3H2x4x i3c hub
` [PATCH v5 5/5] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality

[GIT PULL] I3C changes for 6.20
 2026-02-10  0:50 UTC  (2+ messages)

[PATCH v4] i3c: master: Add sysfs option to rescan bus via entdaa
 2026-02-05 22:45 UTC  (6+ messages)

[PATCH V3 0/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
 2026-02-05 15:58 UTC  (8+ messages)
` [PATCH V3 1/5] i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 "
` [PATCH V3 2/5] i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended
` [PATCH V3 3/5] i3c: mipi-i3c-hci: Allow parent to manage runtime PM
` [PATCH V3 4/5] i3c: mipi-i3c-hci-pci: Add optional ability to manage child "
` [PATCH V3 5/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers

[PATCH V2 0/6] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
 2026-02-05  6:43 UTC  (16+ messages)
` [PATCH V2 1/6] i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 "
` [PATCH V2 2/6] i3c: master: Mark last_busy on IBI when runtime PM is allowed
` [PATCH V2 3/6] i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended
` [PATCH V2 4/6] i3c: mipi-i3c-hci: Allow parent to manage runtime PM
` [PATCH V2 5/6] i3c: mipi-i3c-hci-pci: Add optional ability to manage child "
` [PATCH V2 6/6] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers

[PATCH] [v2] i3c, iio: fix i3c driver dependencies
 2026-02-04 16:44 UTC  (7+ messages)

[PATCH 0/7] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
 2026-02-03 20:20 UTC  (26+ messages)
` [PATCH 1/7] i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 "
` [PATCH 2/7] i3c: master: Allow controller drivers to select runtime PM device
` [PATCH 3/7] i3c: master: Mark last_busy on IBI when runtime PM is allowed
` [PATCH 4/7] i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended
` [PATCH 5/7] i3c: mipi-i3c-hci: Allow parent to manage runtime PM
` [PATCH 6/7] i3c: mipi-i3c-hci-pci: Add optional ability to manage child "
` [PATCH 7/7] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers

[PATCH] i3c, iio: fix i3c driver dependencies
 2026-02-02 16:04 UTC  (3+ messages)

[PATCH] i3c: dw: Fix memory leak in dw_i3c_master_i2c_xfers()
 2026-01-30 23:08 UTC  (2+ messages)

[PATCH v3] i3c: dw: Initialize spinlock to avoid upsetting lockdep
 2026-01-30 23:08 UTC  (2+ messages)

[PATCH V4 0/3] i3c: mipi-i3c-hci-pci: Add System Suspend support
 2026-01-30 23:08 UTC  (2+ messages)

[PATCH v4 0/2] i3c: dw-i3c-master: scoped spinlock guards and SIR reject fix
 2026-01-30 23:07 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox