Re: [PATCH v2 1/9] soc: qcom: rpmpd: fixup rpmpd set performance state

2019-03-27 Thread Sibi Sankar
On 2019-03-25 09:33, Rajendra Nayak wrote: On 3/24/2019 11:19 PM, Sibi Sankar wrote: Fixup rpmpd state to max if the required state is greater than all the supported states. This should also say why, 'so the clients which just want to vote on whatever is the max state supported can do so by

Re: [PATCH v2 1/9] soc: qcom: rpmpd: fixup rpmpd set performance state

2019-03-24 Thread Rajendra Nayak
On 3/24/2019 11:19 PM, Sibi Sankar wrote: Fixup rpmpd state to max if the required state is greater than all the supported states. This should also say why, 'so the clients which just want to vote on whatever is the max state supported can do so by passing an INT_MAX'? Fixes: 075d3db8d10d

[PATCH v2 1/9] soc: qcom: rpmpd: fixup rpmpd set performance state

2019-03-24 Thread Sibi Sankar
Fixup rpmpd state to max if the required state is greater than all the supported states. Fixes: 075d3db8d10d ("Add support for the .set_performace_state() and .opp_to_performance_state()") Signed-off-by: Sibi Sankar --- drivers/soc/qcom/rpmpd.c | 2 +- 1 file changed, 1 insertion(+), 1