Re: [PATCH v4 0/5] Auxiliary bus Rust abstractions
From: Danilo Krummrich
Date: Tue Apr 15 2025 - 08:43:18 EST
On Tue, Apr 15, 2025 at 01:38:29PM +0200, Greg KH wrote:
> On Mon, Apr 14, 2025 at 03:18:03PM +0200, Danilo Krummrich wrote:
> > This series adds Rust abstractions for the auxiliary bus.
> >
> > It implements the required abstractions to write auxiliary drivers and create
> > auxiliary device registrations. A driver sample illustrates how the
> > corresponding abstractions work.
> >
> > The auxiliary abstractions are required for the Nova driver project, in order to
> > connect nova-core with the nova-drm driver.
> >
> > A branch containing the patches can be found in [1].
> >
> > [1] https://web.git.kernel.org/pub/scm/linux/kernel/git/dakr/linux.git/log/?h=rust/auxiliary
>
> Looks good to me, want to take this through a gpu tree so you can build
> on top of it, or do you want it in the driver-core.git tree?
Yes, I'd like to take this one through the nova tree.