public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] hwmon updates for 2.6.33, round 2
@ 2009-12-16 20:47 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2009-12-16 20:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, LM Sensors

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-16 20:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-16 20:47 [GIT PULL] hwmon updates for 2.6.33, round 2 Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox