[PATCH 0/2] Add initial interconnect (icc_path) Rust abstractions

From: Konrad Dybcio
Date: Tue Jul 22 2025 - 17:14:50 EST


icc_path is in essence very similar to `struct clk`, so the newly
propsed bindings are understandably based on the corresponding
common_clk module.
This is the interconnect consumer part, with the corresponding ICC
provider changes coming in some near future.

I attached a sample driver making use of these, to ease any testing
or CI work (as the title says, please don't merge it though).

First contribution to kernel-rs, open to any and all suggestions.

Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
---
Konrad Dybcio (2):
rust: Add initial interconnect framework abstractions
[DNM] interconnect: Add a test Rust consumer driver

MAINTAINERS | 1 +
drivers/interconnect/Makefile | 1 +
drivers/interconnect/test.rs | 47 +++++++++
rust/bindings/bindings_helper.h | 2 +
rust/kernel/icc.rs | 225 ++++++++++++++++++++++++++++++++++++++++
rust/kernel/lib.rs | 1 +
6 files changed, 277 insertions(+)
---
base-commit: 05adbee3ad528100ab0285c15c91100e19e10138
change-id: 20250722-topic-icc_rs-fdbc135c57ae

Best regards,
--
Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>