1. 05 5月, 2015 2 次提交
  2. 25 2月, 2015 1 次提交
  3. 01 7月, 2014 1 次提交
  4. 07 5月, 2014 1 次提交
    • P
      thermal: ti-soc-thermal: clk_round_rate() can return a zero upon error · c68789e5
      Paul Walmsley 提交于
      Treat both negative and zero return values from clk_round_rate() as
      errors.  This is needed since subsequent patches will convert
      clk_round_rate()'s return value to be an unsigned type, rather than a
      signed type, since some clock sources can generate rates higher than
      (2^31)-1 Hz.
      
      Eventually, when calling clk_round_rate(), only a return value of zero
      will be considered a error.  All other values will be considered valid
      rates.  The comparison against values less than 0 is kept to preserve
      the correct behavior in the meantime.
      
      This patch also gets rid of a comparison between unsigned and signed
      values; a side-benefit.
      Signed-off-by: NPaul Walmsley <pwalmsley@nvidia.com>
      Cc: Eduardo Valentin <eduardo.valentin@ti.com>
      Cc: Zhang Rui <rui.zhang@intel.com>
      Signed-off-by: NEduardo Valentin <edubezval@gmail.com>
      c68789e5
  5. 08 4月, 2014 1 次提交
  6. 29 8月, 2013 1 次提交
  7. 08 7月, 2013 1 次提交
    • E
      thermal: ti-soc-thermal: use standard GPIO DT bindings · 57d16171
      Eduardo Valentin 提交于
      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: NEduardo Valentin <eduardo.valentin@ti.com>
      57d16171
  8. 13 6月, 2013 3 次提交
  9. 28 5月, 2013 1 次提交
    • E
      thermal: introduce TI SoC thermal driver · eb982001
      Eduardo Valentin 提交于
      This patch moves the ti-soc-thermal driver out of
      the staging tree to the thermal tree.
      
      Cc: Grant Likely <grant.likely@linaro.org>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Rob Landley <rob@landley.net>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Zhang Rui <rui.zhang@intel.com>
      Cc: Eduardo Valentin <eduardo.valentin@ti.com>
      Cc: J Keerthy <j-keerthy@ti.com>
      Cc: Radhesh Fadnis <radhesh.fadnis@ti.com>
      Cc: Cyril Roelandt <tipecaml@gmail.com>
      Cc: devicetree-discuss@lists.ozlabs.org
      Cc: linux-doc@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Cc: devel@driverdev.osuosl.org
      Cc: linux-pm@vger.kernel.org
      Signed-off-by: NEduardo Valentin <eduardo.valentin@ti.com>
      Signed-off-by: NZhang Rui <rui.zhang@intel.com>
      eb982001
  10. 09 4月, 2013 2 次提交
  11. 02 4月, 2013 4 次提交
  12. 26 3月, 2013 11 次提交
  13. 16 3月, 2013 11 次提交