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 0/11] i2c and hwmon updates
Date: Mon, 09 Jan 2006 21:36:02 +0000	[thread overview]
Message-ID: <20060109223602.706e100f.khali@linux-fr.org> (raw)

Hi Greg,

Here comes an 11-piece i2c and hwmon update patchset. The more important
change (in volume) is the new f71805f hardware monitoring driver, then
comes the pc87360 driver those sysfs file creation was batched, and the
rest is composed of small cleanups here and there. The first 3 patches
of this set are meant for Linux 2.6.16, and should be sent to Linus
ASAP. I've marked them specifically (*) in the summary below. The rest
should spend some times in -mm for now.

Here's the summary:

Eric Sesterhenn:
 o i2c-algo-sibyte: Use module_param

Jean Delvare:
 o lm77: Fix negative temperature readings (*)
 o i2c: Resurrect i2c_smbus_write_i2c_block_data (*)
 o w83792d: Inline register access functions
 o f71805f: New driver
 o f71805f: Use attribute arrays
 o f71805f: Add documentation

Jim Cromie;
 o hwmon: Allow sensor attributes arrays
 o pc87360: Use attribute arrays

Rudolf Marek:
 o i2c-sis96x: Rename documentation file (*)

Tobias Klauser:
 o i2c: Use ARRAY_SIZE macro

Statistics:

 Documentation/hwmon/f71805f            |  105 ++++
 Documentation/hwmon/sysfs-interface    |   18 +
 Documentation/i2c/busses/i2c-sis69x    |   73 ---
 Documentation/i2c/busses/i2c-sis96x    |   73 +++
 MAINTAINERS                            |    6 +
 drivers/hwmon/Kconfig                  |   10 +
 drivers/hwmon/Makefile                 |    1 +
 drivers/hwmon/f71805f.c                |  896 ++++++++++++++++++++++++++++++++
 drivers/hwmon/lm77.c                   |    8 
 drivers/hwmon/pc87360.c                |  410 +++++++--------
 drivers/hwmon/w83792d.c                |   31 -
 drivers/i2c/algos/i2c-algo-sibyte.c    |    2 
 drivers/i2c/busses/i2c-parport-light.c |    9 -
 drivers/i2c/busses/i2c-parport.c       |    7 -
 drivers/i2c/busses/i2c-pxa.c           |    2 
 drivers/i2c/i2c-core.c                 |   15 +
 include/linux/hwmon-sysfs.h            |   12 +
 include/linux/i2c.h                    |    3 +
 18 files changed, 1360 insertions(+), 321 deletions(-)

Thanks,
-- 
Jean Delvare


                 reply	other threads:[~2006-01-09 21:36 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=20060109223602.706e100f.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.