31 Jul, 2007

2 commits


20 Jul, 2007

11 commits


09 May, 2007

1 commit


08 May, 2007

5 commits


15 Feb, 2007

2 commits


19 Jan, 2007

1 commit


13 Dec, 2006

6 commits

  • Documentation for the new w83793 hardware monitoring driver, originally
    provided by Yuan My from Winbond.

    Also add myself as the maintainer of this driver.

    Signed-off-by: Rudolf Marek
    Signed-off-by: Jean Delvare

    Rudolf Marek
     
  • The Silicon Hill club is not what it used to be.

    Signed-off-by: Rudolf Marek
    Signed-off-by: Jean Delvare

    Jean Delvare
     
  • Add support for the Fintek F71872F/FG Super-I/O chip. It is basically the
    same as the Fintek F71805F/FG as far as hardware monitoring is concerned,
    with two additional internal voltages monitored (VSB and battery), and 6
    VID inputs (not yet supported.)

    To make things a bit more confusing, two of the voltage input pins (in4
    and in8) can be used for other functions. The driver reads the pin
    configuration from the Super-I/O configuration space to decide whether
    it must create interface files for these inputs or not.

    Many thanks to Nikolay Derkach for testing the early iterations of this
    code and reporting bugs.

    Signed-off-by: Jean Delvare

    Jean Delvare
     
  • This is a new hardware monitoring driver for the National Semiconductor
    PC87427 Super-I/O chip. It only supports fan speed monitoring for now,
    while the chip can do much more.

    Thanks to Amir Habibi at Candelis for setting up a test system, and to
    Michael Kress for testing several iterations of this driver.

    Signed-off-by: Jean Delvare

    Jean Delvare
     
  • This interface was useless as the LPC ISA-like interface is always
    available, is faster, and is more reliable. This cuts the driver
    size by some 20%.

    This change is also required to later convert the it87 driver to a
    platform driver, so that we can get rid of i2c-isa in a near future.

    Signed-off-by: Jean Delvare

    Jean Delvare
     
  • Document the different fan control methods, list their options, and give
    some hints for best results.

    Signed-off-by: Jean Delvare

    Jean Delvare
     

19 Oct, 2006

4 commits


29 Sep, 2006

8 commits

  • hwmon: Remove Yuan Mu's address

    Yuan Mu no longer works at Winbond.

    I wish to publicly thank Yuan for his help with Winbond hardware
    monitoring chips support during the past 10 months.

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

    Jean Delvare
     
  • vt1211: Document module parameters

    Add a description of the module parameters to the documentation of
    the vt1211 driver.

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

    Juerg Haefliger
     
  • vt1211: Add documentation

    Add documentation for the new vt1211 hardware monitoring driver.

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

    Juerg Haefliger
     
  • w83791d: Documentation update

    The alarm bits and the beep enable bits are in different positions in
    the hardware. Document the problem and leave it to the user-space code
    to handle the situation. When this driver is updated to the standardized
    sysfs alarm/beep methodology, this won't be a problem.

    This is a documentation only change.

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

    Charles Spirakis
     
  • k8temp: Add documentation

    Add promised documentation for the k8temp driver.

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

    Rudolf Marek
     
  • it87: Copyright update

    I think my contributions to the it87 driver over the past two
    years qualify me as a co-author of this driver.

    Also drop old comments of dubious usefulness.

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

    Jean Delvare
     
  • it87: Add support for the IT8718F

    The IT8718F is a Super-I/O chip with integrated hardware monitoring
    functions. It is very similar to the IT8716F, so adding support to the
    it87 driver was pretty straightforward. The most significant difference
    is that the IT8718F has up to 8 VID pins, instead of 6 for the older
    chips.

    For the IT8718F, the VID value can only be read from Super-I/O space.

    Userspace support is already in lm_sensors SVN (to be soon released
    as 2.10.1.)

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

    Jean Delvare
     
  • it87: Add support for the IT8716F

    The IT8716F is a Super-I/O chip with integrated hardware monitoring
    functions. It is very similar to the IT8712F, so adding support to the
    it87 driver was pretty straightforward. The most significant change here
    is that the IT8716F has 16-bit fan speed counters, so the user no more
    needs to tweak the fan clock dividers to get the best readings.

    Userspace support is already in lm_sensors SVN (to be soon released
    as 2.10.1.)

    Thanks to Stian Oksavik, Olivier Nicolas, Prakash Punnoor and
    Juergen Kilb for testing the early versions of this patch.

    Thanks also to ITE for providing datasheets and answering my questions.

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

    Jean Delvare