The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Jean Delvare" <khali@linux-fr.org>
To: torvalds@osdl.org
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] hwmon updates for 2.6.20
Date: Wed, 13 Dec 2006 10:05:50 +0100 (CET)	[thread overview]
Message-ID: <nCthjst9.1166000750.6131770.khali@localhost> (raw)


Linus,

Please pull the hwmon subsystem updates for Linux 2.6.20 from:

git://jdelvare.pck.nerim.net/jdelvare-2.6 hwmon-for-linus

There are two new hardware monitoring drivers (for the Winbond W83793 and
the Nat. Semi. PC87427), many improvements to the f71805f driver
(including support for the F71872F/FG and for fan speed control) and a
few fixes in individual drivers.

 Documentation/feature-removal-schedule.txt |    9
 Documentation/hwmon/f71805f                |   56
 Documentation/hwmon/it87                   |   15
 Documentation/hwmon/k8temp                 |    2
 Documentation/hwmon/pc87427                |   38
 Documentation/hwmon/sysfs-interface        |    4
 Documentation/hwmon/w83627ehf              |    2
 Documentation/hwmon/w83791d                |    2
 Documentation/hwmon/w83793                 |  110 +
 MAINTAINERS                                |   15
 drivers/hwmon/Kconfig                      |   56
 drivers/hwmon/Makefile                     |    3
 drivers/hwmon/ams/Makefile                 |    8
 drivers/hwmon/ams/ams-core.c               |  265 +++
 drivers/hwmon/ams/ams-i2c.c                |  299 +++
 drivers/hwmon/ams/ams-input.c              |  160 ++
 drivers/hwmon/ams/ams-pmu.c                |  207 ++
 drivers/hwmon/ams/ams.h                    |   72
 drivers/hwmon/f71805f.c                    |  569 ++++++-
 drivers/hwmon/hdaps.c                      |   68
 drivers/hwmon/hwmon-vid.c                  |    4
 drivers/hwmon/it87.c                       |  202 --
 drivers/hwmon/k8temp.c                     |    4
 drivers/hwmon/pc87360.c                    |    2
 drivers/hwmon/pc87427.c                    |  627 ++++++++
 drivers/hwmon/w83627ehf.c                  |    2
 drivers/hwmon/w83792d.c                    |    2
 drivers/hwmon/w83793.c                     | 1609 +++++++++++++++++++++
 drivers/i2c/busses/i2c-ali1563.c           |    2
 include/linux/i2c-id.h                     |    1
 30 files changed, 4115 insertions(+), 300 deletions(-)
 create mode 100644 Documentation/hwmon/pc87427
 create mode 100644 Documentation/hwmon/w83793
 create mode 100644 drivers/hwmon/ams/Makefile
 create mode 100644 drivers/hwmon/ams/ams-core.c
 create mode 100644 drivers/hwmon/ams/ams-i2c.c
 create mode 100644 drivers/hwmon/ams/ams-input.c
 create mode 100644 drivers/hwmon/ams/ams-pmu.c
 create mode 100644 drivers/hwmon/ams/ams.h
 create mode 100644 drivers/hwmon/pc87427.c
 create mode 100644 drivers/hwmon/w83793.c

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

Jean Delvare:
      hwmon/f71805f: Store the fan control registers
      hwmon/f71805f: Add manual fan speed control
      hwmon/f71805f: Let the user adjust the PWM base frequency
      hwmon/f71805f: Support DC fan speed control mode
      hwmon/f71805f: Add support for "speed mode" fan speed control
      hwmon/f71805f: Document the fan control features
      hwmon/hdaps: Move the DMI detection data to .data
      hwmon/it87: Remove the SMBus interface support
      hwmon: New PC87427 hardware monitoring driver
      hwmon/f71805f: Add support for the Fintek F71872F/FG chip
      hwmon/f71805f: Always create all fan inputs
      hwmon/f71805f: Fix the device address decoding
      hwmon: Update Rudolf Marek's e-mail address

Jim Cromie:
      hwmon/pc87360: Autodetect the VRM version

Rudolf Marek:
      hwmon: New Winbond W83793 hardware monitoring driver
      hwmon/w83793: Add documentation and maintainer

Stelian Pop:
      hwmon: New AMS hardware monitoring driver
      hwmon: Add MAINTAINERS entry for new ams driver

Stephan Berberig:
      hwmon/hdaps: Update the list of supported devices

Thanks,
--
Jean Delvare

                 reply	other threads:[~2006-12-13  9:14 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=nCthjst9.1166000750.6131770.khali@localhost \
    --to=khali@linux-fr.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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