Re: [PATCH v2 1/4] kunit: Add APIs for managing devices

From: Maxime Ripard
Date: Wed Dec 13 2023 - 10:03:10 EST


On Fri, 8 Dec 2023 18:09:29 +0800, davidgow@xxxxxxxxxx wrote:
> Tests for drivers often require a struct device to pass to other
> functions. While it's possible to create these with
> root_device_register(), or to use something like a platform device, this
> is both a misuse of those APIs, and can be difficult to clean up after,
> for example, a failed assertion.
>
> [ ... ]

Reviewed-by: Maxime Ripard <mripard@xxxxxxxxxx>

Thanks!
Maxime