2007-11-13 13:12:45

by Mark M. Hoffman

[permalink] [raw]
Subject: [GIT PATCH] hwmon updates against v2.6.24-rc2

Hi Linus:

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

You'll get one new driver, a few cleanups, and a few bugfixes. This
takes care of all known regressions; hopefully it's the last you hear
from me before 2.6.24-final.

Note: the f75375s/n2100 patches especially are critical to avoid
possible overheating problems on that platform (yay crappy BIOS).

All of these patches have spent considerable time in -mm.

Thanks & regards,

Documentation/hwmon/sysfs-interface | 31 ++
arch/arm/mach-iop32x/n2100.c | 11
drivers/hwmon/Kconfig | 10
drivers/hwmon/Makefile | 1
drivers/hwmon/abituguru3.c | 56 +++
drivers/hwmon/applesmc.c | 107 ++++++
drivers/hwmon/f75375s.c | 170 ++++++++---
drivers/hwmon/i5k_amb.c | 552 ++++++++++++++++++++++++++++++++++++
drivers/hwmon/ibmpex.c | 48 +--
drivers/hwmon/lm70.c | 11
drivers/hwmon/sis5595.c | 59 ++-
drivers/hwmon/w83627hf.c | 155 +++-------
drivers/hwmon/w83781d.c | 3
include/linux/f75375s.h | 21 +
include/linux/pci_ids.h | 3
15 files changed, 1049 insertions(+), 189 deletions(-)

Adrian Bunk (1):
hwmon: (ibmpex.c) fix NULL dereference

Darrick J. Wong (4):
hwmon: Add power meter spec to Documentation/hwmon/sysfs-interface
hwmon: (i5k_amb) New memory temperature sensor driver
hwmon: (ibmpex) Change printk to dev_{info,err} macros
hwmon: (i5k_amb) Convert macros to C functions

Hans de Goede (2):
hwmon: (abituguru3) Add support for 2 new motherboards
hwmon: (abituguru3) Identify ABit IP35 Pro as such

Ivo Manca (2):
hwmon: (sis5595) Add individual alarm files
hwmon: (sis5595) Split sis5595_attributes_opt

Jean Delvare (1):
hwmon: (w83781d) Add missing curly braces

Jim Cromie (2):
hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-X
hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplify

Matthias Kaehlcke (1):
hwmon: (lm70) Convert semaphore to mutex

Ren? Rebe (1):
hwmon: (applesmc) Add support for Mac Pro 2 x Quad-Core

Riku Voipio (5):
hwmon: (f75375s) fix pwm mode setting
hwmon: (f75375s) Add new style bindings
hwmon: (f75375s) Allow setting up fans with platform_data
hwmon: (f75375s) On n2100 systems, set fans to full speed on boot
hwmon: (f75375s) pwmX_mode sysfs files writable for f75375 variant

--
Mark M. Hoffman
[email protected]


2007-11-13 21:00:43

by Jean Delvare

[permalink] [raw]
Subject: Re: [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24-rc2

Hi Mark,

On Tue, 13 Nov 2007 08:12:10 -0500, Mark M. Hoffman wrote:
> Hi Linus:
>
> Please pull from:
> git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
>
> You'll get one new driver, a few cleanups, and a few bugfixes. This
> takes care of all known regressions; hopefully it's the last you hear
> from me before 2.6.24-final.
>
> Note: the f75375s/n2100 patches especially are critical to avoid
> possible overheating problems on that platform (yay crappy BIOS).
>
> All of these patches have spent considerable time in -mm.

Let me have a doubt, considering that the last public -mm kernel was
released over a month ago (October 12th), which is before your previous
pull request (October 14th). I don't think that any of these patches
has been in even one public -mm tree, so in practice they probably
didn't receive any public testing at all.

Now let's hope that nothing breaks.

--
Jean Delvare

2007-11-14 02:29:28

by Mark M. Hoffman

[permalink] [raw]
Subject: Re: [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24-rc2

Jean:

> On Tue, 13 Nov 2007 08:12:10 -0500, Mark M. Hoffman wrote:
> > Hi Linus:
> >
> > Please pull from:
> > git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
> >
> > You'll get one new driver, a few cleanups, and a few bugfixes. This
> > takes care of all known regressions; hopefully it's the last you hear
> > from me before 2.6.24-final.
> >
> > Note: the f75375s/n2100 patches especially are critical to avoid
> > possible overheating problems on that platform (yay crappy BIOS).
> >
> > All of these patches have spent considerable time in -mm.

* Jean Delvare <[email protected]> [2007-11-13 22:00:30 +0100]:
> Let me have a doubt, considering that the last public -mm kernel was
> released over a month ago (October 12th), which is before your previous
> pull request (October 14th). I don't think that any of these patches
> has been in even one public -mm tree, so in practice they probably
> didn't receive any public testing at all.

Well, zero is a "considerable" number. ;)

Seriously though, my bad. In my (weak) defense, I will point out that
all but a couple of these patches were *available* for -mm on my testing
branch for at least two weeks; Oct 28 was the most recent addition.

> Now let's hope that nothing breaks.

I admit: post-rc2 was later than it should have been for some of this.
But there was no rocket science in any of these. I think we'll be OK.

Regards,

--
Mark M. Hoffman
[email protected]