1. 09 Aug, 2004 2 commits
    • Jean Delvare's avatar
      [PATCH] I2C: update the lm83 driver · f61bd6d1
      Jean Delvare authored
      This is an update to the Linux 2.6 lm83 hardware monitoring driver.
      
      * Follow the sysfs interface naming conventions.
      * Fix the "force" module parameter.
      * Fix limit settings checks.
      * Driver is no longer tagged experimental.
      
      These changes are the result of me finally succeeding in getting my LM83
      evaluation board to work. If there are norms and standards about how
      evaluation boards can be wired, I guess I did not respect any of them,
      but it works ;)
      
      
      Signed-off-by: Jean Delvare <khali at linux-fr dot org>
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      f61bd6d1
    • Evgeniy Polyakov's avatar
      [PATCH] w1: Added dynamic slave removal mechanism. Fixed bug when we have... · 71c59578
      Evgeniy Polyakov authored
      [PATCH] w1: Added dynamic slave removal mechanism. Fixed bug when we have multiple slave with different families.
      
      Added dynamic slave removal mechanism by introducing u32 flags; in each slave.
              If slave was found during search process then set flag.
              If after search complete we have slave entryes without magic flag then remove them.
      Fixed bug when we have multiple slave with different families.
              Since attributes were static then each new family will rewrite static values with new
              function pointers... badly broken.
      Signed-off-by: default avatarEvgeniy Polyakov <johnpol@2ka.mipt.ru>
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      71c59578
  2. 06 Aug, 2004 12 commits
  3. 05 Aug, 2004 12 commits
  4. 04 Aug, 2004 13 commits
  5. 03 Aug, 2004 1 commit