Re: [PATCH v2 3/5] OPP: Add support for parsing the interconnect bandwidth

2019-06-26 Thread Sibi Sankar
Hey Georgi, In addition to Viresh's comments I found a few more while testing the series on SDM845. On 4/24/19 11:22 AM, Viresh Kumar wrote: On 23-04-19, 16:28, Georgi Djakov wrote: The OPP bindings now support bandwidth values, so add support to parse it from device tree and store it into the

Re: [PATCH v2 3/5] OPP: Add support for parsing the interconnect bandwidth

2019-04-23 Thread Viresh Kumar
On 23-04-19, 16:28, Georgi Djakov wrote: > The OPP bindings now support bandwidth values, so add support to parse it > from device tree and store it into the new dev_pm_opp_icc_bw struct, which > is part of the dev_pm_opp. > > Also add and export the dev_pm_opp_set_paths() and dev_pm_opp_put_paths

[PATCH v2 3/5] OPP: Add support for parsing the interconnect bandwidth

2019-04-23 Thread Georgi Djakov
The OPP bindings now support bandwidth values, so add support to parse it from device tree and store it into the new dev_pm_opp_icc_bw struct, which is part of the dev_pm_opp. Also add and export the dev_pm_opp_set_paths() and dev_pm_opp_put_paths() helpers, to set (and release) an interconnect pa