Re: [GIT PULL] hwmon updates for 2.6.21

2007-02-18 Thread Jean Delvare
Linus,

Please don't forget to pull the hwmon subsystem updates for Linux
2.6.21 from:

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

The merge window is closing soon and I'd like these changes to be in
2.6.21-rc1.

Thanks,
-- 
Jean Delvare
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] hwmon updates for 2.6.21

2007-02-18 Thread Jean Delvare
Linus,

Please don't forget to pull the hwmon subsystem updates for Linux
2.6.21 from:

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

The merge window is closing soon and I'd like these changes to be in
2.6.21-rc1.

Thanks,
-- 
Jean Delvare
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] hwmon updates for 2.6.21

2007-02-14 Thread Jean Delvare
Linus,

Please pull the hwmon subsystem updates for Linux 2.6.21 from:

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

There is one new hardware monitoring driver (adm1029, for the
relatively rare Analog Devices ADM1029 chip), support for one new chip
(Winbond W83627DHG), PWM clock frequency control added to the it87
driver, and individual cleanups and minor fixes to a dozen drivers.

 Documentation/hwmon/it87|   10 +
 Documentation/hwmon/sysfs-interface |   15 +
 Documentation/hwmon/w83627ehf   |   54 +++-
 MAINTAINERS |6 
 drivers/hwmon/Kconfig   |   11 +
 drivers/hwmon/Makefile  |1 
 drivers/hwmon/abituguru.c   |   30 +-
 drivers/hwmon/adm1026.c |1 
 drivers/hwmon/adm1029.c |  508 +++
 drivers/hwmon/f71805f.c |   30 --
 drivers/hwmon/hwmon.c   |2 
 drivers/hwmon/it87.c|   84 --
 drivers/hwmon/lm70.c|2 
 drivers/hwmon/lm78.c|6 
 drivers/hwmon/lm85.c|8 -
 drivers/hwmon/sis5595.c |6 
 drivers/hwmon/via686a.c |5 
 drivers/hwmon/vt1211.c  |   58 ++--
 drivers/hwmon/w83627ehf.c   |   54 +++-
 drivers/hwmon/w83627hf.c|5 
 drivers/hwmon/w83781d.c |   10 -
 21 files changed, 769 insertions(+), 137 deletions(-)
 create mode 100644 drivers/hwmon/adm1029.c

---

Corentin Labbe:
  hwmon: New driver for the Analog Devices ADM1029

David Brownell:
  hwmon: Use subsys_initcall

David Hubbard:
  hwmon/w83627ehf: Add support for the W83627DHG chip

Hans de Goede:
  hwmon/abituguru: Fix unchecked return status

Jean Delvare:
  hwmon/it87: Add PWM base frequency control
  hwmon: Drop unused mutexes in two drivers
  hwmon: Simplify the locking model of two drivers
  hwmon: Cleanup a bogus legacy comment
  hwmon/f71805f: Fix a race condition

Juerg Haefliger:
  hwmon/vt1211: Add probing of alternate config index port

Ralf Baechle:
  hwmon/lm70: Make lm70_remove a __devexit function

Thanks,
-- 
Jean Delvare
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] hwmon updates for 2.6.21

2007-02-14 Thread Jean Delvare
Linus,

Please pull the hwmon subsystem updates for Linux 2.6.21 from:

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

There is one new hardware monitoring driver (adm1029, for the
relatively rare Analog Devices ADM1029 chip), support for one new chip
(Winbond W83627DHG), PWM clock frequency control added to the it87
driver, and individual cleanups and minor fixes to a dozen drivers.

 Documentation/hwmon/it87|   10 +
 Documentation/hwmon/sysfs-interface |   15 +
 Documentation/hwmon/w83627ehf   |   54 +++-
 MAINTAINERS |6 
 drivers/hwmon/Kconfig   |   11 +
 drivers/hwmon/Makefile  |1 
 drivers/hwmon/abituguru.c   |   30 +-
 drivers/hwmon/adm1026.c |1 
 drivers/hwmon/adm1029.c |  508 +++
 drivers/hwmon/f71805f.c |   30 --
 drivers/hwmon/hwmon.c   |2 
 drivers/hwmon/it87.c|   84 --
 drivers/hwmon/lm70.c|2 
 drivers/hwmon/lm78.c|6 
 drivers/hwmon/lm85.c|8 -
 drivers/hwmon/sis5595.c |6 
 drivers/hwmon/via686a.c |5 
 drivers/hwmon/vt1211.c  |   58 ++--
 drivers/hwmon/w83627ehf.c   |   54 +++-
 drivers/hwmon/w83627hf.c|5 
 drivers/hwmon/w83781d.c |   10 -
 21 files changed, 769 insertions(+), 137 deletions(-)
 create mode 100644 drivers/hwmon/adm1029.c

---

Corentin Labbe:
  hwmon: New driver for the Analog Devices ADM1029

David Brownell:
  hwmon: Use subsys_initcall

David Hubbard:
  hwmon/w83627ehf: Add support for the W83627DHG chip

Hans de Goede:
  hwmon/abituguru: Fix unchecked return status

Jean Delvare:
  hwmon/it87: Add PWM base frequency control
  hwmon: Drop unused mutexes in two drivers
  hwmon: Simplify the locking model of two drivers
  hwmon: Cleanup a bogus legacy comment
  hwmon/f71805f: Fix a race condition

Juerg Haefliger:
  hwmon/vt1211: Add probing of alternate config index port

Ralf Baechle:
  hwmon/lm70: Make lm70_remove a __devexit function

Thanks,
-- 
Jean Delvare
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/