Skip to content
  • Chanwoo Choi's avatar
    PM / devfreq: Set the freq_table of devfreq device · 0ec09ac2
    Chanwoo Choi authored
    
    
    This patch initialize the freq_table array of each devfreq device by using
    the devfreq_set_freq_table(). If freq_table is NULL, the devfreq framework
    is not able to support the frequency transtion information through sysfs.
    
    The OPP core uses the integer type for the number of opps in the opp list
    and uses the 'unsigned long' type for each frequency. So, this patch
    modifies the type of some variable as following:
    - the type of freq_table : unsigned int -> unsigned long
    - the type of max_state  : unsigned int -> int
    
    - Corrected types, format strings, mutex usages by MyungJoo
    
    Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
    Signed-off-by: default avatarMyungJoo Ham <myungjoo.ham@samsung.com>
    0ec09ac2