13 Nov, 2008

2 commits

  • New driver to play with. As Jean mentioned a couple of years ago, this
    chip is a beast with odd combinations of 8 fans, 4 temperatures, and 13
    voltage sensors. This driver has been tested on an IntelliStation Z30.

    Signed-off-by: Darrick J. Wong
    Cc: Jean Delvare
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Darrick J. Wong
     
  • This adds a driver to the accelerometer sensor found in several HP
    laptops (under the commercial names of "HP Mobile Data Protection System
    3D" and "HP 3D driveguard"). It tries to have more or less the same
    interfaces as the hdaps and other accelerometer drivers: in sysfs and as
    a joystick.

    This driver was first written by Yan Burman. Eric Piel has updated it
    and slimed it up (including the removal of an interface to access to the
    free-fall feature of the sensor because it is not reliable enough for
    now). Pavel Machek removed few more features and switched locking from
    semaphore to mutex.

    Several people have contributed to the database of the axes.

    [eric.piel@tremplin-utc.net: LIS3LV02D: Conform to the new ACPI API]
    Signed-off-by: Eric Piel
    Signed-off-by: Yan Burman
    Signed-off-by: Pavel Machek
    Cc: "Mark M. Hoffman"
    Signed-off-by: Eric Piel
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Pavel Machek
     

27 Oct, 2008

1 commit


17 Oct, 2008

13 commits


09 Oct, 2008

2 commits


15 Aug, 2008

1 commit


07 Aug, 2008

5 commits

  • The it8705 chip supports 16-bit fan tachometers in revisions at least
    >= 0x03 (Version G). This patch enables 16-bit fan readings on all
    revisions >= 0x03 just like the it8712, it8716, and it8718 chips.

    Signed-off-by: Andrew Paprocki
    Signed-off-by: Jean Delvare

    Andrew Paprocki
     
  • The it8712 chip supports 16-bit fan tachometers in revisions >= 0x07.
    Revisions >= 0x08 dropped support for 8-bit fan divisor registers. The
    patch enables 16-bit fan readings on all revisions >= 0x07 just like
    the it8716 and it8718 chips.

    Signed-off-by: Andrew Paprocki
    Signed-off-by: Jean Delvare

    Andrew Paprocki
     
  • Drop the reset parameter of the w83627hf driver. It seems it wasn't
    that useful. It was dropped from the Linux 2.4 version of this driver
    back in July 2004.

    The only users who have reported that they were still using this
    parameter, needed it to switch the chip from automatic fan speed
    control back to manual mode. Now that the driver creates pwmN_enable
    sysfs files, users will be able to use these files instead, which is
    way less agressive.

    Signed-off-by: Jean Delvare
    Acked-by: Dominik Geyer

    Jean Delvare
     
  • Update w83791d with fan bits in vbat mon register (7.48 of the
    datasheet). This change allows all fans to have a divisor of 128,
    and fixes a problem with incorrectly reported fan speeds.

    Signed-off-by: Marc Hulsman
    Signed-off-by: Jean Delvare

    Marc Hulsman
     
  • Add support for the SCH5027. The differences to the DME1737 are:
    - No support for programmable temp offsets
    - In auto mode, PWM outputs stay on min value if temp goes below low threshold
    and can't be programmed to fully turn off
    - Different voltage scaling
    - No VID input

    Signed-off-by: Juerg Haefliger
    Signed-off-by: Jean Delvare

    Juerg Haefliger
     

01 Aug, 2008

2 commits

  • Drop a lot of useless register defines, conversion macros, data structure
    members and update code. All these register values were read from the
    device but nothing is done out of them, so this is all dead code in
    practice.

    Signed-off-by: Jean Delvare
    Acked-by: Juerg Haefliger
    Signed-off-by: Mark M. Hoffman

    Jean Delvare
     
  • This patch adds a module load parameter to enable probing of
    non-standard LPC addresses 0x162e and 0x164e when scanning for supported
    ISA chips.

    Signed-Off-By: Juerg Haefliger
    Acked-by: Jean Delvare
    Signed-off-by: Mark M. Hoffman

    Juerg Haefliger
     

19 Jun, 2008

1 commit


25 May, 2008

1 commit


13 May, 2008

1 commit


27 Apr, 2008

1 commit


19 Feb, 2008

1 commit


18 Feb, 2008

1 commit


17 Feb, 2008

1 commit


08 Feb, 2008

7 commits