public inbox for linux-i3c@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-04-08 09:06:30 to 2026-05-04 11:34:24 UTC [more...]

[PATCH V3 00/16] i3c: mipi-i3c-hci: DMA abort, recovery and related improvements
 2026-05-04 11:33 UTC  (11+ 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 1/2] dt-bindings: i3c: add binding for Realtek RTS490x I3C HUB
 2026-05-01  9:37 UTC  (4+ 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  (9+ 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  (3+ messages)

[PATCH v1 0/2] i3c: master: svc: Fix false SLVSTART issues on NPCM845
 2026-04-30 10:01 UTC  (10+ messages)
` [PATCH v1 1/2] i3c: master: svc: Fix missed IBI after false SLVSTART "
` [PATCH v1 2/2] i3c: master: svc: Prevent IRQ storm from "

[PATCH v3 00/13] Support ACPI and SETAASA device discovery
 2026-04-23  8:57 UTC  (14+ messages)
` [PATCH v3 01/13] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA
` [PATCH v3 02/13] ACPICA: Read LVR from the I2C resource descriptor
` [PATCH v3 03/13] i3c: master: Use unified device property interface
` [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

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

[PATCH v9 0/7] Add support for NXP P3H2x4x I3C hub driver
 2026-04-21  3:50 UTC  (13+ messages)
` [PATCH v9 1/7] i3c: master: Expose the APIs to support I3C hub
` [PATCH v9 2/7] i3c: master: Add "
` [PATCH v9 3/7] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
` [PATCH v9 4/7] mfd: p3h2x4x: Add driver for NXP P3H2x4x i3c hub and on-die regulator
` [PATCH v9 5/7] regulator: p3h2x4x: Add driver for on-die regulators in NXP P3H2x4x i3c hub
` [PATCH v9 6/7] i3c: hub: Add support for the I3C interface in the I3C hub
` [PATCH v9 7/7] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality

[PATCH] i3c: master: replace sprintf() with sysfs_emit() and sysfs_emit_at()
 2026-04-21  3:47 UTC  (3+ messages)

[PATCH AUTOSEL 7.0] i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-H I3C
 2026-04-20 13:17 UTC  (2+ messages)
` [PATCH AUTOSEL 7.0-6.1] i3c: master: Move bus_init error suppression

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

[GIT PULL] I3C changes for 7.1
 2026-04-19  0:25 UTC  (2+ messages)

[PATCH v2 00/13] Support ACPI and SETAASA device discovery
 2026-04-16 11:59 UTC  (52+ messages)
` [PATCH v2 01/13] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA
` [PATCH v2 02/13] ACPICA: Read LVR from the I2C resource descriptor
` [PATCH v2 03/13] i3c: master: Use unified device property interface
` [PATCH v2 04/13] i3c: master: Support ACPI enumeration of child devices
` [PATCH v2 05/13] i3c: master: Add support for devices using SETAASA
` [PATCH v2 06/13] i3c: master: Add support for devices without PID
` [PATCH v2 07/13] i3c: master: match I3C device through DT and ACPI
` [PATCH v2 08/13] i3c: dw-i3c-master: Add SETAASA as supported CCC
` [PATCH v2 09/13] i3c: dw-i3c-master: Add a quirk to skip clock and reset
` [PATCH v2 10/13] i3c: dw-i3c-master: Add ACPI ID for Tegra410
` [PATCH v2 11/13] hwmon: spd5118: Remove 16-bit addressing
` [PATCH v2 12/13] hwmon: spd5118: Add I3C support
` [PATCH v2 13/13] arm64: defconfig: Enable I3C and SPD5118 hwmon

[PATCH v3 0/3] ARM: dts: aspeed-g6: add AST2600 I3C nodes and bindings
 2026-04-16  6:21 UTC  (11+ messages)
` [PATCH v3 1/3] ARM: dts: aspeed-g6: move i2c controllers directly into apb node
` [PATCH v3 2/3] ARM: dts: aspeed-g6: Add nodes for i3c controllers
` [PATCH v3 3/3] dt-bindings: i3c: Add AST2600 I3C global registers

[PATCH v2] i3c: mipi-i3c-hci: fix IBI payload length calculation for final status
 2026-04-12 20:07 UTC  (5+ messages)

[PATCH v3 0/5] Fix paths unexpectedly returning Mx error codes
 2026-04-12 14:55 UTC  (2+ messages)

[PATCH v3 0/2] i3c: master: renesas: Fix a memory leak and use __free(kfree) to simplify the code
 2026-04-12 14:53 UTC  (3+ messages)

[PATCH v3 0/2] i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()
 2026-04-12 14:52 UTC  (2+ messages)

[PATCH v3] i3c: master: dw-i3c: Fix missing reset assertion in remove() callback
 2026-04-12 14:39 UTC  (2+ messages)

[PATCH] i3c: master: dw-i3c: Balance PM runtime usage count on probe failure
 2026-04-12 14:39 UTC  (2+ messages)

[PATCH V5 0/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
 2026-04-12 14:34 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