1. 10 12月, 2016 5 次提交
  2. 24 10月, 2016 1 次提交
  3. 09 9月, 2016 9 次提交
  4. 04 3月, 2014 1 次提交
  5. 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
  6. 20 12月, 2012 1 次提交
  7. 19 3月, 2012 2 次提交
  8. 01 11月, 2011 1 次提交
  9. 09 1月, 2011 1 次提交
  10. 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
  11. 07 1月, 2009 1 次提交
  12. 17 10月, 2008 1 次提交
  13. 22 7月, 2008 1 次提交
  14. 10 10月, 2007 1 次提交
  15. 15 2月, 2007 1 次提交
    • D
      hwmon: Use subsys_initcall · 37f54ee5
      David Brownell 提交于
      Subsystem infrastructure should normally register with "subsys_initcall",
      so that it's available to drivers that may need to initialize early.
      
      This patch updates "hwmon" to do so.  It's common for embedded systems to
      have multifunction chips with hardware monitoring interfaces, and to have
      those chips be used during system bringup ... before a normal "module_init"
      would kick, or maybe just linked so they'd init before hwmon.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      37f54ee5
  16. 24 3月, 2006 1 次提交
  17. 07 11月, 2005 1 次提交
  18. 29 10月, 2005 1 次提交
  19. 06 9月, 2005 1 次提交