24 Mar, 2006

3 commits


14 Feb, 2006

1 commit


07 Feb, 2006

3 commits

  • Only scan I2C address 0x2d. This is the default address and no IT87xxF
    chip was ever seen on I2C at a different address. These chips are
    better accessed through their ISA interface anyway.

    This fixes bug #5889, although it doesn't address the whole class
    of problems. We'd need the ability to blacklist arbitrary I2C addresses
    on systems known to contain I2C devices which behave badly when probed.

    Plan the I2C interface for removal as well. If nobody complains within
    a year, it will confirm my impression that the I2C interface isn't
    actually needed by anyone.

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

    Jean Delvare
     
  • 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
     
  • Add some documentation for the new f71805f driver. This is almost the
    same help that was present in lm_sensors, with a few minor layout fixes.

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

    Jean Delvare
     

06 Jan, 2006

1 commit


29 Oct, 2005

6 commits

  • The SMSC LPC47M997 Super-I/O chip seems to be compatible with the
    LPC47M192, so it is supported by the smsc47m1 driver.

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

    Jean Delvare
     
  • Update the I2C addresses for the ADM1032 and ADT7461 chips.
    Also update the links to the Analog Devices web site.

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

    Jean Delvare
     
  • 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
     
  • This patch adds a new ID to the SMSC LPC47B397-NC hardware
    monitoring driver - for a chip that is claimed to be 100%
    compatible otherwise.

    Signed-off-by: Bryan Young (Utilitek Systems, Inc.)
    Signed-off-by: Mark M. Hoffman
    Signed-off-by: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Mark M. Hoffman
     
  • Drop legacy ISA address support from the it87 driver. All supported
    chips are Super-I/O chips, so the device ISA address can be safely read
    from Super-I/O space rather than blindly assumed.

    Two nearby inaccurate documentation statements have been fixed as well:
    * The IT8705F doesn't have an SMBus interface.
    * The SiS950 doesn't have a distinct prefix.

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

    Jean Delvare
     
  • Do not enable the VIA VT82C686A/B integrated sensors by default, as
    disabled sensors usually means that this feature is not used so the
    values won't make any sense. This has been confusing many users in the
    past:

    http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket=1786
    http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket=1811
    http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket=2052

    It is still possible to forcibly enable the sensors by using the
    force_addr module parameter.

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

    Documentation/hwmon/via686a | 17 +++++++++++++++--
    drivers/hwmon/via686a.c | 18 +++++++++++-------
    2 files changed, 26 insertions(+), 9 deletions(-)

    Jean Delvare
     

06 Sep, 2005

2 commits

  • This patch adds documentation entry for W83792D chip.

    Signed-off-by: Rudolf Marek
    Signed-off-by: Greg Kroah-Hartman

    R.Marek@sh.cvut.cz
     
  • Drop the separate client name for the LM78-J chip. This is really
    only a later revision of the LM78, with almost no difference and
    no difference the driver handles in any case.

    This was the only client name that had a dash in it, and special care
    had to be taken in libsensors because of it. As we plan to write a new
    library soon, I'd like to get rid of this exception before we do.

    As a nice side effect, it saves 876 bytes in lm78.ko.

    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