17 Jan, 2012

2 commits

  • Until we get a datasheet for the IT8728F, treat it as fully compatible
    with the IT8721F, as it seems to work reasonably well.

    This closes kernel bug #27262.

    Signed-off-by: Jean Delvare
    Acked-by: Guenter Roeck

    Jean Delvare
     
  • LM96163 is an enhanced version of LM63 with improved PWM resolution. Add chip
    detection code as well as support for improved PWM resolution if the chip is
    configured to use it.

    Signed-off-by: Guenter Roeck
    Tested-by: Thierry Reding
    Signed-off-by: Jean Delvare

    Guenter Roeck
     

06 Jan, 2012

1 commit


17 Nov, 2011

1 commit


04 Nov, 2011

2 commits


25 Oct, 2011

3 commits


31 Jul, 2011

1 commit

  • * 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging: (24 commits)
    hwmon: (lm90) Refactor reading of config2 register
    hwmon: (lm90) Make SA56004 detection more robust
    hwmon: (lm90) Simplify handling of extended local temp register
    hwmon: (pmbus) Add client driver for LM25066, LM5064, and LM5066
    hwmon: (max34440) Add support for peak attributes
    hwmon: (max8688) Add support for peak attributes
    hwmon: (max16064) Add support for peak attributes
    hwmon: (adm1275) Add support for peak attributes
    hwmon: (pmbus) Add support for peak attributes
    hwmon: Add new attributes to sysfs ABI
    hwmon: (pmbus) Strengthen check for status register existence
    hwmon: (pmbus) Add support for virtual pages
    hwmon: (pmbus) Support reading and writing of word registers in device specific code
    hwmon: (pmbus) Increase attribute name size
    hwmon: (pmbus) Add ADP4000, NCP4200 and NCP4208 to list of supported devices
    hwmon: (pmbus) Add support for VID output voltage mode
    hwmon: (pmbus) Move PMBus drivers to drivers/hwmon/pmbus
    hwmon: (coretemp) Add core/pkg threshold support to Coretemp
    hwmon: (lm95241) Add support for LM95231
    hwmon: LM95245 driver
    ...

    Linus Torvalds
     

29 Jul, 2011

1 commit


28 Jul, 2011

5 commits

  • LM95231 is fully compatible to LM95241; only necessary change is to add
    chip detection.

    Signed-off-by: Guenter Roeck
    Acked-by: Jean Delvare

    Guenter Roeck
     
  • A hwmon driver for the National Semiconductor LM95245 dual temperature
    sensors chip.

    Signed-off-by: Alexander Stein
    Signed-off-by: Guenter Roeck

    Alexander Stein
     
  • Add support for Philips SA56004, an LM86 compatible temperature sensor.

    Signed-off-by: Stijn Devriendt
    Signed-off-by: Guenter Roeck

    Stijn Devriendt
     
  • Add support for NTC Thermistor series. In this release, the
    following thermistors are supported: NCP15WB473, NCP18WB473, NCP03WB473,
    and NCP15WL333. This driver is based on the datasheet of MURATA.

    The driver in the patch does conversion from the raw ADC value
    (either voltage or resistence) to temperature. In order to use
    voltage values as input, the circuit schematics should be provided
    with the platform data. A compensation table for each type of thermistor
    is provided for the conversion.

    Signed-off-by: Donggeun Kim
    Signed-off-by: MyungJoo Ham
    Signed-off-by: KyungMin Park
    Reviewed-by: Shubhrajyoti D
    Signed-off-by: Guenter Roeck

    Donggeun Kim
     
  • This patch adds support for MAX1668 and compatible temperature sensors.

    Signed-off-by: David George
    [guenter.roeck@ericsson.com: minor cleanup of probe error path]
    Signed-off-by: Guenter Roeck

    David George
     

26 Jul, 2011

3 commits

  • At least VIA family 6 model D CPU report the VID settings in a MSR,
    so expose the value to user-space. Not sure about model A.

    Signed-off-by: Jean Delvare
    Acked-by: Guenter Roeck
    Tested-by: Jeff Rickman

    Jean Delvare
     
  • This patch adds a new driver for SMSC SCH5636 Super I/O chips.
    The chips include an embedded microcontroller for hardware monitoring
    solutions, allowing motherboard manufacturers to create their own
    custom hwmon solution based upon the SCH5636.

    Currently the sch5636 driver only supports the Fujitsu Theseus SCH5636
    based hwmon solution. The sch5636 driver runs a sanity check on
    loading to ensure it is dealing with a Fujitsu Theseus and not with
    another custom SCH5636 based hwmon solution.

    Signed-off-by: Hans de Goede
    Signed-off-by: Jean Delvare

    Hans de Goede
     
  • This patch adds a new sch56xx-common.ko which contains code which will also
    be used in the new sch5636 driver.

    Signed-off-by: Hans de Goede
    Signed-off-by: Jean Delvare

    Hans de Goede
     

03 Jul, 2011

1 commit

  • The F71869A is almost the same as the F71869F/E, except that it has
    the normal number of temp and pwm zones for a F71882FG derived chip,
    rather then the limited number of the F71869F/E.

    Signed-off-by: Hans de Goede
    Tested-by: Max Baldwin
    Acked-by: Guenter Roeck
    Signed-off-by: Jean Delvare

    Hans de Goede
     

26 May, 2011

7 commits

  • This is a new driver for the SMSC EMC6W201 hardware monitoring device.
    The device is functionally close to the EMC6D100 series, but is
    register-incompatible.

    Signed-off-by: Jean Delvare
    Tested-by: Harry G McGavran Jr
    Tested-by: Jeff Rickman
    Acked-by: Guenter Roeck

    Jean Delvare
     
  • The abituguru drivers are only built on X86, where DMI support is now
    enabled by default. So let these drivers depend on DMI, for the
    following gains:
    * Robustness and safety. Detection of these devices is weak and uses
    non-standard methods, it should really be limited to Abit boards
    unless the user explicitly asks otherwise.
    * Code simplicity. The code is easier to read without ifdefs.
    * Better build testing coverage. Now there's only one way to build the
    drivers, so no risk of build failure on exotic systems.

    Signed-off-by: Jean Delvare
    Acked-by: Guenter Roeck
    Acked-by: Alistair John Strachan
    Acked-by: Hans de Goede

    Jean Delvare
     
  • As discussed earlier, the ACPI power meter driver would better live
    in drivers/hwmon, as its only purpose is to create hwmon-style
    interfaces for ACPI 4.0 power meter devices. Users are more likely to
    look for it there, and less likely to accidentally hide it by
    unselecting its dependencies.

    Signed-off-by: Jean Delvare
    Acked-by: "Darrick J. Wong"
    Acked-by: Guenter Roeck
    Cc: Len Brown

    Jean Delvare
     
  • Signed-off-by: Hans de Goede
    Signed-off-by: Jean Delvare

    Hans de Goede
     
  • The config SENSORS_ASC7621 entry is inside an if HWMON / endif block,
    so it already depends on HWMON.

    Signed-off-by: Jean Delvare
    Acked-by: Guenter Roeck

    Jean Delvare
     
  • This CPU family provides NB register values to gather following
    TDP information

    * ProcessorPwrWatts: Specifies in Watts the maximum amount of power
    the processor can support.
    * CurrPwrWatts: Specifies in Watts the current amount of power being
    consumed by the processor.

    This driver provides

    * power1_crit (ProcessorPwrWatts)
    * power1_input (CurrPwrWatts)

    Signed-off-by: Andreas Herrmann
    Signed-off-by: Jean Delvare

    Andreas Herrmann
     
  • AMDs upcoming CPUs use the same mechanism for the internal
    temperature reporting as the Fam10h CPUs, so we just needed to add
    the appropriate PCI-ID to the list.
    This allows to use the k10temp driver on those CPUs.
    While at it change the Kconfig entry to be more generic.

    Signed-off-by: Andre Przywara
    Acked-by: Clemens Ladisch
    Signed-off-by: Jean Delvare

    Andre Przywara
     

21 May, 2011

1 commit


19 May, 2011

5 commits


29 Apr, 2011

2 commits


26 Mar, 2011

3 commits


23 Mar, 2011

1 commit

  • This driver exposes the sysfs nodes of the TWL4030 MADC module.
    All the voltage channel values are expressed in terms of mV. Channel 13
    and channel 14 are reserved. There are channels which represent
    temperature and current the output is represented by celcius
    and mA respectively.

    Signed-off-by: Keerthy
    Acked-by: Guenter Roeck
    Signed-off-by: Samuel Ortiz

    Keerthy
     

22 Mar, 2011

1 commit