[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <DBFYCPVN29BQ.ODOJGUI54LV9@kernel.org>
Date: Sat, 19 Jul 2025 12:16:46 +0200
From: "Danilo Krummrich" <dakr@...nel.org>
To: "Greg Kroah-Hartman" <gregkh@...uxfoundation.org>
Cc: "Daniel Almeida" <daniel.almeida@...labora.com>, "Miguel Ojeda"
<ojeda@...nel.org>, "Alex Gaynor" <alex.gaynor@...il.com>, "Boqun Feng"
<boqun.feng@...il.com>, "Gary Guo" <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>, "Benno Lossin"
<lossin@...nel.org>, "Andreas Hindborg" <a.hindborg@...nel.org>, "Alice
Ryhl" <aliceryhl@...gle.com>, "Trevor Gross" <tmgross@...ch.edu>, "Rafael
J. Wysocki" <rafael@...nel.org>, <linux-kernel@...r.kernel.org>,
<rust-for-linux@...r.kernel.org>, "Fiona Behrens" <me@...enk.dev>
Subject: Re: [PATCH v15 0/3] rust: platform: add Io support
On Sat Jul 19, 2025 at 10:01 AM CEST, Greg Kroah-Hartman wrote:
> 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?
I'm going to take care of the Rust I/O stuff. We'll add an entry for this soon.
Until then, it automatically defaults to the RUST entry, like the existing I/O
stuff.
Powered by blists - more mailing lists