Linux-i3c Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-17 11:04:37 to 2026-07-08 07:18:04 UTC [more...]

[PATCH v6 0/5] i3c: Improve CCC reliability with actual_len, validation, and Direct GET retry
 2026-07-08  7:17 UTC  (3+ 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 1/2] dt-bindings: i3c: add binding for Realtek RTS490x I3C HUB
 2026-07-07  7:28 UTC 

[PATCH v13 0/7] Add support for NXP P3H2x4x I3C hub driver
 2026-07-06 16:55 UTC  (20+ 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
` [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 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  (6+ messages)

[PATCH] i3c: master: svc: report timeout waiting for STOP idle
 2026-07-05 21:29 UTC  (5+ 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  (8+ messages)
` [PATCH v9 1/2] dt-bindings: i3c: Add AMD I3C master controller support
` [PATCH v9 2/2] i3c: master: Add driver for AMD AXI I3C master controller

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

[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  (4+ messages)

i3c: master: svc: IBI payload not bounded by max_payload_len
 2026-06-23 14:36 UTC  (2+ messages)

[GIT PULL] I3C changes for 7.2
 2026-06-22 16:36 UTC  (2+ messages)

[PATCH 0/4] i3c: mipi-i3c-hci: Add support for ASMT I3C controller
 2026-06-22  2:22 UTC  (3+ messages)

[PATCH v4 04/12] i3c: master: Add support for devices using SETAASA
 2026-06-18 20:00 UTC  (3+ messages)

[PATCH v4 00/12] Support ACPI and SETAASA device discovery
 2026-06-18 19:53 UTC  (11+ messages)
` [PATCH v4 01/12] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA
` [PATCH v4 03/12] i3c: master: Support ACPI enumeration of child devices
` [PATCH v4 07/12] i3c: dw-i3c-master: Add SETAASA as supported CCC
` [PATCH v4 08/12] i3c: dw-i3c-master: Add a quirk to skip clock and reset

[PATCH v11 0/9] Add support for NXP P3H2x4x I3C hub driver
 2026-06-18 12:48 UTC  (3+ messages)
` [PATCH v11 5/9] mfd: p3h2x4x: Add driver for NXP P3H2x4x i3c hub and on-die regulator

[PATCH v4 06/16] i3c: renesas: Perform Dynamic Address Assignment on resume
 2026-06-18  4:50 UTC  (3+ messages)

[PATCH v4 07/16] i3c: renesas: Clean DATBAS register on detach
 2026-06-18  4:37 UTC  (3+ messages)

[PATCH v4 16/16] i3c: renesas: Add runtime PM support
 2026-06-18  4:30 UTC  (3+ messages)

[PATCH v12 0/7] Add support for NXP P3H2x4x I3C hub driver
 2026-06-17 16:18 UTC  (20+ messages)
` [PATCH v12 1/7] i3c: master: Add APIs for I3C hub support
` [PATCH v12 2/7] dt-bindings: i3c: Add NXP P3H2x4x i3c-hub support
` [PATCH v12 3/7] mfd: p3h2x4x: Add driver for NXP P3H2x4x i3c hub and on-die regulator
` [PATCH v12 4/7] regulator: p3h2x4x: Add driver for on-die regulators in NXP P3H2x4x i3c hub
` [PATCH v12 5/7] i3c: hub: Add support for the I3C interface in the I3C hub
` [PATCH v12 6/7] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality
` [PATCH v12 7/7] i3c: hub: p3h2x4x: Add SMBus slave mode support


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