The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Mark M. Hoffman" <mhoffman@lightlink.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	lm-sensors <lm-sensors@lm-sensors.org>
Subject: [GIT PATCH] hwmon updates against ~v2.6.23-rc1-git8
Date: Tue, 31 Jul 2007 21:08:25 -0400	[thread overview]
Message-ID: <20070801010825.GC3747@jupiter.solarsys.private> (raw)

Hi Linus:

Please pull from:
	git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release

You'll get a handful of cleanups and bugfixes (including a couple that fix
regressions since 2.6.22).  The Macbook gets some additional sensors, and
there's also one brand new driver, which has spent some time in the latest -mm.

This patch series was also posted to the lm-sensors list yesterday:
http://lists.lm-sensors.org/pipermail/lm-sensors/2007-July/020730.html

Thanks & regards,

 Documentation/hwmon/adm1031  |    4 +-
 Documentation/hwmon/thmc50   |   74 +++++++
 drivers/hwmon/Kconfig        |   10 +
 drivers/hwmon/Makefile       |    1 +
 drivers/hwmon/abituguru3.c   |    5 +-
 drivers/hwmon/ams/ams-core.c |    1 -
 drivers/hwmon/applesmc.c     |   14 +-
 drivers/hwmon/dme1737.c      |    2 +-
 drivers/hwmon/fscher.c       |    4 +-
 drivers/hwmon/it87.c         |    2 +-
 drivers/hwmon/lm78.c         |    2 +-
 drivers/hwmon/lm90.c         |    2 +-
 drivers/hwmon/lm93.c         |    2 +-
 drivers/hwmon/pc87360.c      |    2 +-
 drivers/hwmon/sis5595.c      |    2 +-
 drivers/hwmon/smsc47m1.c     |    2 +-
 drivers/hwmon/thmc50.c       |  440 ++++++++++++++++++++++++++++++++++++++++++
 drivers/hwmon/via686a.c      |    2 +-
 drivers/hwmon/vt8231.c       |    4 +-
 drivers/hwmon/w83627hf.c     |    2 +-
 20 files changed, 554 insertions(+), 23 deletions(-)
 create mode 100644 Documentation/hwmon/thmc50
 create mode 100644 drivers/hwmon/thmc50.c

Adrian Bunk (1):
      hwmon: make abituguru3_read_increment_offset() static

Guillaume Chazarain (1):
      hwmon: Fix regression caused by typo in lm90.c

Hans de Goede (3):
      hwmon: fix lm78 detection regression
      hwmon: fscher control update bugfix
      hwmon: fscher read control bugfix

Hans-Jürgen Koch (1):
      hwmon: fix array overruns in lm93.c

Jean Delvare (2):
      hwmon: Add missing __devexit tags in various drivers
      hwmon: (adm1031) Fix broken links in documentation

Jesper Juhl (1):
      hwmon: clean up duplicate includes

Juerg Haefliger (1):
      hwmon: fix dme1737 temp fault attribute

Krzysztof Helt (1):
      hwmon: add support for THMC50 and ADM1022

Martin Szulecki (1):
      hwmon: (applesmc) add temperature sensors set for Macbook

-- 
Mark M. Hoffman
mhoffman@lightlink.com


                 reply	other threads:[~2007-08-01  1:12 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=20070801010825.GC3747@jupiter.solarsys.private \
    --to=mhoffman@lightlink.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox