[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250422-rust-overlay-abs-v1-0-85779c1b853d@beagleboard.org>
Date: Tue, 22 Apr 2025 18:02:08 +0530
From: Ayush Singh <ayush@...gleboard.org>
To: Jason Kridner <jkridner@...gleboard.org>,
Deepak Khatri <lorforlinux@...gleboard.org>,
Robert Nelson <robertcnelson@...gleboard.org>,
Miguel Ojeda <ojeda@...nel.org>, Dhruva Gole <d-gole@...com>,
Alex Gaynor <alex.gaynor@...il.com>, Boqun Feng <boqun.feng@...il.com>,
Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <benno.lossin@...ton.me>,
Andreas Hindborg <a.hindborg@...nel.org>, Alice Ryhl <aliceryhl@...gle.com>,
Trevor Gross <tmgross@...ch.edu>, Danilo Krummrich <dakr@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Rafael J. Wysocki" <rafael@...nel.org>, Rob Herring <robh@...nel.org>,
Saravana Kannan <saravanak@...gle.com>
Cc: rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, Ayush Singh <ayush@...gleboard.org>
Subject: [PATCH 0/2] rust: Add abstractions for applying devicetree
overlays
The following patch series adds abstractions required to apply
devicetree overlays from Rust code. To see how the bindings look in
usage, see my working tree [0] for a connector driver I am working on.
Open Questions
***************
1. Should `DeviceNode` be Opaque?
Since this structure is never read/constructed from Rust side, maybe it's
better off as Opaque.
2. Removing overlay on drop
I my usecase (see [0]), I will only ever have 1 active overlay in the
driver, which I will be removing dynamically. So removing overlay on
drop works for it. But maybe there are some usecases I am missing.
3. Only enable bindings when CONFIG_OF_OVERLAY is set?
The kernel header currently seems to provide blank implementations of
these methods when `CONFIG_OF_OVERLAY` is not enabled. But I am not sure
what is rust-for-linux policy here.
[0]: https://github.com/Ayush1325/linux/commits/b4/beagle-cape/
Signed-off-by: Ayush Singh <ayush@...gleboard.org>
---
Ayush Singh (2):
rust: kernel: of: Add DeviceNode abstraction
rust: kernel: of: Add overlay id abstraction
rust/bindings/bindings_helper.h | 1 +
rust/kernel/device.rs | 5 ++++
rust/kernel/of.rs | 53 ++++++++++++++++++++++++++++++++++++++++-
3 files changed, 58 insertions(+), 1 deletion(-)
---
base-commit: bc8aa6cdadcc00862f2b5720e5de2e17f696a081
change-id: 20250417-rust-overlay-abs-36aac8b9752a
Best regards,
--
Ayush Singh <ayush@...gleboard.org>
Powered by blists - more mailing lists