Re: [PATCH v8 3/3] rust: platform: allow ioremap of platform resources

From: Danilo Krummrich
Date: Fri May 16 2025 - 04:39:32 EST


On Fri, May 09, 2025 at 05:29:48PM -0300, Daniel Almeida wrote:
> +impl Device<device::Core> {

For the ioremap_*() ones, `impl Device<device::Bound>` should be enough.

Also, PCI names those just iomap_*(), maybe we should align those names for
consistency.