Re: [PATCH v1 3/4] dts: unify super calls

2024-04-30 Thread Jeremy Spewock
Reviewed-by: Jeremy Spewock

Re: [PATCH v1 3/4] dts: unify super calls

2024-04-23 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v1 3/4] dts: unify super calls

2024-04-23 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v1 3/4] dts: unify super calls

2024-04-23 Thread Juraj Linkeš
We have two ways of calling super() in the codebase. For single inheritance, there's no benefit in listing the arguments, as the function will do exactly what we need it to do. Signed-off-by: Juraj Linkeš --- dts/framework/test_result.py| 12 ++-- dts/framework/testbed_model/