All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org
Subject: [lm-sensors] [GIT PULL] hwmon updates for 3.3
Date: Thu, 05 Jan 2012 17:42:25 +0000	[thread overview]
Message-ID: <20120105174225.GA9257@ericsson.com> (raw)


[-- Attachment #1.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 #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org
Subject: [GIT PULL] hwmon updates for 3.3
Date: Thu, 5 Jan 2012 09:42:25 -0800	[thread overview]
Message-ID: <20120105174225.GA9257@ericsson.com> (raw)

[-- 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 --]

             reply	other threads:[~2012-01-05 17:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-05 17:42 Guenter Roeck [this message]
2012-01-05 17:42 ` [GIT PULL] hwmon updates for 3.3 Guenter Roeck
2012-01-25  5:23 ` [lm-sensors] " Guenter Roeck
2012-01-25  5:23   ` Guenter Roeck
2012-01-26 21:33   ` [lm-sensors] " Guenter Roeck
2012-01-26 21:33     ` Guenter Roeck
2012-01-27  1:05     ` Linus Torvalds
2012-01-27  1:05       ` Linus Torvalds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120105174225.GA9257@ericsson.com \
    --to=guenter.roeck@ericsson.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.