Re: [PATCH v4 0/3] Support exporting SoC info from Rust
From: Danilo Krummrich
Date: Sun Dec 28 2025 - 13:11:56 EST
On Fri Dec 26, 2025 at 9:17 PM CET, Matthew Maurer wrote:
> This is a fairly straightforward binding of `soc_device_register` and
> `soc_device_unregister` which allows a driver to export basic info about
> a SoC.
>
> The last patch is a sample demonstrating usage, and can be dropped
> without issue.
Applied to driver-core-testing, thanks!
> Matthew Maurer (3):
> rust: Add soc_device support
> docs: ABI: sysfs-devices-soc: Fix swapped sample values
I will pick this one up once -rc3 is out.
> rust: Add SoC Driver Sample