1. 25 9月, 2010 4 次提交
  2. 17 9月, 2010 7 次提交
  3. 10 9月, 2010 1 次提交
  4. 25 8月, 2010 3 次提交
    • A
      hwmon: (k8temp) Differentiate between AM2 and ASB1 · a05e93f3
      Andreas Herrmann 提交于
      Commit 8bf0223ed515be24de0c671eedaff49e78bebc9c (hwmon, k8temp: Fix
      temperature reporting for ASB1 processor revisions) fixed temperature
      reporting for ASB1 CPUs. But those CPU models (model 0x6b, 0x6f, 0x7f)
      were packaged both as AM2 (desktop) and ASB1 (mobile). Thus the commit
      leads to wrong temperature reporting for AM2 CPU parts.
      
      The solution is to determine the package type for models 0x6b, 0x6f,
      0x7f.
      
      This is done using BrandId from CPUID Fn8000_0001_EBX[15:0]. See
      "Constructing the processor Name String" in "Revision Guide for AMD
      NPT Family 0Fh Processors" (Rev. 3.46).
      
      Cc: Rudolf Marek <r.marek@assembler.cz>
      Cc: stable@kernel.org [.32.x, .33.x, .34.x, .35.x]
      Reported-by: NVladislav Guberinic <neosisani@gmail.com>
      Signed-off-by: NAndreas Herrmann <andreas.herrmann3@amd.com>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      a05e93f3
    • A
      hwmon: (ads7871) Fix ads7871_probe error paths · c12c507d
      Axel Lin 提交于
      1. remove 'status' variable
      2. remove unneeded initialization of 'err' variable
      3. return missing error code if sysfs_create_group fail.
      4. fix the init sequence as:
         - check hardware existence
         - kzalloc for ads7871_data
         - sysfs_create_group
         - hwmon_device_register
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Cc: stable@kernel.org
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      c12c507d
    • J
      hwmon: (coretemp) Fix harmless build warning · 45ff34d3
      Jean Delvare 提交于
      Fix the following build warning:
      
        CC [M]  drivers/hwmon/coretemp.o
      drivers/hwmon/coretemp.c: In function "coretemp_init":
      drivers/hwmon/coretemp.c:521: warning: unused variable "n"
      drivers/hwmon/coretemp.c:521: warning: unused variable "p"
      
      Introduced by commit 851b29cb. When
      you drop code, you also have to drop the variables this code was
      using.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Chen Gong <gong.chen@linux.intel.com>
      Cc: Rudolf Marek <r.marek@assembler.cz>
      Cc: Huaxu Wan <huaxu.wan@intel.com>
      45ff34d3
  5. 21 8月, 2010 1 次提交
    • A
      revert "hwmon: f71882fg: add support for the Fintek F71808E" · f2e41e91
      Andrew Morton 提交于
      Revert commit 7721fea3 ("hwmon:
      f71882fg: add support for the Fintek F71808E").
      
      Hans said:
      
      : A second review after I've received a data sheet for this device from
      : Fintek has turned up a few bugs.
      :
      : Unfortunately Giel (nor I) have time to fix this in time for the 2.6.36
      : cycle.  Therefor I would like to see this patch reverted as not having any
      : support for the hwmon function of this superio chip is better then having
      : unreliable support.
      
      Cc: Giel van Schijndel <me@mortis.eu>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Jonathan Cameron <jic23@cam.ac.uk>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      f2e41e91
  6. 15 8月, 2010 18 次提交
  7. 12 8月, 2010 1 次提交
  8. 11 8月, 2010 1 次提交
  9. 10 8月, 2010 4 次提交