thermal: core: Add helpers to browse the cdev, tz and governor list
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 6 Jul 2020 10:55:35 +0000 (12:55 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 7 Jul 2020 13:55:20 +0000 (15:55 +0200)
commit3d44a509c1dafb75adfe218f022ad216885c135e
tree364a25f7bc0a939092b0bc7757ad1562bf05efe0
parent514acd00f957afa9b2a1fd521b2f180a950ee5e3
thermal: core: Add helpers to browse the cdev, tz and governor list

The cdev, tz and governor list, as well as their respective locks are
statically defined in the thermal_core.c file.

In order to give a sane access to these list, like browsing all the
thermal zones or all the cooling devices, let's define a set of
helpers where we pass a callback as a parameter to be called for each
thermal entity.

We keep the self-encapsulation and ensure the locks are correctly
taken when looking at the list.

Acked-by: Zhang Rui <rui.zhang@intel.com>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200706105538.2159-1-daniel.lezcano@linaro.org
drivers/thermal/thermal_core.c
drivers/thermal/thermal_core.h