On Sat, Jun 21, 2025 at 12:40:02AM +0200, Danilo Krummrich wrote: > On Fri, Jun 20, 2025 at 04:15:04PM +0100, Igor Korotin wrote: > > From: Danilo Krummrich <dakr@xxxxxxxxxx> > > > > Implement FwNode::is_of_node() in order to check whether a FwNode > > instance is embedded in a struct device_node. > > > > Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx> > > Signed-off-by: Igor Korotin <igor.korotin.linux@xxxxxxxxx> > > --- > > MAINTAINERS | 1 + > > rust/helpers/helpers.c | 1 + > > rust/helpers/of.c | 8 ++++++++ > > rust/kernel/device/property.rs | 7 +++++++ > > 4 files changed, 17 insertions(+) > > create mode 100644 rust/helpers/of.c > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 9f724cd556f4..1e918319cff4 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -18579,6 +18579,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git > > F: Documentation/ABI/testing/sysfs-firmware-ofw > > F: drivers/of/ > > F: include/linux/of*.h > > +F: rust/helpers/of.c > > @Rob: Any concerns about adding the OF Rust helpers to the OF entry? Given that you proposed to use is_of_node() and rust/kernel/of.rs is under your MAINTAINERS entry as well, I assume this is fine. If not, please let me know.