Re: [PATCH] opp: Increase parsed_static_opps on _of_add_opp_table_v1

2020-07-16 Thread Walter Lozano
Hi Viresh, On 16/7/20 00:22, Viresh Kumar wrote: On 15-07-20, 23:54, Walter Lozano wrote: Currently, when using _of_add_opp_table_v2 parsed_static_opps is increased and this value is used on _opp_remove_all_static to check if there are static opps entries that need to be freed. Unfortunately

Re: [PATCH] opp: Increase parsed_static_opps on _of_add_opp_table_v1

2020-07-15 Thread Viresh Kumar
On 15-07-20, 23:54, Walter Lozano wrote: > Currently, when using _of_add_opp_table_v2 parsed_static_opps is > increased and this value is used on _opp_remove_all_static to > check if there are static opps entries that need to be freed. > Unfortunately this does not happens when using

[PATCH] opp: Increase parsed_static_opps on _of_add_opp_table_v1

2020-07-15 Thread Walter Lozano
Currently, when using _of_add_opp_table_v2 parsed_static_opps is increased and this value is used on _opp_remove_all_static to check if there are static opps entries that need to be freed. Unfortunately this does not happens when using _of_add_opp_table_v1, which leads to warnings. This patch