• Chanwoo Choi's avatar
    PM / devfreq: Use the available min/max frequency · f1d981ea
    Chanwoo Choi authored
    The commit a76caf55 ("thermal: Add devfreq cooling") is able
    to disable OPP as a cooling device. In result, both update_devfreq()
    and {min|max}_freq_show() have to consider the 'opp->available'
    status of each OPP.
    
    So, this patch adds the 'scaling_{min|max}_freq' to struct devfreq
    in order to indicate the available mininum and maximum frequency
    by adjusting OPP interface such as dev_pm_opp_{disable|enable}().
    The 'scaling_{min|max}_freq' are used for on both update_devfreq()
    and {min|max}_freq_show().
    Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
    Signed-off-by: default avatarMyungJoo Ham <myungjoo.ham@samsung.com>
    f1d981ea
devfreq.c 38.3 KB