All of lore.kernel.org
 help / color / mirror / Atom feed
From: khali@linux-fr.org (Jean Delvare)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [PATCH 00/11] i2c and hwmon updates
Date: Sun, 04 Jun 2006 17:45:38 +0000	[thread overview]
Message-ID: <20060604194538.1616ef10.khali@linux-fr.org> (raw)

Hi Greg,

Here comes an 11-piece i2c and hwmon update patchset. We have a new
hardware monitoring driver (abituguru, supporting the Abit uGuru
chip), a new i2c bus driver (i2c-ocore, supporting the OpenCores I2C
controller), fixes to the w83792d driver and documentation updates. All
of this is meant for -mm/2.6.18.

Here's the summary:

Hans de Goede:
 o abituguru: New hardware monitoring driver
 o abituguru: Review fixes
 o abituguru: Fix fan detection

Jean Delvare:
 o i2c: Suggest N for rare devices in Kconfig
 o hwmon: Sysfs interface documentation update, 2 of 2
 o hwmon: Fix a typo in the hdaps driver
 o hwmon: Drop some maintainers entries

Peter Korsgaard:
 o i2c: New bus driver for the OpenCores I2C controller

Rudolf Marek:
 o hwmon: Sysfs interface documentation update, 1 of 2

Yuan Mu:
 o w83792d: Fix setting the PWM value
 o w83792d: Add missing data access locks

Statistics:

 Documentation/hwmon/abituguru           |   59 +
 Documentation/hwmon/abituguru-datasheet |  312 +++++++
 Documentation/hwmon/sysfs-interface     |  222 +++--
 Documentation/i2c/busses/i2c-ocores     |   51 +
 MAINTAINERS                             |   18 -
 drivers/hwmon/Kconfig                   |   12 +
 drivers/hwmon/Makefile                  |    1 +
 drivers/hwmon/abituguru.c               | 1415 +++++++++++++++++++++++++++++++
 drivers/hwmon/hdaps.c                   |    2 
 drivers/hwmon/w83792d.c                 |   86 +-
 drivers/i2c/busses/Kconfig              |   17 +
 drivers/i2c/busses/Makefile             |    1 +
 drivers/i2c/busses/i2c-ocores.c         |  343 ++++++++
 drivers/i2c/chips/Kconfig               |    8 +
 include/linux/i2c-ocores.h              |   19 +
 15 files changed, 2433 insertions(+), 133 deletions(-)

-- 
Jean Delvare


             reply	other threads:[~2006-06-04 17:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-04 17:45 Jean Delvare [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-12-18 15:21 [lm-sensors] [PATCH 00/11] i2c and hwmon updates Jean Delvare

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=20060604194538.1616ef10.khali@linux-fr.org \
    --to=khali@linux-fr.org \
    --cc=lm-sensors@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.