17 Jan, 2012

1 commit


29 Jul, 2011

1 commit

  • Add the following attributes to the sysfs ABI.

    in[0-*]_average
    in[0-*]_lowest
    in[0-*]_highest
    in[0-*]_reset_history
    in_reset_history

    curr[1-*]_average
    curr[1-*]_lowest
    curr[1-*]_highest
    curr[1-*]_reset_history
    curr_reset_history

    Signed-off-by: Guenter Roeck
    Reviewed-by: Robert Coulson

    Guenter Roeck
     

31 Mar, 2011

1 commit


15 Mar, 2011

1 commit


09 Jan, 2011

2 commits


29 Oct, 2010

1 commit


17 Sep, 2010

1 commit


15 Aug, 2010

3 commits


28 May, 2010

1 commit


10 Dec, 2009

1 commit


29 Oct, 2009

1 commit

  • Augment the documentation of the hwmon sysfs API to accomodate ACPI power
    meters and the current desired behavior of power capping hardware drivers.

    Signed-off-by: Darrick J. Wong
    Cc: Zhang Rui
    Cc: Pavel Machek
    Cc: Len Brown
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Darrick J. Wong
     

16 Jun, 2009

1 commit

  • Documentation for the tmp401 driver.

    The documentation describes the tmp401 driver and the supported Texas
    Instruments TMP401 and TMP411 temperature sensor chips.

    Further documentation for new sysfs attributes supported by this
    driver is added to Documentation/hwmon/sysfs-interface.

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

    Andre Prendel
     

01 Jun, 2009

1 commit


31 Mar, 2009

1 commit


09 Oct, 2008

1 commit


19 Jun, 2008

1 commit


08 Nov, 2007

1 commit


10 Oct, 2007

4 commits


20 Jul, 2007

2 commits

  • The documentation of the pwmN_enable interface file is not very clear,
    and has been confusing several driver authors already. Make it clearer.

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

    Jean Delvare
     
  • We have the following naming convention documented in
    Documentation/hwmon/sysfs-interface for fault files:

    in[0-*]_input_fault
    fan[1-*]_input_fault
    temp[1-*]_input_fault

    Some drivers follow this convention (lm63, lm83, lm90, smsc47m192).
    However some drivers omit the "input" part and create files named
    fan1_fault (pc87427) or temp1_fault (dme1737). And the new "generic"
    libsensors follows this second (non-standard) convention, so it fails
    to report fault conditions for drivers which follow the standard.

    We want a single naming scheme, and everyone seems to prefer the
    shorter variant, so let's go for it.

    Signed-off-by: Jean Delvare

    Jean Delvare
     

08 May, 2007

1 commit


15 Feb, 2007

1 commit

  • Let the user select the base PWM frequency when using the it87
    hardware monitoring driver. Different frequencies can give better
    control on some fans.

    Also update the documentation to mention the PWM frequency control
    files, with misc cleanups to the PWM section.

    Signed-off-by: Jean Delvare

    Jean Delvare
     

13 Dec, 2006

1 commit


23 Jun, 2006

4 commits


07 Feb, 2006

1 commit

  • This is my f71805f hardware monitoring driver ported from lm_sensors
    to Linux 2.6. This new driver differs from the other hardware monitoring
    drivers in that it is implemented as a platform driver. This might not
    be optimal yet (we would probably need a generic infrastructure and bus
    type for Super-I/O logical devices) but it is certainly much better than
    the i2c-isa solution.

    Note that this driver requires lm_sensors CVS. I hope to get it
    released as 2.10.0 soon.

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

    Jean Delvare
     

29 Oct, 2005

1 commit

  • Add PEC support to the lm90 driver. Only the ADM1032 chip supports it,
    and in a rather tricky way, which is why this patch comes with
    documentation reinforcements. At least, this demonstrates that the new
    PEC support logic in i2c-core can properly deal with chips with partial
    PEC support.

    As enabling PEC causes a significant performance drop, it can be
    disabled through a sysfs file (unsurprisingly named "pec").

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

    Jean Delvare
     

12 Jul, 2005

1 commit

  • Part 3: Move the drivers documentation, plus two general documentation
    files.

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

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

    Jean Delvare