linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hwmon updates for 3.2
@ 2011-10-25 20:24 Guenter Roeck
  0 siblings, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2011-10-25 20:24 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

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

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

* [GIT PULL] hwmon updates for 3.2
@ 2011-11-29  3:20 Guenter Roeck
  0 siblings, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2011-11-29  3:20 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

[-- Attachment #1: Type: text/plain, Size: 1414 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

No functional changes; cleanup only.

Thanks,
Guenter

------

The following changes since commit caca6a03d365883564885f2c1da3e88dcf65d139:

  Linux 3.2-rc3 (2011-11-23 20:20:28 -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 (1):
      hwmon: convert drivers/hwmon/* to use module_platform_driver()

Lars-Peter Clausen (1):
      hwmon: Remove redundant spi driver bus initialization

 drivers/hwmon/ad7314.c             |    1 -
 drivers/hwmon/ads7871.c            |    1 -
 drivers/hwmon/exynos4_tmu.c        |   12 +-----------
 drivers/hwmon/gpio-fan.c           |   13 +------------
 drivers/hwmon/jz4740-hwmon.c       |   12 +-----------
 drivers/hwmon/ntc_thermistor.c     |   14 +-------------
 drivers/hwmon/s3c-hwmon.c          |   13 +------------
 drivers/hwmon/sch5627.c            |   13 +------------
 drivers/hwmon/sch5636.c            |   13 +------------
 drivers/hwmon/twl4030-madc-hwmon.c |   14 +-------------
 drivers/hwmon/ultra45_env.c        |   13 +------------
 drivers/hwmon/wm831x-hwmon.c       |   12 +-----------
 drivers/hwmon/wm8350-hwmon.c       |   12 +-----------
 13 files changed, 11 insertions(+), 132 deletions(-)

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

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

* [GIT PULL] hwmon updates for 3.2
@ 2011-12-12 19:39 Guenter Roeck
  0 siblings, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2011-12-12 19:39 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

[-- Attachment #1: Type: text/plain, Size: 638 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

Thanks,
Guenter

------

The following changes since commit dc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50:

  Linux 3.2-rc5 (2011-12-09 15:09:32 -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: (jz4740) fix signedness bug
      hwmon: (jz4740) Staticise jz4740_hwmon_driver

 drivers/hwmon/jz4740-hwmon.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

end of thread, other threads:[~2011-12-12 19:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 Guenter Roeck
2011-12-12 19:39 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).