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