Quoting Stephen Boyd (2024-07-10 13:12:41) > Introduce KUnit resource wrappers around platform_driver_register(), > platform_device_alloc(), and platform_device_add() so that test authors > can register platform drivers/devices from their tests and have the > drivers/devices automatically be unregistered when the test is done. > > This makes test setup code simpler when a platform driver or platform > device is needed. Add a few test cases at the same time to make sure the > APIs work as intended. > > Cc: Brendan Higgins <brendan.higg...@linux.dev> > Reviewed-by: David Gow <david...@google.com> > Cc: Rae Moar <rm...@google.com> > Reviewed-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: "Rafael J. Wysocki" <raf...@kernel.org> > Signed-off-by: Stephen Boyd <sb...@kernel.org> > ---
Applied to clk-next