linux/drivers/opp
Viresh Kumar 4c64ce947c OPP: Protect dev_list with opp_table lock
[ Upstream commit 3d2556992a ]

The dev_list needs to be protected with a lock, else we may have
simultaneous access (addition/removal) to it and that would be racy.
Extend scope of the opp_table lock to protect dev_list as well.

Tested-by: Niklas Cassel <niklas.cassel@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-20 18:47:00 +01:00
..
core.c OPP: Protect dev_list with opp_table lock 2019-11-20 18:47:00 +01:00
cpu.c OPP: Protect dev_list with opp_table lock 2019-11-20 18:47:00 +01:00
debugfs.c PM / OPP: "opp-hz" is optional for power domains 2018-05-09 10:15:18 +05:30
Kconfig
Makefile PM / OPP: Add ti-opp-supply driver 2017-12-17 19:17:44 +01:00
of.c OPP: Free OPP table properly on performance state irregularities 2018-11-13 11:08:39 -08:00
opp.h OPP: Protect dev_list with opp_table lock 2019-11-20 18:47:00 +01:00
ti-opp-supply.c opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call 2018-12-01 09:37:27 +01:00