summaryrefslogtreecommitdiff
path: root/drivers/thermal/rcar_gen3_thermal.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2019-04-18 22:58:15 +0300
committerEduardo Valentin <edubezval@gmail.com>2019-05-14 17:00:30 +0300
commitb4ab114cc6a1bbf8ca1d9a2339f2b5b43374029b (patch)
treee17da3fac76dfcc4b2216acb05ffb986876801b4 /drivers/thermal/rcar_gen3_thermal.c
parent80d95930dcdf06315cfde408c18783c811bf3db9 (diff)
downloadlinux-b4ab114cc6a1bbf8ca1d9a2339f2b5b43374029b.tar.xz
thermal: Introduce devm_thermal_of_cooling_device_register
thermal_of_cooling_device_register() and thermal_cooling_device_register() are typically called from driver probe functions, and thermal_cooling_device_unregister() is called from remove functions. This makes both a perfect candidate for device managed functions. Introduce devm_thermal_of_cooling_device_register(). This function can also be used to replace thermal_cooling_device_register() by passing a NULL pointer as device node. The new function requires both struct device * and struct device_node * as parameters since the struct device_node * parameter is not always identical to dev->of_node. Don't introduce a device managed remove function since it is not needed at this point. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/rcar_gen3_thermal.c')
0 files changed, 0 insertions, 0 deletions