Searched hist:"11 b9b663585c4f8b00846089ebbca4d1e3283e86" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/opp/ |
H A D | opp.h | diff 11b9b663585c4f8b00846089ebbca4d1e3283e86 Wed May 25 04:53:16 CDT 2022 Viresh Kumar <viresh.kumar@linaro.org> OPP: Add dev_pm_opp_set_config() and friends
The OPP core already have few configuration specific APIs and it is getting complex or messy for both the OPP core and its users.
Lets introduce a new set of API which will be used for all kind of different configurations, and shall eventually be used by all the existing ones.
The new API, returns a unique token instead of a pointer to the OPP table, which allows the OPP core to drop the resources selectively later on.
Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
|
H A D | core.c | diff 11b9b663585c4f8b00846089ebbca4d1e3283e86 Wed May 25 04:53:16 CDT 2022 Viresh Kumar <viresh.kumar@linaro.org> OPP: Add dev_pm_opp_set_config() and friends
The OPP core already have few configuration specific APIs and it is getting complex or messy for both the OPP core and its users.
Lets introduce a new set of API which will be used for all kind of different configurations, and shall eventually be used by all the existing ones.
The new API, returns a unique token instead of a pointer to the OPP table, which allows the OPP core to drop the resources selectively later on.
Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
|
/openbmc/linux/include/linux/ |
H A D | pm_opp.h | diff 11b9b663585c4f8b00846089ebbca4d1e3283e86 Wed May 25 04:53:16 CDT 2022 Viresh Kumar <viresh.kumar@linaro.org> OPP: Add dev_pm_opp_set_config() and friends
The OPP core already have few configuration specific APIs and it is getting complex or messy for both the OPP core and its users.
Lets introduce a new set of API which will be used for all kind of different configurations, and shall eventually be used by all the existing ones.
The new API, returns a unique token instead of a pointer to the OPP table, which allows the OPP core to drop the resources selectively later on.
Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
|