public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org
Subject: [GIT PULL] hwmon updates for 3.11
Date: Mon, 1 Jul 2013 07:09:25 -0700	[thread overview]
Message-ID: <20130701140925.GA30297@roeck-us.net> (raw)

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

Hi Linus,

Please pull hwmon updates for Linux 3.11 from signed tag:

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

Thanks,
Guenter
------

The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:

  Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)

are available in the git repository at:

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

for you to fetch changes up to a50d9a4d9ad3c71341788099d733e4151b8a511b:

  hwmon: (ds1621) Fix temperature rounding operations (2013-06-28 06:43:55 -0700)

----------------------------------------------------------------
New driver to support GMT G762/G763 pwm fan controllers
Add support for DS1631, DS1721, and DS1731 to ds1621 driver
Remove detect function from ds1621 driver as unreliable
Bug fixes in nct6775, iio_hwmon, and adm1021 drivers
Remove redundant platform_set_drvdata in various drivers
Add device tree support to ina2xx driver

----------------------------------------------------------------
Arnaud Ebalard (1):
      Add support for GMT G762/G763 PWM fan controllers

Guenter Roeck (4):
      hwmon: (adm1021) Do not create min sysfs attributes for LM84
      hwmon: (nct6775) Fix temperature alarm attributes
      hwmon: (nct6775) Drop unsupported fan alarm attributes for NCT6775
      hwmon: (ds1621) Fix temperature rounding operations

Robert Coulson (6):
      hwmon: (ds1621) Add ds1721 chip support
      hwmon: (ds1621) Add ds1721 update interval sysfs attribute
      hwmon: (ds1621) Add ds1631 chip support to ds1621 driver and documentation
      hwmon: (ds1621) Remove detect function
      hwmon: (ds1621) Add DS1731 chip support to ds1621 driver
      hwmon: (ds1621) Update documentation

Sachin Kamat (5):
      hwmon: (abituguru3) Remove redundant platform_set_drvdata()
      hwmon: (coretemp) Remove redundant platform_set_drvdata()
      hwmon: (i5k_amb) Remove redundant platform_set_drvdata()
      hwmon: (ntc_thermistor) Remove redundant platform_set_drvdata()
      hwmon: (w83627ehf) Remove redundant platform_set_drvdata()

Sebastian Andrzej Siewior (1):
      hwmon: (iio_hwmon) add alias table

Tang Yuantian (1):
      hwmon: (ina2xx) Add device tree support to pass the shunt resistor

 Documentation/devicetree/bindings/hwmon/g762.txt |   47 +
 Documentation/devicetree/bindings/i2c/ina2xx.txt |   22 +
 Documentation/hwmon/ds1621                       |  144 ++-
 Documentation/hwmon/g762                         |   65 ++
 Documentation/hwmon/ina2xx                       |    4 +-
 drivers/hwmon/Kconfig                            |   21 +-
 drivers/hwmon/Makefile                           |    1 +
 drivers/hwmon/abituguru3.c                       |    1 -
 drivers/hwmon/adm1021.c                          |   32 +-
 drivers/hwmon/coretemp.c                         |    2 -
 drivers/hwmon/ds1621.c                           |  226 ++++-
 drivers/hwmon/g762.c                             | 1149 ++++++++++++++++++++++
 drivers/hwmon/i5k_amb.c                          |    2 -
 drivers/hwmon/iio_hwmon.c                        |    1 +
 drivers/hwmon/ina2xx.c                           |    5 +
 drivers/hwmon/nct6775.c                          |   92 +-
 drivers/hwmon/ntc_thermistor.c                   |    1 -
 drivers/hwmon/w83627ehf.c                        |    2 -
 include/linux/platform_data/g762.h               |   37 +
 19 files changed, 1743 insertions(+), 111 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/g762.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/ina2xx.txt
 create mode 100644 Documentation/hwmon/g762
 create mode 100644 drivers/hwmon/g762.c
 create mode 100644 include/linux/platform_data/g762.h

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

             reply	other threads:[~2013-07-01 14:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-01 14:09 Guenter Roeck [this message]
2013-07-03 16:40 ` [GIT PULL (resend)] hwmon updates for 3.11 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=20130701140925.GA30297@roeck-us.net \
    --to=linux@roeck-us.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox