All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [GIT PULL] hwmon updates for 2.6.27
@ 2008-08-06 20:53 ` Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2008-08-06 20:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LM Sensors, LKML, Andrew Morton

Hi Linus,

Please pull hwmon subsystem updates for Linux 2.6.27 from:

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

In the absence of a maintainer for the hwmon subsystem, I have gathered
a number of patches which have been posted to the lm-sensors mailing
list over the past few months and reviewed publicly. This will ensure
that these patches, which I consider ready for upstream, aren't lost,
so developers can spend their time to something else than resending
these patches over and over again. This will also make an hypothetical
future hwmon subsystem maintainer's job easier by limiting the backlog
he or she would have to go through.

There is one new temperature driver (ad7414) and support for a new
device (SMSC SCH5027.) The rest is random driver fixes and improvements
- no core changes.


 Documentation/hwmon/dme1737  |   53 ++++++---
 Documentation/hwmon/it87     |   13 +-
 Documentation/hwmon/w83627hf |    4 -
 Documentation/hwmon/w83791d  |    6 +-
 drivers/hwmon/Kconfig        |   16 ++-
 drivers/hwmon/Makefile       |    1 +
 drivers/hwmon/ad7414.c       |  268 ++++++++++++++++++++++++++++++++++++++
 drivers/hwmon/dme1737.c      |  292 ++++++++++++++++++++++++++----------------
 drivers/hwmon/f71882fg.c     |    6 -
 drivers/hwmon/hwmon-vid.c    |  144 +++++++++++-----------
 drivers/hwmon/it87.c         |   45 +++++--
 drivers/hwmon/thmc50.c       |   28 ++++-
 drivers/hwmon/w83627hf.c     |  101 +++++++++++----
 drivers/hwmon/w83791d.c      |   24 +++-
 14 files changed, 734 insertions(+), 267 deletions(-)
 create mode 100644 drivers/hwmon/ad7414.c

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

Andrew Paprocki (2):
      hwmon: (it87) Support for 16-bit fan reading in it8712 >= rev 0x07
      hwmon: (it87) Support for 16-bit fan reading in it8705 >= rev 0x03

Dominik Geyer (1):
      hwmon: (w83627hf) Add pwm_enable sysfs interface

Frank Myhr (2):
      hwmon: (hwmon-vid) Trivial format multi-line comments per CodingStyle
      hwmon: (hwmon-vid) Add 6-bit vid codes for AMD NPT 0Fh cpus

Grant Coady (1):
      hwmon: (adm9240) Remove EXPERIMENTAL dependency

Jean Delvare (2):
      hwmon: (f71882fg) Delete needless forward declarations
      hwmon: (w83627hf) Drop reset module parameter

Juerg Haefliger (3):
      hwmon: (dme1737) Cleanups
      hwmon: (dme1737) Skip detection if forced
      hwmon: (dme1737) Add support for the SMSC SCH5027

Krzysztof Helt (1):
      hwmon: (thmc50) Add support for critical temperature limits

Marc Hulsman (1):
      hwmon: (w83791d) Use fan divisor bits from vbat register

Sean MacLennan (1):
      hwmon: ad7414 driver


Thanks,
-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

* [GIT PULL] hwmon updates for 2.6.27
@ 2008-08-06 20:53 ` Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2008-08-06 20:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LM Sensors, LKML, Andrew Morton

Hi Linus,

Please pull hwmon subsystem updates for Linux 2.6.27 from:

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

In the absence of a maintainer for the hwmon subsystem, I have gathered
a number of patches which have been posted to the lm-sensors mailing
list over the past few months and reviewed publicly. This will ensure
that these patches, which I consider ready for upstream, aren't lost,
so developers can spend their time to something else than resending
these patches over and over again. This will also make an hypothetical
future hwmon subsystem maintainer's job easier by limiting the backlog
he or she would have to go through.

There is one new temperature driver (ad7414) and support for a new
device (SMSC SCH5027.) The rest is random driver fixes and improvements
- no core changes.


 Documentation/hwmon/dme1737  |   53 ++++++---
 Documentation/hwmon/it87     |   13 +-
 Documentation/hwmon/w83627hf |    4 -
 Documentation/hwmon/w83791d  |    6 +-
 drivers/hwmon/Kconfig        |   16 ++-
 drivers/hwmon/Makefile       |    1 +
 drivers/hwmon/ad7414.c       |  268 ++++++++++++++++++++++++++++++++++++++
 drivers/hwmon/dme1737.c      |  292 ++++++++++++++++++++++++++----------------
 drivers/hwmon/f71882fg.c     |    6 -
 drivers/hwmon/hwmon-vid.c    |  144 +++++++++++-----------
 drivers/hwmon/it87.c         |   45 +++++--
 drivers/hwmon/thmc50.c       |   28 ++++-
 drivers/hwmon/w83627hf.c     |  101 +++++++++++----
 drivers/hwmon/w83791d.c      |   24 +++-
 14 files changed, 734 insertions(+), 267 deletions(-)
 create mode 100644 drivers/hwmon/ad7414.c

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

Andrew Paprocki (2):
      hwmon: (it87) Support for 16-bit fan reading in it8712 >= rev 0x07
      hwmon: (it87) Support for 16-bit fan reading in it8705 >= rev 0x03

Dominik Geyer (1):
      hwmon: (w83627hf) Add pwm_enable sysfs interface

Frank Myhr (2):
      hwmon: (hwmon-vid) Trivial format multi-line comments per CodingStyle
      hwmon: (hwmon-vid) Add 6-bit vid codes for AMD NPT 0Fh cpus

Grant Coady (1):
      hwmon: (adm9240) Remove EXPERIMENTAL dependency

Jean Delvare (2):
      hwmon: (f71882fg) Delete needless forward declarations
      hwmon: (w83627hf) Drop reset module parameter

Juerg Haefliger (3):
      hwmon: (dme1737) Cleanups
      hwmon: (dme1737) Skip detection if forced
      hwmon: (dme1737) Add support for the SMSC SCH5027

Krzysztof Helt (1):
      hwmon: (thmc50) Add support for critical temperature limits

Marc Hulsman (1):
      hwmon: (w83791d) Use fan divisor bits from vbat register

Sean MacLennan (1):
      hwmon: ad7414 driver


Thanks,
-- 
Jean Delvare

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

end of thread, other threads:[~2008-08-06 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-06 20:53 [lm-sensors] [GIT PULL] hwmon updates for 2.6.27 Jean Delvare
2008-08-06 20:53 ` 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.