[PATCH v1 0/3] Add Rust bindings for device property child nodes and reference args

From: Remo Senekowitsch
Date: Mon Jun 16 2025 - 11:46:10 EST


This patch series was split-off from an earlier one. [1]

changes in v1 (compared to previous patch series):
* Fix resource leak of `FwNodeReferenceArgs`.
* Improve documentation of the type invariants of `FwNodeReferenceArgs`
and how they are upheld at crate-internal use-sites.
* Remove derived implementation of `Clone` of `FwNodeReferenceArgs`.
It would be unsafe according to the new type invariants.
* Add `Debug` implementation for `FwNodeReferenceArgs`.
* Add examples.

Best regards,
Remo

[1] https://lore.kernel.org/lkml/20250611102908.212514-1-remo@xxxxxxxxxxx/

Remo Senekowitsch (3):
rust: device: Add child accessor and iterator
rust: device: Add property_get_reference_args
samples: rust: platform: Add property child and reference args
examples

drivers/of/unittest-data/tests-platform.dtsi | 7 +
rust/kernel/device/property.rs | 158 +++++++++++++++++++
samples/rust/rust_driver_platform.rs | 13 +-
3 files changed, 177 insertions(+), 1 deletion(-)

--
2.49.0