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.2
Date: Tue, 25 Oct 2011 20:24:59 +0000	[thread overview]
Message-ID: <20111025202459.GA24858@ericsson.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4749 bytes --]

Hi Linus,

Please pull hwmon subsystem updates for Linux 3.2 from:

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

New chips: EXYNOS4, ADM1276, Intersil DC/DC controllers, LTC3880, Lineage DC/DC controllers,
and AD7314. Plus some cleanup and minor enhancements here and there.

The larger patches have been in -next for at least a month. A couple of minor enhancements
are from 1-2 weeks ago.

Thanks,
Guenter

------

The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96:

  Linux 3.1 (2011-10-24 09:10:05 +0200)

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

Dmitry Artamonow (1):
      hwmon: (w83627ehf) add caseopen detection

Donggeun Kim (1):
      hwmon: Add driver for EXYNOS4 TMU

Guenter Roeck (13):
      hwmon: (pmbus) Add comments explaining internal driver API return values
      hwmon: (pmbus) Don't return errors from driver remove functions
      hwmon: (pmbus/adm1275) Add support for second current limit
      hwmon: (pmbus/adm1275) Add support for ADM1276
      hwmon: (pmbus) Provide more documentation
      hwmon: (pmbus) Replace EINVAL return codes with more appropriate errors
      hwmon: (pmbus) Always call _pmbus_read_byte in core driver
      hwmon: (pmbus) Add support for Intersil power management chips
      hwmon: (pmbus) Add support for TEMP2 peak attributes
      hwmon: (pmbus/ltc2978) Explicit driver for LTC2978
      hwmon: (pmbus/ltc2978) Add support for LTC3880 to LTC2978 driver
      hwmon: (pmbus) Add support for Lineage Power DC-DC converters
      hwmon: (pmbus_core) Simplify sign extensions

Hans de Goede (3):
      hwmon/f71882fg: Make all fan/pwm attr tables 2 dimensional
      hwmon/f71882fg: Add a f71882fg_create_fan_sysfs_files helper function
      hwmon/f71882fg: Make the decision wether to register fan attr. per fan

Jean Delvare (5):
      hwmon: (w83627ehf) Skip reading unused voltage registers
      hwmon: (w83627ehf) Move fan pins check to a separate function
      hwmon: (lm75) Document why clones are not detected
      hwmon: (w83627ehf) Uninline is_word_sized
      hwmon: (w83627ehf) Better fix for negative temperature values

Jonathan Cameron (1):
      hwmon: AD7314 driver (ported from IIO)

Michael Hennerich (1):
      hwmon: (lm75) Add support for Analog Devices ADT75

Yong Zhang (1):
      hwmon: (exynos4_tmu) Remove IRQF_DISABLED

 Documentation/hwmon/ad7314                |   25 ++
 Documentation/hwmon/adm1275               |   40 ++-
 Documentation/hwmon/exynos4_tmu           |   81 +++++
 Documentation/hwmon/lm75                  |   61 ++--
 Documentation/hwmon/ltc2978               |  103 ++++++
 Documentation/hwmon/pmbus                 |   13 +-
 Documentation/hwmon/pmbus-core            |  283 ++++++++++++++++
 Documentation/hwmon/zl6100                |  125 +++++++
 drivers/hwmon/Kconfig                     |   21 ++
 drivers/hwmon/Makefile                    |    2 +
 drivers/hwmon/ad7314.c                    |  186 ++++++++++
 drivers/hwmon/exynos4_tmu.c               |  524 +++++++++++++++++++++++++++++
 drivers/hwmon/f71882fg.c                  |  231 +++++++------
 drivers/hwmon/lm75.c                      |   39 ++-
 drivers/hwmon/pmbus/Kconfig               |   28 ++-
 drivers/hwmon/pmbus/Makefile              |    2 +
 drivers/hwmon/pmbus/adm1275.c             |  159 ++++++++-
 drivers/hwmon/pmbus/lm25066.c             |   17 +-
 drivers/hwmon/pmbus/ltc2978.c             |  408 ++++++++++++++++++++++
 drivers/hwmon/pmbus/max16064.c            |    3 +-
 drivers/hwmon/pmbus/max34440.c            |   13 +-
 drivers/hwmon/pmbus/max8688.c             |    9 +-
 drivers/hwmon/pmbus/pmbus.c               |   10 +-
 drivers/hwmon/pmbus/pmbus.h               |   23 ++-
 drivers/hwmon/pmbus/pmbus_core.c          |   85 +++--
 drivers/hwmon/pmbus/ucd9000.c             |   13 +-
 drivers/hwmon/pmbus/ucd9200.c             |    5 +-
 drivers/hwmon/pmbus/zl6100.c              |  256 ++++++++++++++
 drivers/hwmon/w83627ehf.c                 |  238 +++++++++-----
 include/linux/platform_data/exynos4_tmu.h |   83 +++++
 30 files changed, 2755 insertions(+), 331 deletions(-)
 create mode 100644 Documentation/hwmon/ad7314
 create mode 100644 Documentation/hwmon/exynos4_tmu
 create mode 100644 Documentation/hwmon/ltc2978
 create mode 100644 Documentation/hwmon/pmbus-core
 create mode 100644 Documentation/hwmon/zl6100
 create mode 100644 drivers/hwmon/ad7314.c
 create mode 100644 drivers/hwmon/exynos4_tmu.c
 create mode 100644 drivers/hwmon/pmbus/ltc2978.c
 create mode 100644 drivers/hwmon/pmbus/zl6100.c
 create mode 100644 include/linux/platform_data/exynos4_tmu.h

[-- 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.2
Date: Tue, 25 Oct 2011 13:24:59 -0700	[thread overview]
Message-ID: <20111025202459.GA24858@ericsson.com> (raw)

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

Hi Linus,

Please pull hwmon subsystem updates for Linux 3.2 from:

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

New chips: EXYNOS4, ADM1276, Intersil DC/DC controllers, LTC3880, Lineage DC/DC controllers,
and AD7314. Plus some cleanup and minor enhancements here and there.

The larger patches have been in -next for at least a month. A couple of minor enhancements
are from 1-2 weeks ago.

Thanks,
Guenter

------

The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96:

  Linux 3.1 (2011-10-24 09:10:05 +0200)

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

Dmitry Artamonow (1):
      hwmon: (w83627ehf) add caseopen detection

Donggeun Kim (1):
      hwmon: Add driver for EXYNOS4 TMU

Guenter Roeck (13):
      hwmon: (pmbus) Add comments explaining internal driver API return values
      hwmon: (pmbus) Don't return errors from driver remove functions
      hwmon: (pmbus/adm1275) Add support for second current limit
      hwmon: (pmbus/adm1275) Add support for ADM1276
      hwmon: (pmbus) Provide more documentation
      hwmon: (pmbus) Replace EINVAL return codes with more appropriate errors
      hwmon: (pmbus) Always call _pmbus_read_byte in core driver
      hwmon: (pmbus) Add support for Intersil power management chips
      hwmon: (pmbus) Add support for TEMP2 peak attributes
      hwmon: (pmbus/ltc2978) Explicit driver for LTC2978
      hwmon: (pmbus/ltc2978) Add support for LTC3880 to LTC2978 driver
      hwmon: (pmbus) Add support for Lineage Power DC-DC converters
      hwmon: (pmbus_core) Simplify sign extensions

Hans de Goede (3):
      hwmon/f71882fg: Make all fan/pwm attr tables 2 dimensional
      hwmon/f71882fg: Add a f71882fg_create_fan_sysfs_files helper function
      hwmon/f71882fg: Make the decision wether to register fan attr. per fan

Jean Delvare (5):
      hwmon: (w83627ehf) Skip reading unused voltage registers
      hwmon: (w83627ehf) Move fan pins check to a separate function
      hwmon: (lm75) Document why clones are not detected
      hwmon: (w83627ehf) Uninline is_word_sized
      hwmon: (w83627ehf) Better fix for negative temperature values

Jonathan Cameron (1):
      hwmon: AD7314 driver (ported from IIO)

Michael Hennerich (1):
      hwmon: (lm75) Add support for Analog Devices ADT75

Yong Zhang (1):
      hwmon: (exynos4_tmu) Remove IRQF_DISABLED

 Documentation/hwmon/ad7314                |   25 ++
 Documentation/hwmon/adm1275               |   40 ++-
 Documentation/hwmon/exynos4_tmu           |   81 +++++
 Documentation/hwmon/lm75                  |   61 ++--
 Documentation/hwmon/ltc2978               |  103 ++++++
 Documentation/hwmon/pmbus                 |   13 +-
 Documentation/hwmon/pmbus-core            |  283 ++++++++++++++++
 Documentation/hwmon/zl6100                |  125 +++++++
 drivers/hwmon/Kconfig                     |   21 ++
 drivers/hwmon/Makefile                    |    2 +
 drivers/hwmon/ad7314.c                    |  186 ++++++++++
 drivers/hwmon/exynos4_tmu.c               |  524 +++++++++++++++++++++++++++++
 drivers/hwmon/f71882fg.c                  |  231 +++++++------
 drivers/hwmon/lm75.c                      |   39 ++-
 drivers/hwmon/pmbus/Kconfig               |   28 ++-
 drivers/hwmon/pmbus/Makefile              |    2 +
 drivers/hwmon/pmbus/adm1275.c             |  159 ++++++++-
 drivers/hwmon/pmbus/lm25066.c             |   17 +-
 drivers/hwmon/pmbus/ltc2978.c             |  408 ++++++++++++++++++++++
 drivers/hwmon/pmbus/max16064.c            |    3 +-
 drivers/hwmon/pmbus/max34440.c            |   13 +-
 drivers/hwmon/pmbus/max8688.c             |    9 +-
 drivers/hwmon/pmbus/pmbus.c               |   10 +-
 drivers/hwmon/pmbus/pmbus.h               |   23 ++-
 drivers/hwmon/pmbus/pmbus_core.c          |   85 +++--
 drivers/hwmon/pmbus/ucd9000.c             |   13 +-
 drivers/hwmon/pmbus/ucd9200.c             |    5 +-
 drivers/hwmon/pmbus/zl6100.c              |  256 ++++++++++++++
 drivers/hwmon/w83627ehf.c                 |  238 +++++++++-----
 include/linux/platform_data/exynos4_tmu.h |   83 +++++
 30 files changed, 2755 insertions(+), 331 deletions(-)
 create mode 100644 Documentation/hwmon/ad7314
 create mode 100644 Documentation/hwmon/exynos4_tmu
 create mode 100644 Documentation/hwmon/ltc2978
 create mode 100644 Documentation/hwmon/pmbus-core
 create mode 100644 Documentation/hwmon/zl6100
 create mode 100644 drivers/hwmon/ad7314.c
 create mode 100644 drivers/hwmon/exynos4_tmu.c
 create mode 100644 drivers/hwmon/pmbus/ltc2978.c
 create mode 100644 drivers/hwmon/pmbus/zl6100.c
 create mode 100644 include/linux/platform_data/exynos4_tmu.h

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

             reply	other threads:[~2011-10-25 20:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-25 20:24 Guenter Roeck [this message]
2011-10-25 20:24 ` [GIT PULL] hwmon updates for 3.2 Guenter Roeck
  -- strict thread matches above, loose matches on Subject: below --
2011-11-29  3:20 [lm-sensors] " Guenter Roeck
2011-12-12 19:39 Guenter Roeck

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=20111025202459.GA24858@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.