1. 28 May, 2004 2 commits
    • Alexey Fisher's avatar
      [PATCH] I2C: add max1619 driver · 0bfc2c92
      Alexey Fisher authored
      This is a driver for "Remote/Local Temperature Sensor with Dual-Alarm Outputs
      and SMBus Serial Interface" MAX1619. I found this chip an my Laptop SAMSUNG
      NV5000. Daryng I use Linux cooling didn't worked at all, naw  with this
      driwer it's working. I hope  this will be usefool for ather too.
      
      I didn't hade any expiriens with programming, but i didn't wont to wait wann
      some body make it vor me. Jean halped me correrct any mysteiks wich i made.
      Thanks Jaen :)
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      0bfc2c92
    • Jean Delvare's avatar
      [PATCH] I2C: i2c-parport: support the ADM1031 evaluation board · 0c2bdd29
      Jean Delvare authored
      The following patch adds support for the ADM1030 and ADM1031 evaluation
      boards to the i2c-parport and i2c-parport-light drivers. They are almost
      compatible with the already supported ADM1025 and ADM1032 boards, except
      that the ADM1032 board needs some pins to be set high to draw its power,
      while the same pins power up heating resistors on the ADM1031 board. I
      considered it was a bit dangerous to do that by default, so I ended up
      with two different device definitions, one with powering pins set, and
      one with these pins cleared.
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      0c2bdd29
  2. 18 May, 2004 38 commits