All of lore.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: [lm-sensors] [GIT PULL] hwmon updates for 3.14-rc1
Date: Mon, 20 Jan 2014 16:39:29 +0000	[thread overview]
Message-ID: <20140120163929.GA652@roeck-us.net> (raw)


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

Hi Linus,

Please pull hwmon updates for Linux 3.14-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 3f9aec7610b39521c7c69d754de7265f6994c194:

  hwmon: (coretemp) Fix truncated name of alarm attributes (2014-01-14 09:47:52 -0800)

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 d303b1b5fbb688282bbf72a534b9dfed7af9fe4f:

  hwmon: (k10temp) Add support for Kaveri CPUs (2014-01-14 21:36:54 -0800)

----------------------------------------------------------------
Add support for Kaveri CPUs to k10temp driver. Add support for S12x0 to
coretemp driver.
Cleanup and minor fixes in several drivers. Notable are 'Do not return -EAGAIN
for low temperatures' to coretemp and 'Re-enable logical device mapping for
NCT6791 during resume' to nct6775. Both will be sent to -stable, but only
after some time in mainline.

----------------------------------------------------------------
Anthony Olech (1):
      hwmon: (da9052) Fix adc to voltage calculation

Guenter Roeck (5):
      hwmon: (coretemp) Use PCI host bridge ID to identify CPU if necessary
      hwmon: (coretemp) Add PCI device ID for CE41x0 CPUs
      hwmon: (coretemp) Refine TjMax detection
      hwmon: (coretemp) Do not return -EAGAIN for low temperatures
      hwmon: (nct6775) Re-enable logical device mapping for NCT6791 during resume

Jingoo Han (1):
      hwmon: remove DEFINE_PCI_DEVICE_TABLE macro

Phil Pokorny (1):
      hwmon: (k10temp) Add support for Kaveri CPUs

Sachin Kamat (1):
      hwmon: (s3c) Trivial cleanup in hwmon-s3c.h

Vivien Didelot (2):
      hwmon: (max197) add include guard
      hwmon: (sht15) add include guard

 drivers/hwmon/coretemp.c                |   58 ++++++++++++++++++++++---------
 drivers/hwmon/da9052-hwmon.c            |    4 +--
 drivers/hwmon/fam15h_power.c            |    2 +-
 drivers/hwmon/k10temp.c                 |    3 +-
 drivers/hwmon/k8temp.c                  |    2 +-
 drivers/hwmon/nct6775.c                 |   38 ++++++++++++++------
 drivers/hwmon/sis5595.c                 |    2 +-
 drivers/hwmon/via686a.c                 |    2 +-
 drivers/hwmon/vt8231.c                  |    2 +-
 include/linux/platform_data/hwmon-s3c.h |   10 +++---
 include/linux/platform_data/max197.h    |    5 +++
 include/linux/platform_data/sht15.h     |    5 +++
 12 files changed, 92 insertions(+), 41 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 <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.14-rc1
Date: Mon, 20 Jan 2014 08:39:29 -0800	[thread overview]
Message-ID: <20140120163929.GA652@roeck-us.net> (raw)

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

Hi Linus,

Please pull hwmon updates for Linux 3.14-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 3f9aec7610b39521c7c69d754de7265f6994c194:

  hwmon: (coretemp) Fix truncated name of alarm attributes (2014-01-14 09:47:52 -0800)

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 d303b1b5fbb688282bbf72a534b9dfed7af9fe4f:

  hwmon: (k10temp) Add support for Kaveri CPUs (2014-01-14 21:36:54 -0800)

----------------------------------------------------------------
Add support for Kaveri CPUs to k10temp driver. Add support for S12x0 to
coretemp driver.
Cleanup and minor fixes in several drivers. Notable are 'Do not return -EAGAIN
for low temperatures' to coretemp and 'Re-enable logical device mapping for
NCT6791 during resume' to nct6775. Both will be sent to -stable, but only
after some time in mainline.

----------------------------------------------------------------
Anthony Olech (1):
      hwmon: (da9052) Fix adc to voltage calculation

Guenter Roeck (5):
      hwmon: (coretemp) Use PCI host bridge ID to identify CPU if necessary
      hwmon: (coretemp) Add PCI device ID for CE41x0 CPUs
      hwmon: (coretemp) Refine TjMax detection
      hwmon: (coretemp) Do not return -EAGAIN for low temperatures
      hwmon: (nct6775) Re-enable logical device mapping for NCT6791 during resume

Jingoo Han (1):
      hwmon: remove DEFINE_PCI_DEVICE_TABLE macro

Phil Pokorny (1):
      hwmon: (k10temp) Add support for Kaveri CPUs

Sachin Kamat (1):
      hwmon: (s3c) Trivial cleanup in hwmon-s3c.h

Vivien Didelot (2):
      hwmon: (max197) add include guard
      hwmon: (sht15) add include guard

 drivers/hwmon/coretemp.c                |   58 ++++++++++++++++++++++---------
 drivers/hwmon/da9052-hwmon.c            |    4 +--
 drivers/hwmon/fam15h_power.c            |    2 +-
 drivers/hwmon/k10temp.c                 |    3 +-
 drivers/hwmon/k8temp.c                  |    2 +-
 drivers/hwmon/nct6775.c                 |   38 ++++++++++++++------
 drivers/hwmon/sis5595.c                 |    2 +-
 drivers/hwmon/via686a.c                 |    2 +-
 drivers/hwmon/vt8231.c                  |    2 +-
 include/linux/platform_data/hwmon-s3c.h |   10 +++---
 include/linux/platform_data/max197.h    |    5 +++
 include/linux/platform_data/sht15.h     |    5 +++
 12 files changed, 92 insertions(+), 41 deletions(-)

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

             reply	other threads:[~2014-01-20 16:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-20 16:39 Guenter Roeck [this message]
2014-01-20 16:39 ` [GIT PULL] hwmon updates for 3.14-rc1 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=20140120163929.GA652@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 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.