06 Jan, 2012

1 commit


28 May, 2010

2 commits


06 Mar, 2010

1 commit

  • Recent changes on the I2C front have left off-by-one array indexes in
    3 hwmon drivers. Fix them.

    Faulty commit:
    e5e9f44c2 i2c: Drop I2C_CLIENT_INSMOD_2 to 8

    Reported-by: Dan Carpenter
    Signed-off-by: Jean Delvare
    Cc: Hans de Goede
    Cc: Andre Prendel
    Cc: stable@kernel.org

    Jean Delvare
     

15 Dec, 2009

3 commits


10 Dec, 2009

1 commit


16 Jun, 2009

2 commits

  • This adds support for TI's TMP411 sensor chip.

    Preliminary support were done by Gabriel Konat, Sander Leget and
    Wouter Willems. The chip is compatible with TI's TMP401 sensor
    chip. It has additional support for historical minimun/maximum
    measurements.

    Signed-off-by: Andre Prendel
    Acked-by: Hans de Goede
    Signed-off-by: Jean Delvare

    Andre Prendel
     
  • This is a new hwmon driver for TI's TMP401 temperature sensor IC. This driver
    was written on behalf of an embedded systems vendor under the
    Linux driver project.

    It has been tested using a TI TMP401 sample attached to a i2c-tiny-usb adapter.
    Which was provided by Till Harbaum, many thanks to him for this!

    Signed-off-by: Hans de Goede
    Signed-off-by: Jean Delvare

    Hans de Goede