linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hwmon updates for 3.3
@ 2012-01-05 17:42 Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2012-01-05 17:42 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

[-- Attachment #1: Type: text/plain, Size: 4407 bytes --]

Hi Linus,

Please pull hwmon subsystem updates for Linux 3.3 from:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus

No new drivers this time, only cleanups, minor fixes, and added support for
new chips to existing drivers.

Most of the patches have been in -next for a while, but there are some cleanups
and minor fixes which I only added in the last couple of days (the patches
submitted by Frans). Some of those may be missing in the -next snapshot you use
as base to determine what to accept and what not (all are in next-20120105,
though). I have no problem taking those out and resubmit later into an -rc
if you prefer. Please let me know.

Thanks,
Guenter

------

The following changes since commit 805a6af8dba5dfdd35ec35dc52ec0122400b2610:

  Linux 3.2 (2012-01-04 15:55:44 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus

Björn Gerhart (1):
      hwmon: (f75375s) Add support for F75387SG/RG

Frans Meulenbroeks (7):
      hwmon: (ltc4261) set data->valid to 0 if error
      hwmon: (lm75) added error handling
      hwmon: (lm75) fix checkpatch warning
      hwmon: replaced strict_str* with kstr*
      hwmon: (lm80) fix checkpatch messages
      hwmon: (lm75) fix checkpatch warnings
      max1111.c: fix checkpatch warning

Guenter Roeck (9):
      hwmon: (pmbus/adm1275) Validate device ID
      hwmon: (pmbus/zl6100) Add support for ZL2005
      hwmon: (pmbus/zl6100) Add support for Ericsson BMR45[0,1] and BMR46[2,3,4]
      hwmon: (pmbus/zl6100) Only instantiate external temperature sensor if enabled
      hwmon: (f75375s) Fix checkpatch errors and warnings
      hwmon: (f75375s) Use standard sysfs attribute names
      hwmon: (f75375s) Fix value range for PWM modes
      hwmon: (f75375s) Initialize pwmX_mode and pwmX_enable if there is no platform data
      hwmon: (f75375s) Disable setting DC fan control mode for F75373

 Documentation/hwmon/pmbus        |    5 +-
 Documentation/hwmon/zl6100       |   15 ++
 drivers/hwmon/Kconfig            |    4 +-
 drivers/hwmon/acpi_power_meter.c |    6 +-
 drivers/hwmon/adcxx.c            |    2 +-
 drivers/hwmon/adm1031.c          |    2 +-
 drivers/hwmon/adm9240.c          |    2 +-
 drivers/hwmon/adt7411.c          |    2 +-
 drivers/hwmon/adt7462.c          |   28 ++--
 drivers/hwmon/adt7470.c          |   26 ++--
 drivers/hwmon/adt7475.c          |   20 ++--
 drivers/hwmon/amc6821.c          |   14 +-
 drivers/hwmon/applesmc.c         |    6 +-
 drivers/hwmon/asc7621.c          |   24 ++--
 drivers/hwmon/ds620.c            |    2 +-
 drivers/hwmon/emc1403.c          |    6 +-
 drivers/hwmon/emc2103.c          |   10 +-
 drivers/hwmon/emc6w201.c         |    6 +-
 drivers/hwmon/f71882fg.c         |   32 ++--
 drivers/hwmon/f75375s.c          |  309 ++++++++++++++++++++++++++++---------
 drivers/hwmon/g760a.c            |    2 +-
 drivers/hwmon/gpio-fan.c         |    6 +-
 drivers/hwmon/ibmaem.c           |    2 +-
 drivers/hwmon/it87.c             |   34 ++--
 drivers/hwmon/jc42.c             |    4 +-
 drivers/hwmon/lm73.c             |    2 +-
 drivers/hwmon/lm75.c             |   25 ++-
 drivers/hwmon/lm75.h             |    5 +-
 drivers/hwmon/lm80.c             |   70 +++++----
 drivers/hwmon/lm90.c             |   10 +-
 drivers/hwmon/lm95241.c          |    8 +-
 drivers/hwmon/lm95245.c          |    8 +-
 drivers/hwmon/ltc4261.c          |    1 +
 drivers/hwmon/max1111.c          |    2 +-
 drivers/hwmon/max16065.c         |    2 +-
 drivers/hwmon/max6639.c          |    8 +-
 drivers/hwmon/max6642.c          |    2 +-
 drivers/hwmon/pc87427.c          |    6 +-
 drivers/hwmon/pmbus/Kconfig      |    9 +-
 drivers/hwmon/pmbus/adm1275.c    |   71 ++++++---
 drivers/hwmon/pmbus/pmbus.c      |    2 -
 drivers/hwmon/pmbus/zl6100.c     |   43 +++++-
 drivers/hwmon/sht15.c            |    2 +-
 drivers/hwmon/tmp102.c           |    2 +-
 drivers/hwmon/tmp401.c           |   10 +-
 drivers/hwmon/w83627ehf.c        |   22 ++--
 drivers/hwmon/w83791d.c          |    8 +-
 drivers/hwmon/w83792d.c          |    2 +-
 drivers/hwmon/w83793.c           |    2 +-
 drivers/hwmon/w83795.c           |   32 ++--
 50 files changed, 588 insertions(+), 335 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] hwmon updates for 3.3
@ 2012-01-25  5:23 Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2012-01-25  5:23 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

[-- Attachment #1: Type: text/plain, Size: 8568 bytes --]

Hi Linus,

Please pull hwmon subsystem updates for Linux 3.3 from:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus

Looks like a lot of changes, but almost all of it is cleanup, plus some
error handling improvements, MAINTAINERS updates, and a couple of
minor bug fixes.

Thanks,
Guenter

------

The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:

  Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus

Axel Lin (2):
      hwmon: convert drivers/hwmon/* to use module_i2c_driver()
      hwmon: convert drivers/hwmon/* to use module_spi_driver()

Frans Meulenbroeks (26):
      hwmon: (lm80) add error handling
      hwmon: (amc6821) fix initialisation
      hwmon: (mc13783-adc) remove space before tab
      hwmon: remove () used with return
      hwmon: use DEFINE_PCI_DEVICE_TABLE
      hwmon: (i5k_amb) fix checkpatch issues
      hwmon: (g760a) fix checkpatch issues
      hwmon: (adm1029) fix checkpatch issues
      hwmon: fix checkpatch issues
      hwmon: (wm831x-hwmon) fix checkpatch issues
      hwmon: (w83l785ts) fix checkpatch issues
      hwmon: (ad7418) fix checkpatch issues
      hwmon: (ad7414) fix checkpatch issues
      hwmon: (ibmaem) fix checkpatch issues
      hwmon: (sht15) fix checkpatch issues
      hwmon: (smm665) fix checkpatch issues
      hwmon: (adt7475) fix checkpatch issues
      hwmon: (asus_atk0110) fix checkpatch issues
      hwmon: (f71882fg) fix checkpatch issues
      hwmon: (lm70) fix checkpatch issues
      hwmon: (adt7411) fix checkpatch issues
      hwmon: (adt7470) fix checkpatch issues
      hwmon: (lm80) fix checkpatch warnings
      hwmon: (lm80) reset device if error occurred
      hwmon: (k8temp) fix checkpatch issues
      hwmon: (lm83) fix checkpatch issues

Guenter Roeck (31):
      hwmon: (pmbus) Replace strict_strtol with kstrtol
      hwmon: (max6650) Fix checkpatch issues
      hwmon: (vt8231) Fix checkpatch issues
      hwmon: (abituguru3) Fix checkpatch issues
      hwmon: (adm1025) Fix checkpatch issues
      hwmon: (adm1025) Limit data range when writing cpu0_vid
      hwmon: (w83781d) Fix checkpatch issues
      hwmon: (max6650) Fix multi-line comments
      hwmon: (f71805f) Fix multi-line comments
      hwmon: (adt7475) Fix multi-line comments
      hwmon: (vt8231) Fix multi-line comments
      hwmon: (ds1621) Fix checkpatch issues
      hwmon: (ds1621) Fix multi-line comments
      hwmon: (f71805f) Fix checkpatch issues
      hwmon: (hwmon) Fix multi-line comments
      hwmon: (hwmon-vid) Fix multi-line comments
      hwmon: (it87) Fix multi-line comments
      hwmon: (asc7621) Fix multi-line comments
      hwmon: (smm665) Fix checkpatch error
      hwmon: (wm831x-hwmon) Fix multi-line comments
      hwmon: (pc87360) Fix multi-line comments
      hwmon: (coretemp) Fix checkpatch error
      hwmon: (jc42) Fix multi-line comments
      hwmon: (ad7414) Fix multi-line comments
      hwmon: (it87) Constify fixed string arrays
      hwmon: (asus_atk0110) Fix multi-line comments
      hwmon: (applesmc) Fix multi-line comments
      hwmon: (wm8350-hwmon) Constify fixed string array
      hwmon: (ltc4245) Fix multi-line comments
      hwmon: (ltc4215) Fix multi-line comments
      MAINTAINERS: Drop maintainer for MAX1668 hwmon driver

Jean Delvare (1):
      hwmon: (f71805f) Fix clamping of temperature limits

Mark Brown (1):
      MAINTAINERS: Add hwmon entries for Wolfson

 MAINTAINERS                      |    8 +-
 drivers/hwmon/abituguru3.c       |   56 +++++---
 drivers/hwmon/ad7314.c           |   12 +--
 drivers/hwmon/ad7414.c           |   21 +--
 drivers/hwmon/ad7418.c           |   25 ++--
 drivers/hwmon/adcxx.c            |   13 +--
 drivers/hwmon/adm1021.c          |   13 +--
 drivers/hwmon/adm1025.c          |   76 ++++++----
 drivers/hwmon/adm1026.c          |   13 +--
 drivers/hwmon/adm1029.c          |   28 +---
 drivers/hwmon/adm1031.c          |   13 +--
 drivers/hwmon/adm9240.c          |   14 +--
 drivers/hwmon/ads1015.c          |   13 +--
 drivers/hwmon/ads7871.c          |   13 +--
 drivers/hwmon/adt7411.c          |   14 +--
 drivers/hwmon/adt7462.c          |   13 +--
 drivers/hwmon/adt7470.c          |   19 +--
 drivers/hwmon/adt7475.c          |  105 ++++++++------
 drivers/hwmon/amc6821.c          |   17 +--
 drivers/hwmon/applesmc.c         |    6 +-
 drivers/hwmon/asb100.c           |   13 +--
 drivers/hwmon/asc7621.c          |    8 +-
 drivers/hwmon/asus_atk0110.c     |   18 ++-
 drivers/hwmon/atxp1.c            |   15 +--
 drivers/hwmon/coretemp.c         |    4 +-
 drivers/hwmon/ds1621.c           |   93 ++++++-------
 drivers/hwmon/ds620.c            |   13 +--
 drivers/hwmon/emc1403.c          |   13 +--
 drivers/hwmon/emc2103.c          |   13 +--
 drivers/hwmon/emc6w201.c         |   12 +--
 drivers/hwmon/f71805f.c          |  211 ++++++++++++++++++++---------
 drivers/hwmon/f71882fg.c         |    4 +-
 drivers/hwmon/f75375s.c          |   13 +--
 drivers/hwmon/fschmd.c           |   13 +--
 drivers/hwmon/g760a.c            |   19 +--
 drivers/hwmon/gl518sm.c          |   13 +--
 drivers/hwmon/gl520sm.c          |   15 +--
 drivers/hwmon/hwmon-vid.c        |   36 +++---
 drivers/hwmon/hwmon.c            |   25 ++--
 drivers/hwmon/i5k_amb.c          |   18 ++-
 drivers/hwmon/ibmaem.c           |    2 +-
 drivers/hwmon/it87.c             |  176 +++++++++++++++---------
 drivers/hwmon/jc42.c             |   19 +--
 drivers/hwmon/k10temp.c          |    2 +-
 drivers/hwmon/k8temp.c           |   17 ++-
 drivers/hwmon/lineage-pem.c      |   13 +--
 drivers/hwmon/lm63.c             |   13 +--
 drivers/hwmon/lm70.c             |   15 +--
 drivers/hwmon/lm73.c             |   15 +--
 drivers/hwmon/lm75.c             |   17 +--
 drivers/hwmon/lm77.c             |   13 +--
 drivers/hwmon/lm80.c             |  171 +++++++++++++++++------
 drivers/hwmon/lm83.c             |   30 ++---
 drivers/hwmon/lm85.c             |   14 +--
 drivers/hwmon/lm87.c             |   13 +--
 drivers/hwmon/lm90.c             |   13 +--
 drivers/hwmon/lm92.c             |   13 +--
 drivers/hwmon/lm93.c             |   13 +--
 drivers/hwmon/lm95241.c          |   13 +--
 drivers/hwmon/lm95245.c          |   13 +--
 drivers/hwmon/ltc4151.c          |   13 +--
 drivers/hwmon/ltc4215.c          |   28 ++---
 drivers/hwmon/ltc4245.c          |   22 +--
 drivers/hwmon/ltc4261.c          |   13 +--
 drivers/hwmon/max1111.c          |   12 +--
 drivers/hwmon/max16065.c         |   13 +--
 drivers/hwmon/max1619.c          |   13 +--
 drivers/hwmon/max1668.c          |   13 +--
 drivers/hwmon/max6639.c          |   13 +--
 drivers/hwmon/max6642.c          |   13 +--
 drivers/hwmon/max6650.c          |  177 ++++++++++++-----------
 drivers/hwmon/mc13783-adc.c      |    2 +-
 drivers/hwmon/pc87360.c          |   73 ++++++----
 drivers/hwmon/pcf8591.c          |    4 +-
 drivers/hwmon/pmbus/adm1275.c    |   12 +--
 drivers/hwmon/pmbus/lm25066.c    |   12 +--
 drivers/hwmon/pmbus/ltc2978.c    |   12 +--
 drivers/hwmon/pmbus/max16064.c   |   12 +--
 drivers/hwmon/pmbus/max34440.c   |   12 +--
 drivers/hwmon/pmbus/max8688.c    |   12 +--
 drivers/hwmon/pmbus/pmbus.c      |   12 +--
 drivers/hwmon/pmbus/pmbus_core.c |    2 +-
 drivers/hwmon/pmbus/ucd9000.c    |   12 +--
 drivers/hwmon/pmbus/ucd9200.c    |   12 +--
 drivers/hwmon/pmbus/zl6100.c     |   12 +--
 drivers/hwmon/sht15.c            |    2 +-
 drivers/hwmon/sht21.c            |   23 +---
 drivers/hwmon/sis5595.c          |    2 +-
 drivers/hwmon/smm665.c           |   22 +--
 drivers/hwmon/smsc47m192.c       |   13 +--
 drivers/hwmon/thmc50.c           |   13 +--
 drivers/hwmon/tmp102.c           |   12 +--
 drivers/hwmon/tmp401.c           |   13 +--
 drivers/hwmon/tmp421.c           |   13 +--
 drivers/hwmon/via686a.c          |    2 +-
 drivers/hwmon/vt8231.c           |  285 ++++++++++++++++++++++++--------------
 drivers/hwmon/w83627hf.c         |    8 +-
 drivers/hwmon/w83781d.c          |  146 ++++++++++++-------
 drivers/hwmon/w83791d.c          |   13 +--
 drivers/hwmon/w83792d.c          |   20 +---
 drivers/hwmon/w83793.c           |   19 +--
 drivers/hwmon/w83795.c           |   13 +--
 drivers/hwmon/w83l785ts.c        |   15 +--
 drivers/hwmon/w83l786ng.c        |   17 +--
 drivers/hwmon/wm831x-hwmon.c     |    8 +-
 drivers/hwmon/wm8350-hwmon.c     |    2 +-
 106 files changed, 1228 insertions(+), 1620 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-25  5:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-05 17:42 [GIT PULL] hwmon updates for 3.3 Guenter Roeck
2012-01-25  5:23 Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).