Re: [PATCH v4 11/13] rust: of: add `of::DeviceId` abstraction

From: Rob Herring
Date: Mon Dec 09 2024 - 16:22:49 EST


On Thu, Dec 05, 2024 at 03:14:42PM +0100, Danilo Krummrich wrote:
> `of::DeviceId` is an abstraction around `struct of_device_id`.
>
> This is used by subsequent patches, in particular the platform bus
> abstractions, to create OF device ID tables.
>
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>
> ---
> MAINTAINERS | 1 +
> rust/kernel/lib.rs | 1 +
> rust/kernel/of.rs | 57 ++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 59 insertions(+)
> create mode 100644 rust/kernel/of.rs

Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>