Re: [PATCH v4 0/5] Auxiliary bus Rust abstractions

From: Greg KH
Date: Tue Apr 15 2025 - 07:41:20 EST


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?

thanks,

greg k-h