[PATCH v6 3/5] OPP: Add and export helper to set bandwidth

2020-06-22 Thread Sibi Sankar
Add and export 'dev_pm_opp_set_bw' to set the bandwidth levels associated with an OPP. Reviewed-by: Matthias Kaehlcke Signed-off-by: Sibi Sankar --- v7: * Picked up R-b from Matthias v6: * Pass NULL to _set_opp_bw v5: https://lkml.org/lkml/2020/5/27/7 * Rework the patch based on ^^ v4:

Re: [PATCH v6 3/5] OPP: Add and export helper to set bandwidth

2020-06-15 Thread Matthias Kaehlcke
On Sat, Jun 06, 2020 at 03:03:30AM +0530, Sibi Sankar wrote: > Add and export 'dev_pm_opp_set_bw' to set the bandwidth > levels associated with an OPP. > > Signed-off-by: Sibi Sankar Reviewed-by: Matthias Kaehlcke

[PATCH v6 3/5] OPP: Add and export helper to set bandwidth

2020-06-05 Thread Sibi Sankar
Add and export 'dev_pm_opp_set_bw' to set the bandwidth levels associated with an OPP. Signed-off-by: Sibi Sankar --- v6: * Pass NULL to _set_opp_bw v5: https://lkml.org/lkml/2020/5/27/7 * Rework the patch based on ^^ v4: https://patchwork.kernel.org/patch/11019737/ * Pass device opp to