1. 18 3月, 2016 1 次提交
  2. 15 3月, 2016 1 次提交
  3. 10 3月, 2016 1 次提交
  4. 09 3月, 2016 10 次提交
  5. 01 3月, 2016 4 次提交
  6. 18 2月, 2016 2 次提交
  7. 11 2月, 2016 1 次提交
  8. 10 2月, 2016 5 次提交
  9. 07 1月, 2016 8 次提交
  10. 29 12月, 2015 5 次提交
  11. 09 12月, 2015 1 次提交
  12. 24 11月, 2015 1 次提交
    • T
      imx: thermal: use CPU temperature grade info for thresholds · a2291bad
      Tim Harvey 提交于
      The IMX6Q/IMX6DL SoC's have a 2-bit temperature grade stored in OTP which
      is valid for all IMX6 SoC's (despite the fact that the IMXSDLRM and
      IMXSXRM do not document this - this has been proven via tests as well as
      verified by Freescale FAE).
      
      Instead of assuming a fixed 85C for passive cooling threshold and 105C for
      critical use the thermal grade for these configurations.
      
      We will set the critical to maxT - 5C and passive to maxT - 10C.
      
      Cc: Anson Huang <b20788@freescale.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NJon Nettleton <jon@solid-run.com>
      Signed-off-by: NTim Harvey <tharvey@gateworks.com>
      ----
      v3:
       - rebase against linux-soc-thermal.git
       - added ack's from Shawn and Jon
      v2:
       - remove check for IMX6Q and update comments: The OTP values have been tested
         on IMX6SOLO, IMX6DUALLITE, and IMX6SX and Freescale FAE has shared data with
         me that the OTP settings are the same and that the reference manuals will
         reflect this in their next updates.
       - set critical to max - 5C
       - set passive to max - 10C
       - display max temp in info
       - do not allow passive to be set above critical
      Signed-off-by: NEduardo Valentin <edubezval@gmail.com>
      a2291bad