1. 09 1月, 2011 1 次提交
  2. 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
  3. 07 1月, 2009 1 次提交
  4. 17 10月, 2008 1 次提交
  5. 22 7月, 2008 1 次提交
  6. 10 10月, 2007 1 次提交
  7. 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
  8. 24 3月, 2006 1 次提交
  9. 07 11月, 2005 1 次提交
  10. 29 10月, 2005 1 次提交
  11. 06 9月, 2005 1 次提交