• Daniel Lezcano's avatar
    thermal/core: Move the thermal trip code to a dedicated file · 5b8de18e
    Daniel Lezcano authored
    The thermal_core.c files contains a lot of functions handling
    different thermal components like the governors, the trip points, the
    cooling device, the OF cooling device, etc ...
    
    This organization does not help to migrate to a more sane code where
    there is a better self-encapsulation as all the components' internals
    can be directly accessed from a single file.
    
    For the sake of clarity, let's move the thermal trip points code in a
    dedicated thermal_trip.c file and add a function to browse all the
    trip points like we do with the thermal zones, the govenors and the
    cooling devices.
    
    The same can be done for the cooling devices and the governor code but
    that will come later as the current work in the thermal framework is
    to fix the trip point handling and use a generic trip point structure.
    
    No functional changes intended.
    Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
    Reviewed-by: default avatarZhang Rui <rui.zhang@intel.com>
    Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
    5b8de18e
thermal_core.h 5.04 KB