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

[PATCH 00/16] i3c: mipi-i3c-hci: DMA abort, recovery and related improvements
 2026-04-17  6:56 UTC  (20+ 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

[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: dw-i3c-master: Fix IBI count register selection for versalnet
 2026-04-15  6:54 UTC  (8+ messages)

[PATCH v1 0/2] i3c: master: svc: Fix false SLVSTART issues on NPCM845
 2026-04-13  3:59 UTC  (7+ 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 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  (7+ messages)
` [PATCH v3 1/5] i3c: master: Move rstdaa error suppression
` [PATCH v3 2/5] i3c: master: Move entdaa "
` [PATCH v3 3/5] i3c: master: Move bus_init "
` [PATCH v3 4/5] i3c: master: Fix error codes at send_ccc_cmd
` [PATCH v3 5/5] i3c: master: adi: Fix error propagation for CCCs

[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  (7+ messages)
` [PATCH v3 1/2] i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers()
` [PATCH v3 2/2] i3c: master: renesas: Use __free(kfree) for xfer cleanup in renesas_i3c_send_ccc_cmd()

[PATCH v3 0/2] i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()
 2026-04-12 14:52 UTC  (8+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] i3c: dw: Simplify xfer cleanup with __free(kfree)

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

[PATCH] i3c: master: dw-i3c: Balance PM runtime usage count on probe failure
 2026-04-12 14:39 UTC  (3+ 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)

[PATCH v2] i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers()
 2026-04-03  8:14 UTC  (3+ messages)

[PATCH v2] i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()
 2026-04-03  2:52 UTC  (2+ messages)

[PATCH] i3c: mipi-i3c-hci: fix IBI payload length calculation for final status
 2026-04-02 15:16 UTC  (6+ messages)

[PATCH] i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers()
 2026-04-02 14:20 UTC  (2+ messages)

[PATCH] i3c: dw: Fix memory leak in dw_i3c_master_i3c_xfers()
 2026-04-02 13:43 UTC  (2+ messages)

[PATCH] i3c: mipi-i3c-hci: fix atomic updates to RING_OPERATION1 register
 2026-04-02  7:46 UTC  (7+ messages)

[PATCH] i3c: dw-i3c-master: Fix IBI count register selection for versalnet
 2026-04-01  6:12 UTC  (2+ messages)

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

[PATCH 04/12] i3c: master: Support ACPI enumeration
 2026-03-31 10:09 UTC 

[PATCH 00/12] i3c: Support ACPI and SETAASA device discovery
 2026-03-30  5:26 UTC  (11+ messages)
` [PATCH 01/12] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA
` [PATCH 03/12] i3c: master: Use unified device property interface

[PATCH v7 0/7] Add support for NXP P3H2x4x I3C hub driver
 2026-03-26 11:58 UTC  (6+ messages)
` [PATCH v7 3/7] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
    ` [EXT] "
` [PATCH v7 4/7] mfd: p3h2x4x: Add driver for NXP P3H2x4x i3c hub and on-die regulator

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

[PATCH 04/12] i3c: master: Support ACPI enumeration
 2026-03-24 17:22 UTC  (7+ messages)

[PATCH v2 0/5] Fix paths unexpectedly returning Mx error codes
 2026-03-23 16:04 UTC  (6+ messages)
` [PATCH v2 4/5] i3c: master: Fix error codes at send_ccc_cmd

[PATCH v4 0/5] Add microchip sama7d65 SoC I3C support
 2026-03-20 11:42 UTC  (3+ messages)
` [PATCH v4 3/5] i3c: mipi-i3c-hci: add microchip sama7d65 SoC compatible with the appropriate quirk

[PATCH v2] i3c: master: dw-i3c: Fix missing reset assertion in remove() callback
 2026-03-20 10:30 UTC  (2+ messages)

[PATCH 11/12] hwmon: spd5118: Add I3C support
 2026-03-19 18:18 UTC  (3+ messages)

[PATCH 01/12] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA
 2026-03-19 18:13 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