Re: [PATCH v2 2/4] rust: device: implement device context marker

From: Danilo Krummrich
Date: Fri Mar 14 2025 - 13:32:36 EST


On Fri, Mar 14, 2025 at 10:21:58AM -0700, Boqun Feng wrote:
> On Fri, Mar 14, 2025 at 05:09:05PM +0100, Danilo Krummrich wrote:
> > Some bus device functions should only be called from bus callbacks,
> > such as probe(), remove(), resume(), suspend(), etc.
> >
> > To ensure this add device context marker structs, that can be used as
> > generics for bus device implementations.
> >
> > Reviewed-by: Benno Lossin <benno.lossin@xxxxxxxxx>
> > Suggested-by: Benno Lossin <benno.lossin@xxxxxxxxx>
>
> Try chronological order for the tags? It was suggested first and then
> reviewed.

Is that a thing? When I apply patches I usully keep ACKs, RBs and SOBs together
at the bottom.