On Mon, Feb 10, 2025 at 01:30:26PM +0100, Greg Kroah-Hartman wrote: > From: Lyude Paul <lyude@xxxxxxxxxx> > > This introduces a module for working with faux devices in rust, along with > adding sample code to show how the API is used. Unlike other types of > devices, we don't provide any hooks for device probe/removal - since these > are optional for the faux API and are unnecessary in rust. > > Signed-off-by: Lyude Paul <lyude@xxxxxxxxxx> > Cc: Maíra Canal <mairacanal@xxxxxxxxxx> > Cc: Danilo Krummrich <dakr@xxxxxxxxxx> > Cc: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Acked-by: Danilo Krummrich <dakr@xxxxxxxxxx>