1. 08 Jul, 2013 3 commits
    • Arnd Bergmann's avatar
      thermal: cpu_cooling: fix stub function · e8d39240
      Arnd Bergmann authored
      The function stub for cpufreq_cooling_get_level introduced
      in 57df8106 "Thermal: exynos: fix cooling state translation"
      is not syntactically correct C and needs to be fixed to avoid
      this error:
      
      In file included from drivers/thermal/db8500_thermal.c:20:0:
       include/linux/cpu_cooling.h: In function 'cpufreq_cooling_get_level':
      include/linux/cpu_cooling.h:57:1:
       error: parameter name omitted  unsigned long cpufreq_cooling_get_level(unsigned int, unsigned int)  ^
       include/linux/cpu_cooling.h:57:1: error: parameter name omitted
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
      Cc: Zhang Rui <rui.zhang@intel.com>
      Cc: Amit Daniel kachhap <amit.daniel@samsung.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
      e8d39240
    • Eduardo Valentin's avatar
      thermal: ti-soc-thermal: use standard GPIO DT bindings · 57d16171
      Eduardo Valentin authored
      This change updates the ti-soc-thermal driver to use
      standard GPIO DT bindings to read the GPIO number associated
      to thermal shutdown IRQ, in case the device features it.
      
      Previously, the code was using a specific DT bindings.
      As now OMAP supports the standard way to model GPIOs,
      there is no point in having a ti specific binding.
      
      Cc: Zhang Rui <rui.zhang@intel.com>
      Cc: Grant Likely <grant.likely@linaro.org>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: linux-pm@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Cc: devicetree-discuss@lists.ozlabs.org
      Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
      57d16171
    • Eduardo Valentin's avatar
      thermal: MAINTAINERS: Add git tree path for SoC specific updates · 65d467e8
      Eduardo Valentin authored
      To reduce thermal maintenance load on Rui, SoC specific patches would be
      applied by me now. Rui Zhang will pull in these changes from time to time (at
      rc's). Additionally I would be sending him pull request for every merge
      window and rc's (for fixes).
      
      Branch names would be: next and fixes.
      
      Cc: Zhang Rui <rui.zhang@intel.com>
      Cc: linux-pm@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
      65d467e8
  2. 17 Jun, 2013 5 commits
  3. 13 Jun, 2013 10 commits
  4. 28 May, 2013 12 commits
  5. 20 May, 2013 2 commits
  6. 15 May, 2013 8 commits