13 Jan, 2012

1 commit


15 Dec, 2009

3 commits


10 Dec, 2009

1 commit


22 Sep, 2009

2 commits

  • Occasionally it is helpful to be able to turn a temperature sensor off
    (for example if it's making unwanted electrical noise). This patch
    adds a sysfs node to put any adm1021 compatible device into low power mode.

    Signed-off-by: Michael Abbott
    Cc: Jean Delvare
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Abbott
     
  • The ADM1023 temperature sensor supports higher resolution for its external
    sensor (sensitivity of 1/8 deg C). This patch makes this higher
    resolution available through the appropriate temperature sysfs nodes.

    Curiously, this functionality was available in the 2.4 kernel driver (but
    formatted in a less helpful manner).

    Cc: Jean Delvare
    Signed-off-by: Michael Abbott
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Abbott
     

17 Jul, 2008

1 commit


19 Feb, 2008

1 commit


08 Feb, 2008

1 commit

  • Many I2C hwmon drivers define a driver ID but no other code references
    these, meaning that they are useless. Discard them, along with a few
    IDs which are defined but never used at all.

    Signed-off-by: Jean Delvare
    Signed-off-by: Mark M. Hoffman

    Jean Delvare
     

10 Oct, 2007

5 commits


29 Sep, 2006

1 commit


24 Mar, 2006

1 commit

  • convert drivers/hwmon/*.c semaphore use to mutexes.

    the conversion was generated via scripts, and the result was validated
    automatically via a script as well.

    all affected hwmon drivers were build-tested.

    Signed-off-by: Ingo Molnar
    Signed-off-by: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Ingo Molnar
     

06 Jan, 2006

3 commits


29 Oct, 2005

2 commits


06 Sep, 2005

6 commits


12 Jul, 2005

1 commit

  • Part 2: Move the driver files themselves.

    Note that the patch "adds trailing whitespace", because it does move the
    files as-is, and some files happen to have trailing whitespace.

    From: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare