Re: [PATCH 4/4] interconnect: qcom: Fix small BW votes being truncated to zero

2020-07-06 Thread kernel test robot
Hi Mike, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.8-rc4 next-20200706] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in

Re: [PATCH 4/4] interconnect: qcom: Fix small BW votes being truncated to zero

2020-07-02 Thread Mike Tipton
On 7/2/2020 4:11 AM, Georgi Djakov wrote: Hi Mike, On 6/23/20 07:08, Mike Tipton wrote: Small BW votes that translate to less than a single BCM unit are currently truncated to zero. Ensure that non-zero BW requests always result in at least a vote of 1 to BCM. Fixes: 976daac4a1c5

Re: [PATCH 4/4] interconnect: qcom: Fix small BW votes being truncated to zero

2020-07-02 Thread Georgi Djakov
Hi Mike, On 6/23/20 07:08, Mike Tipton wrote: > Small BW votes that translate to less than a single BCM unit are > currently truncated to zero. Ensure that non-zero BW requests always > result in at least a vote of 1 to BCM. > > Fixes: 976daac4a1c5 ("interconnect: qcom: Consolidate interconnect

[PATCH 4/4] interconnect: qcom: Fix small BW votes being truncated to zero

2020-06-22 Thread Mike Tipton
Small BW votes that translate to less than a single BCM unit are currently truncated to zero. Ensure that non-zero BW requests always result in at least a vote of 1 to BCM. Fixes: 976daac4a1c5 ("interconnect: qcom: Consolidate interconnect RPMh support") Signed-off-by: Mike Tipton ---