1. 28 Jul, 2009 1 commit
  2. 07 Jan, 2009 1 commit
    • Jean Delvare's avatar
      hwmon: Check for ACPI resource conflicts · b9acb64a
      Jean Delvare authored
      
      Check for ACPI resource conflicts in hwmon drivers. I've included
      all Super-I/O and PCI drivers.
      
      I've voluntarily left out:
      * Vendor-specific drivers: if they conflicted on any system, this would
        pretty much mean that they conflict on all systems, and we would know
        by now.
      * Legacy ISA drivers (lm78 and w83781d): they only support chips found
        on old designs were ACPI either wasn't supported or didn't deal with
        thermal management.
      * Drivers accessing the I/O resources indirectly (e.g. through SMBus):
        the checks are already done where they belong, i.e. in the bus drivers.
      Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
      Acked-by: default avatarDavid Hubbard <david.c.hubbard@gmail.com>
      b9acb64a
  3. 17 Feb, 2008 1 commit
  4. 07 Feb, 2008 1 commit
    • Jean Delvare's avatar
      hwmon: Let the user override the detected Super-I/O device ID · 67b671bc
      Jean Delvare authored
      
      While it is possible to force SMBus-based hardware monitoring chip
      drivers to drive a not officially supported device, we do not have this
      possibility for Super-I/O-based drivers. That's unfortunate because
      sometimes newer chips are fully compatible and just forcing the driver
      to load would work. Instead of that we have to tell the users to
      recompile the kernel driver, which isn't an easy task for everyone.
      
      So, I propose that we add a module parameter to all Super-I/O based
      hardware monitoring drivers, letting advanced users force the driver
      to load on their machine. The user has to provide the device ID of a
      supposedly compatible device. This requires looking at the source code or
      a datasheet, so I am confident that users can't randomly force a driver
      without knowing what they are doing. Thus this should be relatively safe.
      
      As you can see from the code, the implementation is pretty simple and
      unintrusive.
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Acked-by: default avatarHans de Goede <j.w.r.degoede@hhs.nl>
      Signed-off-by: default avatarMark M. Hoffman <mhoffman@lightlink.com>
      67b671bc
  5. 09 Oct, 2007 2 commits
  6. 12 Aug, 2007 1 commit
  7. 30 Jul, 2007 1 commit
    • Jean Delvare's avatar
      hwmon: Add missing __devexit tags in various drivers · d0546128
      Jean Delvare authored
      
      On Sun, 22 Jul 2007 00:30:56 +0200, Gabriel C wrote:
      > I noticed this warnings on current git:
      >
      > drivers/hwmon/pc87360.c:1082: warning: 'pc87360_remove' defined but not used
      > drivers/hwmon/sis5595.c:580: warning: 'sis5595_remove' defined but not used
      > drivers/hwmon/smsc47m1.c:608: warning: 'smsc47m1_remove' defined but not used
      > drivers/hwmon/via686a.c:648: warning: 'via686a_remove' defined but not used
      > drivers/hwmon/vt8231.c:755: warning: 'vt8231_remove' defined but not used
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarMark M. Hoffman <mhoffman@lightlink.com>
      d0546128
  8. 19 Jul, 2007 2 commits
  9. 08 May, 2007 5 commits
  10. 18 Oct, 2006 1 commit
  11. 28 Sep, 2006 2 commits
  12. 26 Sep, 2006 1 commit
  13. 26 Jun, 2006 1 commit
  14. 23 Mar, 2006 1 commit
  15. 06 Jan, 2006 2 commits
  16. 28 Oct, 2005 2 commits
  17. 09 Sep, 2005 1 commit
  18. 05 Sep, 2005 6 commits
  19. 26 Aug, 2005 1 commit
  20. 11 Jul, 2005 1 commit
  21. 22 Jun, 2005 1 commit
  22. 20 Jun, 2005 1 commit
  23. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4