mirror of https://lore.kernel.org/lkml/
 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.13-rc1
Date: Wed, 6 Nov 2013 21:03:24 -0800	[thread overview]
Message-ID: <20131107050324.GA6205@roeck-us.net> (raw)

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

Hi Linus,

Please pull hwmon updates for Linux 3.13-rc1 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 61e6cfa80de5760bbe406f4e815b7739205754d2:

  Linux 3.12-rc5 (2013-10-13 15:41:28 -0700)

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 26336c8a36c0a6a28b9ecf6f1bb8c8f5605d6a21:

  hwmon: (w83793) Clean up a signedness issue (2013-10-19 09:04:25 -0700)

----------------------------------------------------------------
hwmon updates for 3.13-rc1

Introduce new hwmon API functions hwmon_device_register_with_groups and
devm_hwmon_device_register_with_groups, and convert several drivers to use the
new API.
Add support for EMC1404, EMC1424, LTC2977, LTC2978A, LM25063 to exiting drivers
Various cleanups in several drivers

----------------------------------------------------------------
Dan Carpenter (2):
      hwmon: (nct6775) Remove an unused variable
      hwmon: (w83793) Clean up a signedness issue

Fengguang Wu (7):
      hwmon: (nct6775) fix coccinelle warnings
      hwmon: (ds1621) fix coccinelle warnings
      hwmon: (max6642 fix coccinelle warnings
      hwmon: (max6697) fix coccinelle warnings
      hwmon: (lm95234) fix coccinelle warnings
      hwmon: (ltc4261) fix coccinelle warnings
      hwmon: (jc42) fix coccinelle warnings

Guenter Roeck (36):
      hwmon: Remove unnecessary semicolons
      hwmon: (nct6775) Use return value from find_temp_source
      hwmon: (nct6775) Check array index when accessing temp_offset
      hwmon: (mc13783-adc) Increase size of name string
      hwmon: (pmbus) Don't unnecessarily crash the kernel
      hwmon: (adt7462) Use error value returned from find_trange_value()
      hwmon: (gpio_fan) Use error value returned from get_fan_speed_index()
      hwmon: (acpi_power_meter) Don't crash the kernel unnecessarily
      hwmon: (acpi_power_meter) Use return value from acpi_bus_register_driver
      hwmon: (atxp1) Set and use error code from vid_to_reg()
      hwmon: (f75375s) Don't crash the kernel unnecessarily
      hwmon: (f71882fg) Remove extra return statement
      hwmon: Introduce hwmon_device_register_with_groups
      hwmon: (ds1621) Convert to use hwmon_device_register_with_groups
      hwmon: (gpio-fan) Convert to use hwmon_device_register_with_groups
      hwmon: (ltc4245) Convert to use hwmon_device_register_with_groups
      hwmon: (pmbus) Convert to use hwmon_device_register_with_groups
      hwmon: (nct6775) Convert to use hwmon_device_register_with_groups
      hwmon: Provide managed hwmon registration
      hwmon: (nct6775) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (ds1621) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (max6642) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (lm73) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (max6697) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (max16065) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (ina2xx) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (tmp401) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (lm95234) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (ina209) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (ltc4261) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (jc42) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (pmbus/lm25066) Add support for LM25063
      hwmon: (pmbus/ltc2978): Add support for LTC2977
      hwmon: (pmbus/ltc2978): Add support for LTC2978A
      hwmon: (emc1403) Convert to use devm_hwmon_device_register_with_groups
      hwmon: (emc1403) Add support for EMC1404 and EMC1424

LABBE Corentin (1):
      hwmon: Correct some typos

Sachin Kamat (3):
      hwmon: (adcxx) Remove redundant spi_set_drvdata
      hwmon: (lm70) Remove redundant spi_set_drvdata
      hwmon: (gpio-fan) Include linux/of.h header

 Documentation/hwmon/lm25066      |   20 ++++-
 Documentation/hwmon/ltc2978      |   44 +++++----
 drivers/hwmon/abituguru.c        |    6 +-
 drivers/hwmon/abituguru3.c       |    2 +-
 drivers/hwmon/acpi_power_meter.c |   13 ++-
 drivers/hwmon/adcxx.c            |    2 -
 drivers/hwmon/adm1026.c          |    6 +-
 drivers/hwmon/adt7462.c          |    5 +-
 drivers/hwmon/asc7621.c          |   12 +--
 drivers/hwmon/asus_atk0110.c     |    2 +-
 drivers/hwmon/atxp1.c            |    3 +-
 drivers/hwmon/ds1621.c           |   63 ++++---------
 drivers/hwmon/emc1403.c          |  120 +++++++++++++++----------
 drivers/hwmon/f71882fg.c         |    1 -
 drivers/hwmon/f75375s.c          |    4 +-
 drivers/hwmon/gpio-fan.c         |   46 ++++------
 drivers/hwmon/hwmon.c            |  185 ++++++++++++++++++++++++++++++++++----
 drivers/hwmon/ina209.c           |   46 ++++------
 drivers/hwmon/ina2xx.c           |   64 +++++--------
 drivers/hwmon/jc42.c             |   62 +++++--------
 drivers/hwmon/lm70.c             |    2 -
 drivers/hwmon/lm73.c             |   70 +++++----------
 drivers/hwmon/lm95234.c          |  138 ++++++++++------------------
 drivers/hwmon/ltc4245.c          |   78 +++++-----------
 drivers/hwmon/ltc4261.c          |   56 ++++--------
 drivers/hwmon/max16065.c         |  124 +++++++++++--------------
 drivers/hwmon/max6642.c          |   73 +++++----------
 drivers/hwmon/max6650.c          |    2 +-
 drivers/hwmon/max6697.c          |   55 ++++--------
 drivers/hwmon/mc13783-adc.c      |    2 +-
 drivers/hwmon/nct6775.c          |  143 +++++++++--------------------
 drivers/hwmon/pmbus/lm25066.c    |   91 +++++++++++++++++--
 drivers/hwmon/pmbus/ltc2978.c    |   16 +++-
 drivers/hwmon/pmbus/pmbus_core.c |   24 ++---
 drivers/hwmon/tmp401.c           |   92 ++++++-------------
 drivers/hwmon/w83791d.c          |    2 +-
 drivers/hwmon/w83792d.c          |    2 +-
 drivers/hwmon/w83793.c           |    5 +-
 include/linux/hwmon-vid.h        |    2 +-
 include/linux/hwmon.h            |   10 +++
 40 files changed, 805 insertions(+), 888 deletions(-)

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

                 reply	other threads:[~2013-11-07  5:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20131107050324.GA6205@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

all inboxes | Powered by JetHome®