linux_dsm_epyc7002/drivers/base/power
Viresh Kumar 07cce74a7b PM / OPP: handle allocation of device_opp in a separate routine
Get the 'device_opp' allocation code into a separate routine to keep only the
necessary part in dev_pm_opp_add_dynamic().

Also do s/sizeof(struct device_opp)/sizeof(*dev_opp) and remove the print
message on kzalloc() failure as checkpatch warns for that.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2014-12-10 22:18:34 +01:00
..
clock_ops.c
common.c
domain_governor.c
domain.c PM / Domains: Fix initial default state of the need_restore flag 2014-11-11 22:28:44 +01:00
generic_ops.c
main.c PM / Sleep: fix async suspend_late/freeze_late error handling 2014-10-27 18:42:26 +01:00
Makefile
opp.c PM / OPP: handle allocation of device_opp in a separate routine 2014-12-10 22:18:34 +01:00
power.h
qos.c
runtime.c
sysfs.c
trace.c
wakeup.c