Linux-i3c Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-23 16:46:12 to 2026-07-13 13:06:18 UTC [more...]

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

[PATCH 0/3] i3c: mipi-i3c-hci: Add support for AMD_PT and improve IBI/PIO robustness
 2026-07-13 10:54 UTC  (9+ messages)
` [PATCH 1/3] i3c: mipi-i3c-hci: Enable IBI threshold interrupt by default in PIO mode
` [PATCH 2/3] i3c: mipi-i3c-hci: Add PIO queue management support for HCI v1.2
` [PATCH 3/3] i3c: mipi-i3c-hci: Add support for AMD_PT I3C controller

[PATCH v10 0/2] Add AMD I3C master controller driver and bindings
 2026-07-09 19:24 UTC  (6+ messages)
` [PATCH v10 1/2] dt-bindings: i3c: Add AMD I3C master controller support
` [PATCH v10 2/2] i3c: master: Add driver for AMD AXI I3C master controller

[PATCH v6 0/5] i3c: Improve CCC reliability with actual_len, validation, and Direct GET retry
 2026-07-09 11:32 UTC  (19+ messages)
` [PATCH v6 1/5] i3c: ccc: Add actual_len to struct i3c_ccc_cmd_payload
` [PATCH v6 2/5] i3c: master: Report actual GET CCC payload length on success
` [PATCH v6 3/5] i3c: master: dw: Map CCC hardware errors to I3C M0/M2
` [PATCH v6 4/5] i3c: master: Validate GET CCC payload length and retry Direct GET once
` [PATCH v6 5/5] i3c: master: Add optional_bytes for variable-length GET CCC validation

[PATCH v13 0/7] Add support for NXP P3H2x4x I3C hub driver
 2026-07-09 10:11 UTC  (23+ messages)
` [PATCH v13 1/7] i3c: master: Add APIs for I3C hub support
` [PATCH v13 2/7] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
` [PATCH v13 3/7] mfd: p3h2x4x: Add driver for NXP P3H2x4x i3c hub and on-die regulator
    ` [EXT] "
` [PATCH v13 4/7] regulator: p3h2x4x: Add driver for on-die regulators in NXP P3H2x4x i3c hub
` [PATCH v13 5/7] i3c: hub: Add support for the I3C interface in the I3C hub
` [PATCH v13 6/7] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality
` [PATCH v13 7/7] i3c: hub: p3h2x4x: Add SMBus slave mode support

[PATCH] i3c: master: dw-i3c-master: fix OD timing for first broadcast
 2026-07-09  9:09 UTC  (11+ messages)
          `  "
              `  "

[PATCH 1/2] dt-bindings: i3c: add binding for Realtek RTS490x I3C HUB
 2026-07-08 15:45 UTC  (2+ messages)

[PATCH v5 0/5] i3c: Improve CCC reliability with actual_len, validation, and Direct GET retry
 2026-07-06  5:56 UTC  (10+ messages)
` [PATCH v5 1/5] i3c: ccc: Add actual_len to struct i3c_ccc_cmd_payload
` [PATCH v5 2/5] i3c: master: Report actual GET CCC payload length on success
` [PATCH v5 3/5] i3c: master: dw: Map CCC hardware errors to I3C M0/M2
` [PATCH v5 4/5] i3c: master: Validate GET CCC payload length and retry Direct GET once
` [PATCH v5 5/5] i3c: master: Add optional_bytes for variable-length GET CCC validation

[PATCH v2] i3c: dw: avoid shift-out-of-bounds when DAA assigns no devices
 2026-07-05 21:34 UTC  (4+ messages)

[PATCH] i3c: master: adi: initialize the lock before enabling interrupts
 2026-07-05 21:29 UTC  (2+ messages)

[PATCH] i3c: master: svc: report timeout waiting for STOP idle
 2026-07-05 21:29 UTC  (2+ messages)

[PATCH v2] i3c: master: svc: bound IBI payload to the requested max_payload_len
 2026-07-05 21:29 UTC  (4+ messages)

[PATCH v4 0/3] i3c: Improve CCC reliability for DesignWare master
 2026-07-03  9:16 UTC  (18+ messages)
` [PATCH v4 1/3] i3c: master: dw: Report actual GET CCC payload length on success
` [PATCH v4 2/3] i3c: master: dw: Map CCC hardware errors to I3C M0/M2
` [PATCH v4 3/3] i3c: master: Validate GET CCC payload length and retry Direct GET once

[PATCH v5 00/12] Support ACPI and SETAASA device discovery
 2026-07-03  9:08 UTC  (31+ messages)
` [PATCH v5 01/12] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA
` [PATCH v5 02/12] i3c: master: Use unified device property interface
` [PATCH v5 03/12] i3c: master: Support ACPI enumeration of child devices
` [PATCH v5 04/12] i3c: master: Add support for devices using SETAASA
` [PATCH v5 05/12] i3c: master: Add support for devices without PID
` [PATCH v5 06/12] i3c: master: match I3C device through DT and ACPI
` [PATCH v5 07/12] i3c: dw-i3c-master: Add SETAASA as supported CCC
` [PATCH v5 08/12] i3c: dw-i3c-master: Add ACPI core clock frequency quirk
` [PATCH v5 09/12] i3c: dw-i3c-master: Add ACPI ID for Tegra410
` [PATCH v5 10/12] hwmon: spd5118: Remove 16-bit addressing
` [PATCH v5 11/12] hwmon: spd5118: Add I3C support
` [PATCH v5 12/12] arm64: defconfig: Enable I3C and SPD5118 hwmon

[PATCH] i3c: master: Fix device_register() error path
 2026-07-02 19:16 UTC  (3+ messages)

[PATCH RFC RESEND 0/7] i3c: Support IBI-based system wakeup
 2026-07-02 14:10 UTC  (17+ messages)
` [PATCH RFC RESEND 1/7] i3c: master: Support IBI-based wakeup capability
` [PATCH RFC RESEND 2/7] i3c: master: Report wakeup events for IBIs
` [PATCH RFC RESEND 3/7] i3c: master: Add helper to query bus wakeup requirements
` [PATCH RFC RESEND 4/7] i3c: master: Reject IBI requests from non-IBI-capable devices
` [PATCH RFC RESEND 5/7] i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
` [PATCH RFC RESEND 6/7] i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()
` [PATCH RFC RESEND 7/7] i3c: mipi-i3c-hci: Advertise IBI wakeup capability

[PATCH] i3c: master: renesas: reset xfer status before each wait
 2026-07-02  9:06 UTC  (5+ messages)

[PATCH RFC 0/7] i3c: Support IBI-based system wakeup
 2026-07-01 20:27 UTC  (13+ messages)
` [PATCH RFC 1/7] i3c: master: Support IBI-based wakeup capability
` [PATCH RFC 2/7] i3c: master: Report wakeup events for IBIs
` [PATCH RFC 3/7] i3c: master: Add helper to query bus wakeup requirements
` [PATCH RFC 4/7] i3c: master: Reject IBI requests from non-IBI-capable devices
` [PATCH RFC 5/7] i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI
` [PATCH RFC 6/7] i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()
` [PATCH RFC 7/7] i3c: mipi-i3c-hci: Advertise IBI wakeup capability

[PATCH v9 0/2] Add AMD I3C master controller driver and bindings
 2026-07-01  9:52 UTC  (5+ messages)
` [PATCH v9 2/2] i3c: master: Add driver for AMD AXI I3C master controller

[PATCH] i3c: dw: avoid shift-out-of-bounds when DAA assigns no devices
 2026-06-30 16:54 UTC  (2+ messages)

[RFC] mipi-i3c-hci: Support for DMA Ring Pipelining / High-throughput Streaming
 2026-06-30  2:17 UTC  (5+ messages)

[PATCH v3 0/3] i3c: Improve CCC reliability for DesignWare master
 2026-06-25  2:03 UTC  (15+ messages)
` [PATCH v3 1/3] i3c: master: dw: Report actual GET CCC payload length on success
` [PATCH v3 2/3] i3c: master: dw: Map CCC hardware errors to I3C M0/M2
` [PATCH v3 3/3] i3c: master: Validate GET CCC payload length and retry M0/M2 once

[PATCH] i3c: master: svc: bound IBI payload to the requested max_payload_len
 2026-06-24  7:06 UTC  (3+ messages)


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