1. 09 Aug, 2004 3 commits
    • Jean Delvare's avatar
      [PATCH] I2C: port smsc47m1 to 2.6 · 7c82709d
      Jean Delvare authored
      Here is my port of the smsc47m1 i2c hardware monitoring driver to Linux
      2.6. The original driver was written by Mark D. Studebaker, and my work
      is based on a preliminary port by Gabriele Gorla, who came in with an
      almost finished driver, but vanished before cleaning it up. I finished
      the job and improved things a bit. Credits go to Ivars Strazdins and
      Cassio Freitas for testing the driver (having no hardware, I couldn't
      test the code myself).
      
      
      Signed-off-by: Jean Delvare <khali at linux-fr dot org>
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      7c82709d
    • 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