[PATCH v2 0/2] Rust abstractions for Device & Firmware

From: Danilo Krummrich
Date: Mon Jun 10 2024 - 14:03:43 EST


Hi,

as agreed in [1] this is the separate series for the device and firmware
abstractions to unblock the inclusion of Fujita's PHY driver.

Originally, those patches were part of the patch series [2][3].

Changes in v2
=============
- use the 'srctree/' notation
- expand the existing documentation and make it more unambiguous
- use `NonNull` in `Firmware`
- generalize the `Firmware` request functions
- add missing safety comments to `Firmware`

[1] https://lore.kernel.org/rust-for-linux/2024060745-palatable-dragging-32d1@gregkh/
[2] https://lore.kernel.org/rust-for-linux/20240520172554.182094-1-dakr@xxxxxxxxxx/
[3] https://lore.kernel.org/rust-for-linux/20240520172059.181256-1-dakr@xxxxxxxxxx/

Danilo Krummrich (2):
rust: add abstraction for struct device
rust: add firmware abstractions

rust/bindings/bindings_helper.h | 1 +
rust/helpers.c | 1 +
rust/kernel/device.rs | 97 +++++++++++++++++++++++++++++
rust/kernel/firmware.rs | 107 ++++++++++++++++++++++++++++++++
rust/kernel/lib.rs | 2 +
5 files changed, 208 insertions(+)
create mode 100644 rust/kernel/device.rs
create mode 100644 rust/kernel/firmware.rs


base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
--
2.45.1