28 May, 2013

1 commit


02 Apr, 2013

1 commit

  • This removes the driver specific sysfs support of the temperature
    emulation and uses the newly added core thermal framework for thermal
    emulation. An exynos platform specific handler is added to support this.

    In this patch, the exynos senor(tmu) related code and exynos framework
    related (thermal zone, cooling devices) code are intentionally kept separate.
    So an emulated function pointer is passed from sensor to framework. This is
    beneficial in adding more sensor support using the same framework code
    which is an ongoing work. The goal is to finally split them totally. Even
    the existing read_temperature also follows the same execution method.

    Acked-by: Kukjin Kim
    Signed-off-by: Amit Daniel Kachhap
    Signed-off-by: Zhang Rui

    Amit Daniel Kachhap
     

04 Jan, 2013

1 commit

  • This patch supports exynos's emulation mode with newly created sysfs node.
    Exynos 4x12 (4212, 4412) and 5 series provide emulation mode for thermal
    management unit. Thermal emulation mode supports software debug for TMU's
    operation. User can set temperature manually with software code and TMU
    will read current temperature from user value not from sensor's value.
    This patch includes also documentary placed under Documentation/thermal/.

    Signed-off-by: Jonghwa Lee
    Signed-off-by: Zhang Rui

    Jonghwa Lee