1. 03 8月, 2015 1 次提交
    • C
      thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OF · f87e6bd3
      Chanwoo Choi 提交于
      The exynos thermal driver use the of_thermal_*() API to parse the basic data
      for thermal management from devicetree file. So, if CONFIG_EXYNOS_THERMAL is
      selected without CONFIG_THERMAL_OF, kernel can build it without any problem.
      But, exynos thermal driver is not working with following error log. This patch
      add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OF.
      
      [    1.458644] get_th_reg: Cannot get trip points from of-thermal.c!
      [    1.459096] get_th_reg: Cannot get trip points from of-thermal.c!
      [    1.465211] exynos4412_tmu_initialize: No CRITICAL trip point defined at of-thermal.c!
      
      Cc: Zhang Rui <rui.zhang@intel.com>
      Cc: Eduardo Valentin <edubezval@gmail.com>
      Cc: Lukasz Majewski <l.majewski@samsung.com>
      Signed-off-by: NChanwoo Choi <cw00.choi@samsung.com>
      Signed-off-by: NLukasz Majewski <l.majewski@samsung.com>
      Signed-off-by: NEduardo Valentin <edubezval@gmail.com>
      f87e6bd3
  2. 27 1月, 2015 1 次提交
  3. 10 12月, 2014 1 次提交
  4. 29 8月, 2013 2 次提交
  5. 13 8月, 2013 5 次提交