commit | 26f9c7cc42a6dc036edf871544fd0e6b3a0601c1 | [log] [tgz] |
---|---|---|
author | Saravana Kannan <saravanak@google.com> | Thu Feb 04 16:14:23 2021 +0800 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Thu Feb 04 16:36:28 2021 +0530 |
tree | 57c971b834230ed04a3d15e41d2aee94412d50b7 | |
parent | 7d8658ef65a4f891d0cff6340fa717b378384642 [diff] |
PM / devfreq: Cache OPP table reference in devfreq The OPP table can be used often in devfreq. Trying to get it each time can be expensive, so cache it in the devfreq struct. Signed-off-by: Saravana Kannan <saravanak@google.com> Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com> Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> [ Viresh: Added a blank line ] Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>