Re: [PATCH v8 4/8] of: Add a KUnit test for overlays and test managed APIs

2024-07-29 Thread Stephen Boyd
Quoting Stephen Boyd (2024-07-18 14:05:03) > Test the KUnit test managed overlay APIs. Confirm that platform devices > are created and destroyed properly. This provides us confidence that the > test managed APIs work correctly and can be relied upon to provide tests > with fake platform devices and

[PATCH v8 4/8] of: Add a KUnit test for overlays and test managed APIs

2024-07-18 Thread Stephen Boyd
Test the KUnit test managed overlay APIs. Confirm that platform devices are created and destroyed properly. This provides us confidence that the test managed APIs work correctly and can be relied upon to provide tests with fake platform devices and device nodes via overlays compiled into the kernel