From: Jean Delvare <khali@linux-fr.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LM Sensors <lm-sensors@lm-sensors.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] hwmon updates for 2.6.34
Date: Fri, 5 Mar 2010 22:38:19 +0100 [thread overview]
Message-ID: <20100305223819.5f86eed3@hyperion.delvare> (raw)
Hi Linus,
Please pull some hwmon subsystem updates for Linux 2.6.34 from:
git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git hwmon-for-linus
We have support for 2 new devices (Andigilog aSC7621 and Analog devices
ADT7411), many improvements to the it87 and lm90 drivers, watchdog
support added to the w83793 driver, and a few other random fixes.
Documentation/feature-removal-schedule.txt | 6 -
Documentation/hwmon/adt7411 | 42 +
Documentation/hwmon/adt7473 | 74 --
Documentation/hwmon/asc7621 | 296 +++++++
Documentation/hwmon/it87 | 53 +-
Documentation/hwmon/lm90 | 22 +
MAINTAINERS | 14 +
drivers/hwmon/Kconfig | 45 +-
drivers/hwmon/Makefile | 3 +-
drivers/hwmon/adt7411.c | 366 ++++++++
drivers/hwmon/adt7473.c | 1180 --------------------------
drivers/hwmon/asc7621.c | 1255 ++++++++++++++++++++++++++++
drivers/hwmon/fschmd.c | 15 +-
drivers/hwmon/g760a.c | 2 +-
drivers/hwmon/it87.c | 939 +++++++++++++++------
drivers/hwmon/lm90.c | 89 ++-
drivers/hwmon/tmp401.c | 7 +-
drivers/hwmon/tmp421.c | 24 +-
drivers/hwmon/w83793.c | 482 +++++++++++-
19 files changed, 3335 insertions(+), 1579 deletions(-)
create mode 100644 Documentation/hwmon/adt7411
delete mode 100644 Documentation/hwmon/adt7473
create mode 100644 Documentation/hwmon/asc7621
create mode 100644 drivers/hwmon/adt7411.c
delete mode 100644 drivers/hwmon/adt7473.c
create mode 100644 drivers/hwmon/asc7621.c
---------------
Amerigo Wang (1):
hwmon: Remove the deprecated adt7473 driver
George Joseph (1):
hwmon: Driver for Andigilog aSC7621 family monitoring chips
Jean Delvare (18):
hwmon: (lm90) Add support for the Winbond/Nuvoton W83L771AWG/ASG
hwmon: (lm90) Restore configuration on exit
hwmon: (lm90) Add SMBus alert support
hwmon: (it87) Display fan outputs in automatic mode as such
hwmon: (it87) Expose the PWM/temperature mappings
hwmon: (it87) Refactor attributes creation and removal
hwmon: (it87) Create vid attributes by group
hwmon: (it87) Add support for beep on alarm
hwmon: (it87) Fix many checkpatch errors and warnings
hwmon: (it87) Use strict_strtol instead of simple_strtol
hwmon: (it87) Add an entry in MAINTAINERS
hwmon: (it87) Drop dead web links in documentation
hwmon: (it87) Add support for old automatic fan speed control
hwmon: (it87) Validate auto pwm settings
hwmon: (g760a) Make rpm_from_cnt static
hwmon: (tmp421) Restore missing inputs
hwmon: (tmp421) Fix temperature conversions
hwmon: Fix off-by-one kind values
Sven Anders (1):
hwmon: (w83793) Add watchdog functionality
Wolfram Sang (2):
hwmon: Add driver for ADT7411 voltage and temperature sensor
hwmon: (adt7411) Improve locking
Thanks,
--
Jean Delvare
reply other threads:[~2010-03-05 21:38 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=20100305223819.5f86eed3@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
Powered by JetHome