public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	LM Sensors <lm-sensors@lm-sensors.org>
Subject: [GIT PULL] hwmon updates for 2.6.33, round 2
Date: Wed, 16 Dec 2009 21:47:21 +0100	[thread overview]
Message-ID: <20091216214721.3a8a75d6@hyperion.delvare> (raw)

Hi Linus,

Please pull some hwmon subsystem updates for Linux 2.6.33 from:

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

We have 2 new drivers for integrated CPU sensors, one for the AMD
family 10h and 11h, and one for the VIA C7 and Nano. Plus random driver
fixes.

 Documentation/hwmon/k10temp |   60 +++++++
 drivers/hwmon/Kconfig       |   20 +++
 drivers/hwmon/Makefile      |    2 +
 drivers/hwmon/k10temp.c     |  197 ++++++++++++++++++++++++
 drivers/hwmon/sht15.c       |    6 +-
 drivers/hwmon/smsc47m1.c    |  153 +++++++++++++++---
 drivers/hwmon/via-cputemp.c |  356 +++++++++++++++++++++++++++++++++++++++++++
 drivers/hwmon/w83627hf.c    |    2 +-
 8 files changed, 766 insertions(+), 30 deletions(-)
 create mode 100644 Documentation/hwmon/k10temp
 create mode 100644 drivers/hwmon/k10temp.c
 create mode 100644 drivers/hwmon/via-cputemp.c

---------------

Christian Schulte (1):
      hwmon: (w83627hf) Fix for "No such device"

Clemens Ladisch (1):
      hwmon: New driver for AMD Family 10h/11h CPUs

Harald Welte (1):
      hwmon: Add driver for VIA CPU core temperature

Jean Delvare (3):
      hwmon: (smsc47m1) Only request I/O ports we really use
      hwmon: (smsc47m1) Fail module loading on error
      hwmon: (smsc47m1) Enable device if needed

Jonathan Cameron (1):
      hwmon: (sht15) Off-by-one error in array index + incorrect constants

Thanks,
-- 
Jean Delvare

                 reply	other threads:[~2009-12-16 20:47 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=20091216214721.3a8a75d6@hyperion.delvare \
    --to=khali@linux-fr.org \
    --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