Re: [PATCH v8 6/8] clk: Add test managed clk provider/consumer APIs

2024-07-29 Thread Stephen Boyd
Quoting Stephen Boyd (2024-07-18 14:05:05) > Unit tests are more ergonomic and simpler to understand if they don't > have to hoist a bunch of code into the test harness init and exit > functions. Add some test managed wrappers for the clk APIs so that clk > unit tests can write more code in the act

[PATCH v8 6/8] clk: Add test managed clk provider/consumer APIs

2024-07-18 Thread Stephen Boyd
Unit tests are more ergonomic and simpler to understand if they don't have to hoist a bunch of code into the test harness init and exit functions. Add some test managed wrappers for the clk APIs so that clk unit tests can write more code in the actual test and less code in the harness. Only add AP