Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753512AbYHAEXW (ORCPT ); Fri, 1 Aug 2008 00:23:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750923AbYHAEXO (ORCPT ); Fri, 1 Aug 2008 00:23:14 -0400 Received: from emerald.lightlink.com ([64.57.176.19]:9117 "EHLO emerald.lightlink.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750812AbYHAEXO (ORCPT ); Fri, 1 Aug 2008 00:23:14 -0400 X-Greylist: delayed 509 seconds by postgrey-1.27 at vger.kernel.org; Fri, 01 Aug 2008 00:23:13 EDT Date: Fri, 1 Aug 2008 00:10:27 -0400 From: "Mark M. Hoffman" To: Linus Torvalds , Andrew Morton , LKML , lm-sensors Subject: [GIT PATCH] hwmon updates against v2.6.26 Message-ID: <20080801041026.GI3375@mars.solarsys.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1779 Lines: 53 Hi Linus: Please pull from: git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release You'll get what few patches I've managed to look at in the last few months, including a patch to MAINTAINERS which makes it official. I'm sorry I was not able to keep up - I should have admitted defeat much sooner. To all lm-sensors/hwmon developers: please resend/CC patches to Andrew. Thanks & regards, Documentation/hwmon/dme1737 | 4 Documentation/hwmon/lm85 | 11 MAINTAINERS | 6 drivers/hwmon/Kconfig | 25 + drivers/hwmon/adt7473.c | 16 - drivers/hwmon/dme1737.c | 297 ++++++++++++------- drivers/hwmon/lm75.c | 282 +++++++++++++----- drivers/hwmon/lm85.c | 672 ++++++++++++++++++-------------------------- 8 files changed, 692 insertions(+), 621 deletions(-) David Brownell (2): hwmon: (lm75) cleanup/reorg hwmon: (lm75) add new-style driver binding Jean Delvare (6): hwmon: (adt7473) Remove unused defines hwmon: (lm85) Coding-style cleanups hwmon: (lm85) Drop dead code hwmon: (lm85) Don't write back cached values hwmon: (lm85) Misc cleanups hwmon: (lm85) Simplify device initialization function Juerg Haefliger (3): hwmon: (dme1737) demacrofy for readability hwmon: (dme1737) probe all addresses hwmon: (dme1737) fix voltage scaling Mark M. Hoffman (2): hwmon: (adt7473) clarify an awkward bit of code hwmon: needs new maintainer -- Mark M. Hoffman mhoffman@lightlink.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/