All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 00/11] i2c and hwmon updates
@ 2005-12-18 15:21 Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2005-12-18 15:21 UTC (permalink / raw)
  To: lm-sensors

Hi Greg,

Here comes an 11-piece i2c and hwmon update patchset. The more important
changes are to the hwmon-vid, w83792d and i2c-mv64xxx drivers, and the
rest is composed of random cleanups here and there; nothing ground
breaking. None of these are meant for Linux 2.6.15. I'd like you to
have them included in the next -mm releases so that they get some
testing, and can then be merged in Linux 2.6.16.

Here's the summary:

Jean Delvare:
 o w83792d: miscellaneous cleanups
 o w83792d: simplify in low bits handling
 o it87: use u8 for vrm
 o i2c: driver ID list cleanups
 o Update i2c_driver.command documentation
 o I2C_DF_NOTIFY removal comment cleanups
 o i2c-nforce2: add nforce4 MCP-04 device ID

Laurent Riffard:
 o Drop empty i2c_driver.command implementations

Mark A. Greer:
 o i2c-mv64xxx: fix transaction abortion

Martin Hicks:
 o i2c-ibm_iic: add I2C_CLASS_HWMON

Rudolf Marek:
 o hwmon-vid: add support for some VIA CPUs

Statistics:

 Documentation/i2c/busses/i2c-nforce2  |    3 +
 Documentation/i2c/writing-clients     |   10 +---
 drivers/hwmon/hwmon-vid.c             |   69 ++++++++++++++++++-----------
 drivers/hwmon/it87.c                  |    4 +-
 drivers/hwmon/w83792d.c               |   79 +++++++++------------------------
 drivers/i2c/busses/i2c-ibm_iic.c      |    1 +
 drivers/i2c/busses/i2c-mv64xxx.c      |   33 ++++++--------
 drivers/i2c/busses/i2c-nforce2.c      |    2 +
 drivers/i2c/i2c-core.c                |    8 ---
 drivers/i2c/i2c-dev.c                 |    7 ---
 drivers/media/video/saa5246a.c        |    7 ---
 drivers/media/video/saa5249.c         |    7 ---
 drivers/video/matrox/matroxfb_maven.c |    5 --
 include/linux/hwmon-vid.h             |    6 +-
 include/linux/i2c-id.h                |   20 --------
 include/linux/pci_ids.h               |    1 +
 16 files changed, 92 insertions(+), 170 deletions(-)

Thanks,
-- 
Jean Delvare


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [lm-sensors] [PATCH 00/11] i2c and hwmon updates
@ 2006-06-04 17:45 Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2006-06-04 17:45 UTC (permalink / raw)
  To: lm-sensors

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-04 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-04 17:45 [lm-sensors] [PATCH 00/11] i2c and hwmon updates Jean Delvare
  -- strict thread matches above, loose matches on Subject: below --
2005-12-18 15:21 Jean Delvare

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.