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

From: Danilo Krummrich
Date: Wed Jun 25 2025 - 12:09:04 EST


On Mon, Jun 16, 2025 at 05:45:08PM +0200, Remo Senekowitsch wrote:
> This patch series was split-off from an earlier one. [1]
>
> [1] https://lore.kernel.org/lkml/20250611102908.212514-1-remo@xxxxxxxxxxx/

Applied to driver-core-testing, thanks!

> Remo Senekowitsch (3):
> rust: device: Add child accessor and iterator
> rust: device: Add property_get_reference_args

[ Move up NArgs; refer to FwNodeReferenceArgs in NArgs doc-comment.
- Danilo ]

> samples: rust: platform: Add property child and reference args
> examples

[ Convert 'child@{0,1}' to 'child-{0,1}'; skip child nodes without
'compatible' property in of_unittest_platform_populate() as proposed
by Rob Herring. - Danilo]