linux/drivers/base/power/opp
Viresh Kumar 829a4e8c0e PM / OPP: Add dev_pm_opp_{set|put}_clkname()
In order to support OPP switching, OPP layer needs to get pointer to the
clock for the device. Simple cases work fine without using the routines
added by this patch (i.e.  by passing connection-id as NULL), but for a
device with multiple clocks available, the OPP core needs to know the
exact name of the clk to use.

Add a new set of APIs to get that done.

Tested-by: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2017-06-24 01:41:55 +02:00
..
Makefile PM / OPP: Move CONFIG_OF dependent code in a separate file 2016-05-06 13:22:49 +02:00
core.c PM / OPP: Add dev_pm_opp_{set|put}_clkname() 2017-06-24 01:41:55 +02:00
cpu.c PM / OPP: Move away from RCU locking 2017-01-30 09:22:22 +01:00
debugfs.c PM / OPP: Don't create debugfs "supply-0" directory unnecessarily 2017-06-22 03:15:30 +02:00
of.c PM / OPP: opp-microvolt is not optional if regulators are set 2017-06-22 03:15:30 +02:00
opp.h PM / OPP: Move away from RCU locking 2017-01-30 09:22:22 +01:00