Linux-i3c Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-18 11:55:49 to 2026-06-08 17:31:15 UTC [more...]

[PATCH V2 0/7] i3c: Fix IBI race, address handling, and reconcile DAA
 2026-06-08 17:31 UTC  (9+ messages)
` [PATCH V2 1/7] i3c: mipi-i3c-hci: Fix race in i3c_hci_addr_to_dev()
` [PATCH V2 2/7] i3c: mipi-i3c-hci: Ignore DISEC failures when disabling IBIs
` [PATCH V2 3/7] i3c: master: Prevent reuse of dynamic address on device add failure
` [PATCH V2 4/7] i3c: mipi-i3c-hci: Tolerate i3c_master_add_i3c_dev_locked() failures in DAA
` [PATCH V2 5/7] i3c: master: Make i3c_master_add_i3c_dev_locked() return void
` [PATCH V2 6/7] i3c: master: Move DAA API functions after i3c_master_add_i3c_dev_locked()
` [PATCH V2 7/7] i3c: master: Reconcile dynamic addresses after DAA

[PATCH v7 0/5] Add microchip sama7d65 SoC I3C support
 2026-06-08 17:04 UTC  (9+ messages)
` [PATCH v7 1/5] dt-bindings: i3c: mipi-i3c-hci: add Microchip SAMA7D65 compatible
` [PATCH v7 2/5] clk: at91: sama7d65: add peripheral clock for I3C
` [PATCH v7 3/5] i3c: mipi-i3c-hci: add microchip sama7d65 SoC compatible with the required quirk
` [PATCH v7 4/5] ARM: dts: microchip: add I3C controller
` [PATCH v7 5/5] ARM: configs: at91: sama7: add sama7d65 i3c-hci

[PATCH V3 0/8] i3c: Hot-Join improvements and MIPI HCI Hot-Join support
 2026-06-08  5:43 UTC  (9+ messages)
` [PATCH V3 1/8] i3c: master: Make hot-join workqueue freezable to block hot-join during suspend
` [PATCH V3 2/8] i3c: master: Serialize i3c_set_hotjoin() with the maintenance lock
` [PATCH V3 3/8] i3c: master: Consolidate Hot-Join DAA work in the core
` [PATCH V3 4/8] i3c: master: Ensure Hot-Join operations are stopped on shutdown
` [PATCH V3 5/8] i3c: dw: Drop redundant Hot-Join cancel_work_sync() in shutdown
` [PATCH V3 6/8] i3c: master: Defer new-device registration out of DAA caller context
` [PATCH V3 7/8] i3c: master: Export i3c_master_enec_disec_locked()
` [PATCH V3 8/8] i3c: mipi-i3c-hci: Add Hot-Join support

[PATCH V2 0/8] i3c: Hot-Join improvements and MIPI HCI Hot-Join support
 2026-06-05 16:23 UTC  (10+ messages)
` [PATCH V2 2/8] i3c: master: Serialize i3c_set_hotjoin() with the maintenance lock
` [PATCH V2 4/8] i3c: master: Ensure Hot-Join operations are stopped on shutdown
` [PATCH V2 5/8] i3c: dw: Drop redundant Hot-Join cancel_work_sync() in shutdown
` [PATCH V2 6/8] i3c: master: Defer new-device registration out of DAA caller context
` [PATCH V2 7/8] i3c: master: Export i3c_master_enec_disec_locked()
` [PATCH V2 8/8] i3c: mipi-i3c-hci: Add Hot-Join support

[PATCH v2 00/17] i3c: renesas: Suspend to RAM with power loss and runtime PM
 2026-06-04 18:49 UTC  (25+ messages)
` [PATCH v2 01/17] i3c: renesas: Check that the transfer is valid before accessing it
` [PATCH v2 02/17] i3c: renesas: Restore STDBR and EXTBR registers on resume
` [PATCH v2 03/17] i3c: renesas: Follow the reset deassert order used in probe
` [PATCH v2 04/17] i3c: renesas: Reconfigure the DATBAS register on re-attach
` [PATCH v2 05/17] i3c: renesas: Reset the controller on resume
` [PATCH v2 06/17] i3c: renesas: Perform Dynamic Address Assignment "
` [PATCH v2 07/17] i3c: renesas: Do not attach devices if xfer failed
` [PATCH v2 08/17] i3c: renesas: Clean DATBAS register on detach
` [PATCH v2 09/17] i3c: renesas: Use reset_control_bulk_{assert, deassert}()
` [PATCH v2 10/17] i3c: renesas: Return immediately if there is no transfer
` [PATCH v2 11/17] i3c: renesas: Follow a unified pattern for transfer and command initialization
` [PATCH v2 12/17] i3c: renesas: Drop the explicit memset() call
` [PATCH v2 13/17] i3c: renesas: Update HW registers after SW computations are done
` [PATCH v2 14/17] i3c: renesas: Organize structures to avoid unnecessary padding
` [PATCH v2 15/17] i3c: renesas: Use the "dev_name:irq_name" format for the interrupt name
` [PATCH v2 16/17] i3c: renesas: Drop unnecessary tab
` [PATCH v2 17/17] i3c: renesas: Add runtime PM support

[RFC] mipi-i3c-hci: Support for DMA Ring Pipelining / High-throughput Streaming
 2026-06-03 18:23 UTC  (4+ messages)

[PATCH v4 0/3] i3c: dw: Add apb reset support
 2026-06-03 14:38 UTC  (11+ messages)
` [PATCH v4 1/3] dt-bindings: i3c: dw: Describe core reset
` [PATCH v4 2/3] dt-bindings: i3c: dw: Add apb reset
` [PATCH v4 3/3] i3c: dw: Add apb reset support

[PATCH] i3c: master: dw: Report CCC M0/M2 errors and retry on failure
 2026-06-03  9:27 UTC  (2+ messages)

[PATCH V5 00/17] i3c: mipi-i3c-hci: DMA abort, recovery and related improvements
 2026-06-03  9:07 UTC  (18+ messages)
` [PATCH V5 01/17] i3c: mipi-i3c-hci: Fix suspend behavior when bus disable falls back to software reset
` [PATCH V5 02/17] i3c: mipi-i3c-hci: Preserve RUN bit when aborting DMA ring
` [PATCH V5 03/17] i3c: mipi-i3c-hci: Prevent DMA enqueue while ring is aborting or in error
` [PATCH V5 04/17] i3c: mipi-i3c-hci: Wait for DMA ring restart to complete
` [PATCH V5 05/17] i3c: mipi-i3c-hci: Move hci_dma_xfer_done() definition
` [PATCH V5 06/17] i3c: mipi-i3c-hci: Call hci_dma_xfer_done() from dequeue path
` [PATCH V5 07/17] i3c: mipi-i3c-hci: Complete transfer lists immediately on error
` [PATCH V5 08/17] i3c: mipi-i3c-hci: Avoid restarting DMA ring after aborting wrong transfer
` [PATCH V5 09/17] i3c: mipi-i3c-hci: Add DMA ring abort/reset quirk for Intel controllers
` [PATCH V5 10/17] i3c: mipi-i3c-hci: Factor out hci_dma_abort()
` [PATCH V5 11/17] i3c: mipi-i3c-hci: Add DMA ring abort quirk for Intel controllers
` [PATCH V5 12/17] i3c: mipi-i3c-hci: Factor out reset-and-restore helper
` [PATCH V5 13/17] i3c: mipi-i3c-hci: Add DMA-mode recovery for internal controller errors
` [PATCH V5 14/17] i3c: mipi-i3c-hci: Wait for NoOp commands to complete
` [PATCH V5 15/17] i3c: mipi-i3c-hci: Base timeouts on actual transfer start time
` [PATCH V5 16/17] i3c: mipi-i3c-hci: Consolidate DMA ring allocation
` [PATCH V5 17/17] i3c: mipi-i3c-hci: Increase DMA transfer ring size to maximum

[PATCH v10 0/9] Add support for NXP P3H2x4x I3C hub driver
 2026-06-02 17:16 UTC  (12+ messages)
` [PATCH v10 1/9] i3c: master: rename i3c_master_reattach_i3c_dev() to *_locked
` [PATCH v10 2/9] i3c: master: Expose the APIs to support I3C hub
` [PATCH v10 3/9] i3c: master: Add APIs for I3C hub support
` [PATCH v10 4/9] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
` [PATCH v10 5/9] mfd: p3h2x4x: Add driver for NXP P3H2x4x i3c hub and on-die regulator
` [PATCH v10 6/9] regulator: p3h2x4x: Add driver for on-die regulators in NXP P3H2x4x i3c hub
` [PATCH v10 7/9] i3c: hub: Add support for the I3C interface in the I3C hub
` [PATCH v10 8/9] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality
` [PATCH v10 9/9] i3c: hub: p3h2x4x: Add SMBus slave mode support

[PATCH V4 00/17] i3c: mipi-i3c-hci: DMA abort, recovery and related improvements
 2026-06-02 16:49 UTC  (16+ messages)
` [PATCH V4 08/17] i3c: mipi-i3c-hci: Avoid restarting DMA ring after aborting wrong transfer
` [PATCH V4 09/17] i3c: mipi-i3c-hci: Add DMA ring abort/reset quirk for Intel controllers
` [PATCH V4 10/17] i3c: mipi-i3c-hci: Factor out hci_dma_abort()
` [PATCH V4 11/17] i3c: mipi-i3c-hci: Add DMA ring abort quirk for Intel controllers
` [PATCH V4 13/17] i3c: mipi-i3c-hci: Add DMA-mode recovery for internal controller errors
` [PATCH V4 15/17] i3c: mipi-i3c-hci: Base timeouts on actual transfer start time
` [PATCH V4 16/17] i3c: mipi-i3c-hci: Consolidate DMA ring allocation

[PATCH 00/17] i3c: renesas: Suspend to RAM with power loss and runtime PM
 2026-06-02 11:49 UTC  (43+ messages)
` [PATCH 01/17] i3c: renesas: Check that the transfer is valid before accessing it
` [PATCH 02/17] i3c: renesas: Use the divider 128
` [PATCH 03/17] i3c: renesas: Restore STDBR and EXTBR registers on resume
` [PATCH 04/17] i3c: renesas: Follow the reset deassert order used in probe
` [PATCH 05/17] i3c: renesas: Fix re-attach
` [PATCH 06/17] i3c: renesas: Reset the controller on resume
` [PATCH 07/17] i3c: renesas: Perform Dynamic Address Assignment "
` [PATCH 08/17] i3c: renesas: Clean DATBAS register on detach
` [PATCH 09/17] i3c: renesas: Use reset_control_bulk_{assert, deassert}()
` [PATCH 10/17] i3c: renesas: Return immediately if there is nothing to transfer
` [PATCH 11/17] i3c: renesas: Follow a unified pattern for transfer and command initialization
` [PATCH 12/17] i3c: renesas: Drop the explicit memset() call
` [PATCH 13/17] i3c: renesas: Update HW registers after SW computations are done
` [PATCH 14/17] i3c: renesas: Organize structures to avoid unnecessary padding
` [PATCH 15/17] i3c: renesas: Use the "dev_name:irq_name" format for the interrupt name
` [PATCH 16/17] i3c: renesas: Drop unnecessary tab
` [PATCH 17/17] i3c: renesas: Add runtime PM support

[PATCHv2 1/2] dt-bindings: i3c: dw: add resets and reset-names
 2026-05-28  7:20 UTC  (3+ messages)
` [PATCHv2 2/2] arm64: dts: socfpga: agilex5: popuplate reset properties for I3C

[PATCH 6.12.y] i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue
 2026-05-27 19:49 UTC  (2+ messages)

[PATCH 0/7] i3c: Fix IBI race, address handling, and reconcile DAA
 2026-05-27 11:27 UTC  (8+ messages)
` [PATCH 1/7] i3c: mipi-i3c-hci: Fix race in i3c_hci_addr_to_dev()
` [PATCH 2/7] i3c: mipi-i3c-hci: Ignore DISEC failures when disabling IBIs
` [PATCH 3/7] i3c: master: Prevent reuse of dynamic address on device add failure
` [PATCH 4/7] i3c: mipi-i3c-hci: Tolerate i3c_master_add_i3c_dev_locked() failures in DAA
` [PATCH 5/7] i3c: master: Make i3c_master_add_i3c_dev_locked() return void
` [PATCH 6/7] i3c: master: Move DAA API functions after i3c_master_add_i3c_dev_locked()
` [PATCH 7/7] i3c: master: Reconcile dynamic addresses after DAA

[PATCH 0/8] i3c: Hot-Join improvements and MIPI HCI Hot-Join support
 2026-05-27 10:47 UTC  (12+ messages)
` [PATCH 6/8] i3c: master: Defer new-device registration out of DAA caller context

[PATCH 5.15.y] i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue
 2026-05-27  8:37 UTC 

[PATCH 6.1.y] i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue
 2026-05-27  6:21 UTC 

[PATCH 6.6.y] i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue
 2026-05-27  6:20 UTC 

[PATCH 1/2] dt-bindings: i3c: add binding for Realtek RTS490x I3C HUB
 2026-05-25 19:12 UTC  (9+ messages)
` [PATCH 2/2] staging: i3c: add Realtek RTS490x I3C HUB driver
    ` 答复: "
  ` 答复: [PATCH 1/2] dt-bindings: i3c: add binding for Realtek RTS490x I3C HUB

[PATCH v2 1/2] dt-bindings: i3c: add Realtek RTS490x I3C HUB
 2026-05-25 19:11 UTC  (7+ messages)
` [PATCH v2 2/2] staging: i3c: add Realtek RTS490x I3C HUB driver

[PATCH v3 0/4] i3c: dw: Add apb reset support
 2026-05-24 18:41 UTC  (10+ messages)
` [PATCH v3 1/4] i3c: dw: Remove core reset "_rst" suffix
` [PATCH v3 2/4] dt-bindings: i3c: dw: Describe core reset
` [PATCH v3 3/4] dt-bindings: i3c: dw: Add apb reset
` [PATCH v3 4/4] i3c: dw: Add apb reset support


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