1. 28 12月, 2017 1 次提交
  2. 27 12月, 2017 1 次提交
    • L
      hwmon: Deal with errors from the thermal subsystem · 47c332de
      Linus Walleij 提交于
      If the thermal subsystem returne -EPROBE_DEFER or any other error
      when hwmon calls devm_thermal_zone_of_sensor_register(), this is
      silently ignored.
      
      I ran into this with an incorrectly defined thermal zone, making
      it non-existing and thus this call failed with -EPROBE_DEFER
      assuming it would appear later. The sensor was still added
      which is incorrect: sensors must strictly be added after the
      thermal zones, so deferred probe must be respected.
      
      Fixes: d560168b ("hwmon: (core) New hwmon registration API")
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      47c332de
  3. 22 12月, 2017 5 次提交
  4. 21 12月, 2017 9 次提交
  5. 20 12月, 2017 24 次提交