1. 18 7月, 2018 1 次提交
  2. 21 5月, 2018 1 次提交
  3. 03 1月, 2018 1 次提交
    • G
      hwmon: Fix parameter documentation · 3870945a
      Guenter Roeck 提交于
      sparse reports:
      
      drivers/hwmon/hwmon.c:681: warning:
      	No description found for parameter 'chip'
      drivers/hwmon/hwmon.c:681: warning:
      	Excess function parameter 'info' description in
      	'hwmon_device_register_with_info'
      drivers/hwmon/hwmon.c:789: warning:
      	No description found for parameter 'chip'
      drivers/hwmon/hwmon.c:789: warning:
      	No description found for parameter 'groups'
      drivers/hwmon/hwmon.c:789: warning:
      	Excess function parameter 'info' description in
      	'devm_hwmon_device_register_with_info'
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      3870945a
  4. 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
  5. 13 8月, 2017 2 次提交
  6. 02 4月, 2017 1 次提交
  7. 31 1月, 2017 2 次提交
  8. 25 1月, 2017 1 次提交
  9. 03 1月, 2017 1 次提交
  10. 10 12月, 2016 7 次提交
  11. 24 10月, 2016 1 次提交
  12. 09 9月, 2016 9 次提交
  13. 04 3月, 2014 1 次提交
  14. 14 10月, 2013 2 次提交
    • G
      hwmon: Provide managed hwmon registration · 74188cba
      Guenter Roeck 提交于
      Drivers using the new hwmon_device_register_with_groups API often have a
      remove function which consists solely of a call hwmon_device_unregister().
      
      Provide support for devm_hwmon_device_register_with_groups and
      devm_hwmon_device_unregister to allow this repeated code to be removed
      and help eliminate error handling code.
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      74188cba
    • G
      hwmon: Introduce hwmon_device_register_with_groups · bab2243c
      Guenter Roeck 提交于
      hwmon_device_register_with_groups() lets callers register a hwmon device
      together with all sysfs attributes in a single call.
      
      When using hwmon_device_register_with_groups(), hwmon attributes are attached
      to the hwmon device directly and no longer with its parent device.
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      bab2243c
  15. 20 12月, 2012 1 次提交
  16. 19 3月, 2012 2 次提交
  17. 01 11月, 2011 1 次提交
  18. 09 1月, 2011 1 次提交
  19. 16 6月, 2009 1 次提交
    • J
      hwmon: PCI quirk for hwmon access on MSI MS-7031 board · 2958b1ec
      Jean Delvare 提交于
      The MSI MS-7031 is based on an ATI IXP300 south bridge. On this south
      bridge, accessible I/O ports must be enabled explicitly. Unfortunately
      the BIOS forgets to enable access to the hardware monitoring chip I/O
      ports, so hardware monitoring fails.
      
      Add a quirk enabling access to the required ports (0x295-0x296). This
      is exactly what MSI's own hardware monitoring application is doing, so
      it has to be the right way.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      2958b1ec
  20. 07 1月, 2009 1 次提交
  21. 17 10月, 2008 1 次提交
  22. 22 7月, 2008 1 次提交