[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <173387155606.758930.14011943765137919226.robh@kernel.org>
Date: Tue, 10 Dec 2024 16:59:18 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Danilo Krummrich <dakr@...nel.org>
Cc: bhelgaas@...gle.com, dirk.behme@...bosch.com, aliceryhl@...gle.com,
fabien.parent@...aro.org, fujita.tomonori@...il.com,
lyude@...hat.com, alex.gaynor@...il.com, devicetree@...r.kernel.org,
j@...nau.net, ajanulgu@...hat.com, gary@...yguo.net,
daniel.almeida@...labora.com, chrisi.schrefl@...il.com,
a.hindborg@...sung.com, ojeda@...nel.org, boqun.feng@...il.com,
linux-pci@...r.kernel.org, lina@...hilina.net,
bjorn3_gh@...tonmail.com, tmgross@...ch.edu, airlied@...il.com,
saravanak@...gle.com, benno.lossin@...ton.me, rafael@...nel.org,
gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
rust-for-linux@...r.kernel.org, pstanner@...hat.com
Subject: Re: [PATCH v4 13/13] samples: rust: add Rust platform sample driver
On Thu, 05 Dec 2024 15:14:44 +0100, Danilo Krummrich wrote:
> Add a sample Rust platform driver illustrating the usage of the platform
> bus abstractions.
>
> This driver probes through either a match of device / driver name or a
> match within the OF ID table.
>
> Signed-off-by: Danilo Krummrich <dakr@...nel.org>
> ---
> MAINTAINERS | 1 +
> drivers/of/unittest-data/tests-platform.dtsi | 5 ++
> samples/rust/Kconfig | 10 ++++
> samples/rust/Makefile | 1 +
> samples/rust/rust_driver_platform.rs | 49 ++++++++++++++++++++
> 5 files changed, 66 insertions(+)
> create mode 100644 samples/rust/rust_driver_platform.rs
>
Reviewed-by: Rob Herring (Arm) <robh@...nel.org>
Powered by blists - more mailing lists