Linux-i3c Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-23 08:59:21 to 2026-05-22 22:37:51 UTC [more...]

[RFC] mipi-i3c-hci: Support for DMA Ring Pipelining / High-throughput Streaming
 2026-05-22 22:37 UTC 

[PATCH 00/17] i3c: renesas: Suspend to RAM with power loss and runtime PM
 2026-05-22 20:01 UTC  (35+ 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

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

[PATCH v3 0/4] i3c: dw: Add apb reset support
 2026-05-20 11:50 UTC  (9+ 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

[PATCH V2 0/8] i3c: Hot-Join improvements and MIPI HCI Hot-Join support
 2026-05-18 11:55 UTC  (9+ messages)
` [PATCH V2 1/8] i3c: master: Make hot-join workqueue freezable to block hot-join during suspend
` [PATCH V2 2/8] i3c: master: Serialize i3c_set_hotjoin() with the maintenance lock
` [PATCH V2 3/8] i3c: master: Consolidate Hot-Join DAA work in the core
` [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 v6 0/5] Add microchip sama7d65 SoC I3C support
 2026-05-18  7:27 UTC  (13+ messages)
` [PATCH v6 1/5] dt-bindings: i3c: mipi-i3c-hci: add Microchip SAMA7D65 compatible
` [PATCH v6 2/5] clk: at91: sama7d65: add peripheral clock for I3C
` [PATCH v6 3/5] i3c: mipi-i3c-hci: add microchip sama7d65 SoC compatible with the required quirk
` [PATCH v6 4/5] ARM: dts: microchip: add I3C controller
` [PATCH v6 5/5] ARM: configs: at91: sama7: add sama7d65 i3c-hci

[PATCH v2 0/3] i3c: dw: Add apb reset support
 2026-05-14 16:22 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: i3c: dw: Describe core reset
` [PATCH v2 2/3] dt-bindings: i3c: dw: Add apb reset
` [PATCH v2 3/3] i3c: dw: Add apb reset support
` [EXT] [PATCH v2 0/3] "

[RFC PATCH] i3c: dw: add DMA support for data transfers
 2026-05-15 16:38 UTC  (2+ messages)

[PATCH V4 00/17] i3c: mipi-i3c-hci: DMA abort, recovery and related improvements
 2026-05-15 16:26 UTC  (18+ messages)
` [PATCH V4 01/17] i3c: mipi-i3c-hci: Fix suspend behavior when bus disable falls back to software reset
` [PATCH V4 02/17] i3c: mipi-i3c-hci: Preserve RUN bit when aborting DMA ring
` [PATCH V4 03/17] i3c: mipi-i3c-hci: Prevent DMA enqueue while ring is aborting or in error
` [PATCH V4 04/17] i3c: mipi-i3c-hci: Wait for DMA ring restart to complete
` [PATCH V4 05/17] i3c: mipi-i3c-hci: Move hci_dma_xfer_done() definition
` [PATCH V4 06/17] i3c: mipi-i3c-hci: Call hci_dma_xfer_done() from dequeue path
` [PATCH V4 07/17] i3c: mipi-i3c-hci: Complete transfer lists immediately on error
` [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 12/17] i3c: mipi-i3c-hci: Factor out reset-and-restore helper
` [PATCH V4 13/17] i3c: mipi-i3c-hci: Add DMA-mode recovery for internal controller errors
` [PATCH V4 14/17] i3c: mipi-i3c-hci: Wait for NoOp commands to complete
` [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 V4 17/17] i3c: mipi-i3c-hci: Increase DMA transfer ring size to maximum

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

[PATCH] i3c: Consistently define pci_device_ids using named initializers
 2026-05-05 18:48 UTC  (5+ messages)

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

[PATCH v9 0/7] Add support for NXP P3H2x4x I3C hub driver
 2026-05-05 18:15 UTC  (3+ messages)
` [PATCH v9 3/7] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support

[PATCH 1/2] dt-bindings: i3c: add binding for Realtek RTS490x I3C HUB
 2026-05-04 20:34 UTC  (6+ messages)
` [PATCH 2/2] staging: i3c: add Realtek RTS490x I3C HUB driver

[PATCH v2] i3c: dw-i3c-master: Fix IBI count register selection for versalnet
 2026-04-30 10:13 UTC  (2+ messages)

[PATCH 00/12] i3c: Support ACPI and SETAASA device discovery
 2026-03-18 17:31 UTC  (3+ messages)
` [PATCH 01/12] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA

[PATCH 0/2] i3c: dw: Add AMD VersalNet I3C compatible string
 2026-04-21 17:17 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: i3c: dw: Add VersalNet "
` [PATCH 2/2] "

[PATCH v3 0/5] Add microchip sama7d65 SoC I3C support
 2026-03-12 17:52 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: i3c: mipi-i3c-hci: add Microchip SAMA7D65 compatible
` [PATCH v3 3/5] i3c: mipi-i3c-hci: add microchip sama7d65 SoC compatible with the appropriate quirk

[PATCH 12/12] arm64: defconfig: Enable I3C and SPD5118 hwmon
 2026-03-25 13:05 UTC  (10+ messages)

[PATCH 04/12] i3c: master: Support ACPI enumeration
 2026-03-25 10:59 UTC  (3+ messages)

[PATCH v2] i3c: master: Replace sprintf() with sysfs_emit() family
 2026-04-30 10:02 UTC  (2+ messages)

[PATCH v1 0/2] i3c: master: svc: Fix false SLVSTART issues on NPCM845
 2026-04-30 10:01 UTC  (2+ messages)

[PATCH v3 00/13] Support ACPI and SETAASA device discovery
 2026-04-23  8:57 UTC  (11+ messages)
` [PATCH v3 04/13] i3c: master: Support ACPI enumeration of child devices
` [PATCH v3 05/13] i3c: master: Add support for devices using SETAASA
` [PATCH v3 06/13] i3c: master: Add support for devices without PID
` [PATCH v3 07/13] i3c: master: match I3C device through DT and ACPI
` [PATCH v3 08/13] i3c: dw-i3c-master: Add SETAASA as supported CCC
` [PATCH v3 09/13] i3c: dw-i3c-master: Add a quirk to skip clock and reset
` [PATCH v3 10/13] i3c: dw-i3c-master: Add ACPI ID for Tegra410
` [PATCH v3 11/13] hwmon: spd5118: Remove 16-bit addressing
` [PATCH v3 12/13] hwmon: spd5118: Add I3C support
` [PATCH v3 13/13] arm64: defconfig: Enable I3C and SPD5118 hwmon


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