[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110725215116.161aed47@endymion.delvare>
Date: Mon, 25 Jul 2011 21:51:16 +0200
From: Jean Delvare <khali@...ux-fr.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LM Sensors <lm-sensors@...sensors.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] hwmon updates for Linux 3.1
Hi Linus,
Please pull hwmon subsystem updates for Linux 3.1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git hwmon-for-linus
We have support for one new device (SMSC SCH5636), and minor
improvements and cleanups to a few drivers.
Documentation/hwmon/it87 | 3 +-
Documentation/hwmon/lm78 | 3 +-
Documentation/hwmon/sch5636 | 31 +++
MAINTAINERS | 7 +
drivers/hwmon/Kconfig | 21 ++
drivers/hwmon/Makefile | 2 +
drivers/hwmon/hwmon-vid.c | 42 +++-
drivers/hwmon/it87.c | 29 +++
drivers/hwmon/lm78.c | 305 +++++++++++++----------
drivers/hwmon/max1111.c | 27 +--
drivers/hwmon/sch5627.c | 334 ++-----------------------
drivers/hwmon/sch5636.c | 539 ++++++++++++++++++++++++++++++++++++++++
drivers/hwmon/sch56xx-common.c | 340 +++++++++++++++++++++++++
drivers/hwmon/sch56xx-common.h | 24 ++
drivers/hwmon/sht15.c | 2 +-
drivers/hwmon/via-cputemp.c | 44 +++-
16 files changed, 1285 insertions(+), 468 deletions(-)
create mode 100644 Documentation/hwmon/sch5636
create mode 100644 drivers/hwmon/sch5636.c
create mode 100644 drivers/hwmon/sch56xx-common.c
create mode 100644 drivers/hwmon/sch56xx-common.h
---------------
Hans de Goede (2):
hwmon: (sch5627) Factor out some code shared with sch5636 driver
hwmon: New driver sch5636
Jean Delvare (7):
hwmon-vid: Add support for VIA family 6 model D CPU
hwmon: (via-cputemp) Add VID reporting support
hwmon: (it87) Add chassis intrusion detection support
hwmon: (max1111) Avoid extra memory allocations
hwmon: (lm78) Avoid forward declarations
hwmon: (lm78) Make ISA interface depend on CONFIG_ISA
hwmon: (lm78) Become the maintainer
Vivien Didelot (1):
hwmon: (sht15) Correct a comment mistake
Thanks,
--
Jean Delvare
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists