1. 08 5月, 2007 2 次提交
    • J
      hwmon: Request the I/O regions in platform drivers · ce7ee4e8
      Jean Delvare 提交于
      My understanding of the resource management in the Linux 2.6 device
      driver model is that the devices should declare their resources, and
      then when a driver attaches to a device, it should request the
      resources it will be using, so as to mark them busy. This is how the
      PCI and PNP subsystems work, you can clearly see the two levels of
      resources (declaration and request) in /proc/ioports for these
      devices.
      
      So I believe that our platform hardware monitoring drivers should
      follow the same logic. At the moment, we only declare the resources
      but we do not request them. This patch adds the I/O region request
      and release calls.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Acked-by: NJuerg Haefliger <juergh@gmail.com>
      ce7ee4e8
    • J
      hwmon/smsc47m192: Document the LPC47M292 as supported · 00cb4739
      Jean Delvare 提交于
      The new SMSC LPC47M292 Super-I/O chip includes a hardware monitoring
      block which is compatible with those of the LPC47M192.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Hartmut Rick <linux@rick.claranet.de>
      00cb4739
  2. 26 4月, 2007 1 次提交
  3. 24 4月, 2007 1 次提交
  4. 18 4月, 2007 1 次提交
  5. 13 4月, 2007 2 次提交
  6. 17 3月, 2007 1 次提交
  7. 15 2月, 2007 11 次提交
  8. 14 2月, 2007 1 次提交
  9. 10 2月, 2007 1 次提交
  10. 19 1月, 2007 5 次提交
  11. 13 12月, 2006 14 次提交