Re: [PATCH v4 3/5] rust: auxiliary: add auxiliary device / driver abstractions
From: Danilo Krummrich
Date: Tue Apr 15 2025 - 08:46:13 EST
On Tue, Apr 15, 2025 at 12:08:24PM +0000, Alice Ryhl wrote:
> On Mon, Apr 14, 2025 at 03:18:06PM +0200, Danilo Krummrich wrote:
> > Implement the basic auxiliary abstractions required to implement a
> > driver matching an auxiliary device.
> >
> > The design and implementation is analogous to PCI and platform and is
> > based on the generic device / driver abstractions.
> >
> > Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>
>
> Overall looks okay to me, but I do have some comments.
Thanks for reviewing; unless there are more comments, I'll address those when
applying the series.
> Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>