Re: [PATCH v15 0/3] rust: platform: add Io support
From: Greg Kroah-Hartman
Date: Sat Jul 19 2025 - 04:13:29 EST
On Thu, Jul 17, 2025 at 12:55:21PM -0300, Daniel Almeida wrote:
> ---
> Daniel Almeida (3):
> rust: io: add resource abstraction
> rust: io: mem: add a generic iomem abstraction
> rust: platform: add resource accessors
>
> rust/bindings/bindings_helper.h | 1 +
> rust/helpers/io.c | 41 ++++++
> rust/kernel/io.rs | 5 +
> rust/kernel/io/mem.rs | 283 ++++++++++++++++++++++++++++++++++++++++
> rust/kernel/io/resource.rs | 229 ++++++++++++++++++++++++++++++++
> rust/kernel/platform.rs | 60 ++++++++-
> 6 files changed, 618 insertions(+), 1 deletion(-)
Who is going to be responsible for the new files you have added?
And no real objection, but no copyright info was added to them either,
was that intentional? I know some companies frown on that as it goes
against their corporate policy (but some don't care, it's hard to keep
track of who likes what at times...)
thanks,
greg k-h