04 Aug, 2014

1 commit

  • For TI power management chip TPS40422, READ_TEMPERATURE_2 command is supported on
    page 1 of the chip, but the original driver(pmbus.c) only tried to detect this command
    on page 0, this will lead to a result that the temperature sensor in page 1 couldn't
    be detected. This change is to isolate the tps40422 driver from pmbus.c into a solo
    front-end driver.

    Signed-off-by: Zhu Laiwen
    [Guenter Roeck: Dropped unnecessary license text (fixes checkpatch warning)]
    Signed-off-by: Guenter Roeck

    Zhu, Richard \(NSN - CN/Beijing\)
     

20 Mar, 2014

1 commit


06 Mar, 2014

1 commit


03 Feb, 2014

1 commit


19 Oct, 2013

4 commits


14 Oct, 2013

2 commits


12 Aug, 2013

1 commit


08 Apr, 2013

6 commits


15 Mar, 2013

1 commit

  • On LTC2978, only READ_TEMPERATURE is supported. It reports
    the internal junction temperature. This register is unpaged.

    On LTC3880, READ_TEMPERATURE and READ_TEMPERATURE2 are supported.
    READ_TEMPERATURE is paged and reports external temperatures.
    READ_TEMPERATURE2 is unpaged and reports the internal junction
    temperature.

    Signed-off-by: Guenter Roeck
    Cc: stable@vger.kernel.org # 3.2+
    Acked-by: Jean Delvare

    Guenter Roeck
     

14 Mar, 2013

1 commit


04 Mar, 2013

2 commits


07 Feb, 2013

13 commits


26 Jan, 2013

1 commit

  • SENSORS_LIMIT and the generic clamp_val have the same functionality,
    and clamp_val is more efficient.

    This patch reduces text size by 9052 bytes and bss size by 11624 bytes
    for x86_64 builds.

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

    Guenter Roeck
     

15 Oct, 2012

1 commit

  • This config item has not carried much meaning for a while now and is
    almost always enabled by default. As agreed during the Linux kernel
    summit, remove it.

    CC: Guenter Roeck
    CC: Jean Delvare
    Signed-off-by: Kees Cook
    Signed-off-by: Guenter Roeck

    Kees Cook
     

10 Oct, 2012

2 commits


10 Apr, 2012

1 commit

  • Some configurations produce the following compiler warning:

    drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_show_boolean':
    drivers/hwmon/pmbus/pmbus_core.c:752: warning: 'val' may be used uninitialized in this function

    While this is a false positive, it can easily be fixed by overloading the return
    value from pmbus_get_boolean with both val and error return code (val is a
    boolean and thus never negative).

    Signed-off-by: Guenter Roeck
    Reviewed-by: Robert Coulson

    Guenter Roeck
     

19 Mar, 2012

1 commit