[GIT PATCH] hwmon updates vs. 2.6.25-rc2

2008-02-21 Thread Mark M. Hoffman
wmon: (adm1026) Properly terminate sysfs groups Mark M. Hoffman (1): hwmon: normal_i2c arrays should be const Riki Oktarianto (1): hwmon: (applesmc) sensors set for MacBook2 Roger Lucas (1): hwmon: (vt8231) Update maintainer email address Rudolf Marek (3): hwmon: (coretemp)

[GIT PATCH] hwmon updates vs. 2.6.25-rc2

2008-02-21 Thread Mark M. Hoffman
: (adm1026) Properly terminate sysfs groups Mark M. Hoffman (1): hwmon: normal_i2c arrays should be const Riki Oktarianto (1): hwmon: (applesmc) sensors set for MacBook2 Roger Lucas (1): hwmon: (vt8231) Update maintainer email address Rudolf Marek (3): hwmon: (coretemp) Add

Re: [lm-sensors] [PATCH v2] adt7473: New driver for Analog Devices ADT7473 sensor chip

2008-02-18 Thread Mark M. Hoffman
), 0 deletions(-) > Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] -- 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: [lm-sensors] [PATCH v2] adt7473: New driver for Analog Devices ADT7473 sensor chip

2008-02-18 Thread Mark M. Hoffman
] --- Documentation/hwmon/adt7473 | 79 +++ drivers/hwmon/Kconfig | 10 drivers/hwmon/Makefile |1 drivers/hwmon/adt7473.c | 1157 +++ 4 files changed, 1247 insertions(+), 0 deletions(-) Applied to hwmon-2.6.git/testing, thanks. -- Mark M

Re: [lm-sensors] [PATCH] adt7473: New driver for Analog Devices ADT7473 sensor chip

2008-02-17 Thread Mark M. Hoffman
s class to 0. > + */ > + if (!(adapter->class & I2C_CLASS_HWMON) && adapter->class) > + return 0; NACK on that comment and associated code: Jean Delvare submitted a patch to NVIDIA over two years ago to fix their bug. Apparently some distr

Re: linux-next: first tree

2008-02-17 Thread Mark M. Hoffman
2.6.git testing This tree gets rebased pretty much whenever Linus adds a new tag. As a rule of thumb, you should merge from Jean Delvare's i2c tree first. The hwmon/testing tree does not usually depend on anything else. Thanks & regards, -- Mark M. Hoffman [EMAIL PROTECTED] -- To u

Re: [PATCH 14/27] hwmon: fix section mismatch in coretemp

2008-02-17 Thread Mark M. Hoffman
o the annotation is OK. > > Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> > Cc: Mark M. Hoffman <[EMAIL PROTECTED]> > --- > drivers/hwmon/coretemp.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/hwmon/coretemp.c b/dri

Re: [PATCH 14/27] hwmon: fix section mismatch in coretemp

2008-02-17 Thread Mark M. Hoffman
Ravnborg [EMAIL PROTECTED] Cc: Mark M. Hoffman [EMAIL PROTECTED] --- drivers/hwmon/coretemp.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c index 3ee60d2..1439432 100644 --- a/drivers/hwmon/coretemp.c +++ b/drivers

Re: linux-next: first tree

2008-02-17 Thread Mark M. Hoffman
first. The hwmon/testing tree does not usually depend on anything else. Thanks regards, -- Mark M. Hoffman [EMAIL PROTECTED] -- 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

Re: [lm-sensors] [PATCH] adt7473: New driver for Analog Devices ADT7473 sensor chip

2008-02-17 Thread Mark M. Hoffman
to encourage such a hack to persist. Please just do the standard check here. + return i2c_probe(adapter, addr_data, adt7473_detect); +} (snip) Thanks regards, -- Mark M. Hoffman [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-13 Thread Mark M. Hoffman
g care. OK, I pulled the first of those into my hwmon testing tree and merged it, since there are trivial conflicts with some of the other patches already there. I'll send it to Linus before -rc2. Andrew: hopefully that makes your life .001% easier. ;) Regards, -- Mark M. Hoffman [EMAIL PROTE

Re: [PATCH] hwmon: (adm1026) Properly terminate sysfs groups (Was: panic about sysfs with adm1026)

2008-02-13 Thread Mark M. Hoffman
c struct attribute *adm1026_attribu > _dev_attr_in9_max.dev_attr.attr, > _dev_attr_in9_min.dev_attr.attr, > _dev_attr_in9_alarm.dev_attr.attr, > + NULL > }; > > static const struct attribute_group adm1026_group_in8_9 = { Applied to hwmon-2.6.git/testing,

Re: [PATCH] hwmon: (adm1026) Properly terminate sysfs groups (Was: panic about sysfs with adm1026)

2008-02-13 Thread Mark M. Hoffman
, sensor_dev_attr_in9_min.dev_attr.attr, sensor_dev_attr_in9_alarm.dev_attr.attr, + NULL }; static const struct attribute_group adm1026_group_in8_9 = { Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 2/5] Provide acpi_check_{mem_}region.

2008-02-13 Thread Mark M. Hoffman
-rc2. Andrew: hopefully that makes your life .001% easier. ;) Regards, -- Mark M. Hoffman [EMAIL PROTECTED] -- 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

[GIT PATCH] hwmon updates against v2.6.24 (~git17)

2008-02-07 Thread Mark M. Hoffman
): hwmon: (adt7470) Replace power-of-two test Sergey Vlasov (1): hwmon: (abituguru3) Add AUX4 fan input for Abit IP35 Pro Steve Hardy (1): hwmon: Add support for Texas Instruments/Burr-Brown ADS7828 -- Mark M. Hoffman [EMAIL PROTECTED] -- To unsubscribe from this list: send the lin

[GIT PATCH] hwmon updates against v2.6.24 (~git17)

2008-02-07 Thread Mark M. Hoffman
) Replace power-of-two test Sergey Vlasov (1): hwmon: (abituguru3) Add AUX4 fan input for Abit IP35 Pro Steve Hardy (1): hwmon: Add support for Texas Instruments/Burr-Brown ADS7828 -- Mark M. Hoffman [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux

Re: [lm-sensors] [PATCH] adt7470: Support per-sensor alarm files

2008-01-27 Thread Mark M. Hoffman
files. > > Signed-off-by: Darrick J. Wong <[EMAIL PROTECTED]> > --- > > drivers/hwmon/adt7470.c | 96 > +-- > 1 files changed, 84 insertions(+), 12 deletions(-) Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffm

Re: [lm-sensors] [PATCH] adt7470: Support per-sensor alarm files

2008-01-27 Thread Mark M. Hoffman
] --- drivers/hwmon/adt7470.c | 96 +-- 1 files changed, 84 insertions(+), 12 deletions(-) Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel

[GIT PATCH] hwmon update against v2.6.24-rc8+

2008-01-22 Thread Mark M. Hoffman
cee2ce9261 The patch above increases the number of PNP port resources we support. Prior to this patch, we ignored some port resources, which masked the it87 problem. Signed-off-by: Bjorn Helgaas <[EMAIL PROTECTED]> Signed-off-by: Mark M. Hoffman <[EMAI

[GIT PATCH] hwmon update against v2.6.24-rc8+

2008-01-22 Thread Mark M. Hoffman
The patch above increases the number of PNP port resources we support. Prior to this patch, we ignored some port resources, which masked the it87 problem. Signed-off-by: Bjorn Helgaas [EMAIL PROTECTED] Signed-off-by: Mark M. Hoffman [EMAIL PROTECTED] diff --git

Re: [PATCH 15/59] drivers/hwmon: Add missing "space"

2007-12-06 Thread Mark M. Hoffman
ex_unlock(>update_lock); > return -EINVAL; > -- > 1.5.3.5.652.gf192c Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] -- 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: [PATCH 15/59] drivers/hwmon: Add missing space

2007-12-06 Thread Mark M. Hoffman
M. Hoffman [EMAIL PROTECTED] -- 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: [lm-sensors] [PATCH 1/1] HWMON: coretemp, suspend fix

2007-12-02 Thread Mark M. Hoffman
> > Also, in other cases it's generally to late to unregister the coretemp device > if the CPU is already dead, so it should be unregistered on CPU_DOWN_PREPARE. > > Signed-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]> (frozen fix) > Cc: Mark M. Hoffman <[EMAIL PROTECTED]&

Re: [lm-sensors] [PATCH 1/1] HWMON: coretemp, suspend fix

2007-12-02 Thread Mark M. Hoffman
fix) Cc: Mark M. Hoffman [EMAIL PROTECTED] Cc: Jiri Slaby [EMAIL PROTECTED] Cc: Andrew Morton [EMAIL PROTECTED] --- drivers/hwmon/coretemp.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Index: linux-2.6/drivers/hwmon/coretemp.c

Re: [lm-sensors] broken suspend [Was: 2.6.24-rc2-mm1]

2007-11-20 Thread Mark M. Hoffman
the end you would have to check that all the CPUs > really did come back up, and unregister the devices for the CPUs that > are still offline. Is it possible to unregister a driver on CPU_DOWN_PREPARE_FROZEN? If so, then the simplest fix would be the patch below (Jiri: feel free to try i

Re: [lm-sensors] broken suspend [Was: 2.6.24-rc2-mm1]

2007-11-20 Thread Mark M. Hoffman
ce9c7b78c839a6304696d90083eac08baad524ce Author: Mark M. Hoffman [EMAIL PROTECTED] Date: Tue Nov 20 07:51:50 2007 -0500 hwmon: (coretemp) fix suspend/resume hang Signed-off-by: Mark M. Hoffman [EMAIL PROTECTED] diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c index 5c82ec7..afe2d31 100644

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

2007-11-13 Thread Mark M. Hoffman
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

[GIT PATCH] hwmon updates against v2.6.24-rc2

2007-11-13 Thread Mark M. Hoffman
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] - To unsubscribe from this list: send the line "unsubscribe linux-kernel&quo

[GIT PATCH] hwmon updates against v2.6.24-rc2

2007-11-13 Thread Mark M. Hoffman
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] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

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

2007-11-13 Thread Mark M. Hoffman
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

Re: [PATCH] sysfs: add filter function to groups

2007-10-31 Thread Mark M. Hoffman
Hi Kay: * Kay Sievers <[EMAIL PROTECTED]> [2007-10-31 03:01:56 +0100]: > On Oct 31, 2007 1:40 AM, Mark M. Hoffman <[EMAIL PROTECTED]> wrote: > > * James Bottomley <[EMAIL PROTECTED]> [2007-10-30 13:25:43 -0500]: > > > On Mon, 2007-10-29 at 18:58 +0100,

Re: [PATCH] sysfs: add filter function to groups

2007-10-31 Thread Mark M. Hoffman
Hi Kay: * Kay Sievers [EMAIL PROTECTED] [2007-10-31 03:01:56 +0100]: On Oct 31, 2007 1:40 AM, Mark M. Hoffman [EMAIL PROTECTED] wrote: * James Bottomley [EMAIL PROTECTED] [2007-10-30 13:25:43 -0500]: On Mon, 2007-10-29 at 18:58 +0100, Stefan Richter wrote: James Bottomley wrote

Re: [PATCH] sysfs: add filter function to groups

2007-10-30 Thread Mark M. Hoffman
struct attribute_group itself. This structure is nothing but a convenience for packaging the arguments to sysfs_create_group and sysfs_remove_group. Those functions should take the contents of that struct as direct arguments. I haven't finished the patch series to implement this, but since

Re: [PATCH] sysfs: add filter function to groups

2007-10-30 Thread Mark M. Hoffman
series to implement this, but since I noticed your patch I thought I'd better speak up now. Here's the first... the idea is to eventually deprecate sysfs_[create|remove]_group() altogether. commit 5b5bc08ae31519b7012d7fc23ff73e0c6474de53 Author: Mark M. Hoffman [EMAIL PROTECTED] Date: Sun Oct 21

Re: [PATCH] i5k_amb: Convert macros to C functions

2007-10-28 Thread Mark M. Hoffman
> 1 files changed, 43 insertions(+), 22 deletions(-) Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: [lm-sensors] hwmon/f75375s.c: buggy if()

2007-10-28 Thread Mark M. Hoffman
> Signed-off-by: Riku Voipio <[EMAIL PROTECTED]> > --- > drivers/hwmon/f75375s.c | 19 ++++--- > 1 files changed, 16 insertions(+), 3 deletions(-) > Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: sen

Re: [lm-sensors] hwmon/f75375s.c: buggy if()

2007-10-28 Thread Mark M. Hoffman
(-) Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - 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

Re: [PATCH] i5k_amb: Convert macros to C functions

2007-10-28 Thread Mark M. Hoffman
changed, 43 insertions(+), 22 deletions(-) Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - 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

Re: [PATCH 0/5] Detect hwmon and i2c bus drivers interfering with ACPI Operation Region resources

2007-10-25 Thread Mark M. Hoffman
t away. This will force people to report. Open the floodgates; I hope I don't drown. Regards, -- Mark M. Hoffman [EMAIL PROTECTED] - 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://vg

Re: [PATCH 0/5] Detect hwmon and i2c bus drivers interfering with ACPI Operation Region resources

2007-10-25 Thread Mark M. Hoffman
. Regards, -- Mark M. Hoffman [EMAIL PROTECTED] - 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: [lm-sensors] hwmon/f75375s.c: buggy if()

2007-10-24 Thread Mark M. Hoffman
_file() to > > change it to read-write where supported. > > Thanks, this was good suggestion. Patch attached. No patch? -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EM

Re: [PATCH] Hardware Monitor LM70: Convert semaphore to mutex

2007-10-24 Thread Mark M. Hoffman
Hi: * Matthias Kaehlcke <[EMAIL PROTECTED]> [2007-10-24 14:59:09 +0200]: > Hardware Monitor LM70: Convert the semaphore lm70->sem to the mutex > API > > Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> Applied to hwmon-2.6.git/testing, thanks. -- Mark

Re: [PATCH] Hardware Monitor LM70: Convert semaphore to mutex

2007-10-24 Thread Mark M. Hoffman
Hi: * Matthias Kaehlcke [EMAIL PROTECTED] [2007-10-24 14:59:09 +0200]: Hardware Monitor LM70: Convert the semaphore lm70-sem to the mutex API Signed-off-by: Matthias Kaehlcke [EMAIL PROTECTED] Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe

Re: [lm-sensors] hwmon/f75375s.c: buggy if()

2007-10-24 Thread Mark M. Hoffman
-write where supported. Thanks, this was good suggestion. Patch attached. No patch? -- Mark M. Hoffman [EMAIL PROTECTED] - 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

Re: [PATCH v2] ibmpex: Change printk to dev_{info,err} macros

2007-10-23 Thread Mark M. Hoffman
f-by: Darrick J. Wong <[EMAIL PROTECTED]> > > --- > > Acked-by: Jean Delvare <[EMAIL PROTECTED]> Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: [PATCH v4] i5k_amb: New memory temperature sensor driver

2007-10-23 Thread Mark M. Hoffman
onfig | 10 + > drivers/hwmon/Makefile |1 > drivers/hwmon/i5k_amb.c | 531 > +++ > include/linux/pci_ids.h |3 > 4 files changed, 545 insertions(+), 0 deletions(-) Applied to hwmon-2.6.git/testing, thanks. -- Mark M.

Re: [PATCH v4] i5k_amb: New memory temperature sensor driver

2007-10-23 Thread Mark M. Hoffman
|1 drivers/hwmon/i5k_amb.c | 531 +++ include/linux/pci_ids.h |3 4 files changed, 545 insertions(+), 0 deletions(-) Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send

Re: [PATCH v2] ibmpex: Change printk to dev_{info,err} macros

2007-10-23 Thread Mark M. Hoffman
-by: Jean Delvare [EMAIL PROTECTED] Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - 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

Re: [2.6 patch] hwmon/ibmpex.c: fix NULL dereference

2007-10-18 Thread Mark M. Hoffman
data = kzalloc(sizeof(*data), GFP_KERNEL); > if (!data) { > printk(KERN_ERR DRVNAME ": Insufficient memory for BMC " > -"interface %d.\n", data->interface); > +"interface.\n"); > return

Re: hwmon/f75375s.c: buggy if()

2007-10-18 Thread Mark M. Hoffman
5763cd743f2aed41dc61a55569fa43cf1f240c Author: Riku Voipio <[EMAIL PROTECTED]> Date: Thu Oct 18 09:29:53 2007 -0400 hwmon: (f75375s) fix pwm mode setting Spotted by the Coverity checker. (Thanks Adrian Bunk) Signed-off-by: Riku Voipio <[EMAIL PROTECTED]> S

Re: [PATCH v3] i5k_amb: New memory temperature sensor driver

2007-10-18 Thread Mark M. Hoffman
PCI_DEVICE_ID_INTEL_82915GM_HB 0x2590 > #define PCI_DEVICE_ID_INTEL_82915GM_IG 0x2592 > +#define PCI_DEVICE_ID_INTEL_5000_ERR 0x25F0 > +#define PCI_DEVICE_ID_INTEL_5000_FBD00x25F5 > +#define PCI_DEVICE_ID_INTEL_5000_FBD10x25F6 > #define PCI_DEVICE_ID_

Re: [PATCH v3] i5k_amb: New memory temperature sensor driver

2007-10-18 Thread Mark M. Hoffman
); + i5k_channel_probe(data-amb_present[2], + PCI_DEVICE_ID_INTEL_5000_FBD1); /* Set up resource regions */ reso = request_mem_region(data-amb_base, data-amb_len, DRVNAME); Thanks regards, -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line

Re: hwmon/f75375s.c: buggy if()

2007-10-18 Thread Mark M. Hoffman
PROTECTED] Signed-off-by: Mark M. Hoffman [EMAIL PROTECTED] diff --git a/drivers/hwmon/f75375s.c b/drivers/hwmon/f75375s.c index 13a0413..59a3470 100644 --- a/drivers/hwmon/f75375s.c +++ b/drivers/hwmon/f75375s.c @@ -323,7 +323,7 @@ static ssize_t set_pwm_mode(struct device *dev, struct

Re: [2.6 patch] hwmon/ibmpex.c: fix NULL dereference

2007-10-18 Thread Mark M. Hoffman
DRVNAME : Insufficient memory for BMC -interface %d.\n, data-interface); +interface.\n); return; } Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line

Re: [lm-sensors] [PATCH v3] hwmon: Add power meter spec to Documentation/hwmon/sysfs-interface

2007-10-16 Thread Mark M. Hoffman
t; > Documentation/hwmon/sysfs-interface | 31 +++ > > 1 files changed, 31 insertions(+), 0 deletions(-) * Jean Delvare <[EMAIL PROTECTED]> [2007-10-15 17:10:29 +0200]: > Looks good, thanks for your patience :) > > Acked-by: Jean Delvare <[EMAIL PROTECT

Re: [lm-sensors] [PATCH v3] hwmon: Add power meter spec to Documentation/hwmon/sysfs-interface

2007-10-16 Thread Mark M. Hoffman
+++ 1 files changed, 31 insertions(+), 0 deletions(-) * Jean Delvare [EMAIL PROTECTED] [2007-10-15 17:10:29 +0200]: Looks good, thanks for your patience :) Acked-by: Jean Delvare [EMAIL PROTECTED] Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED

Re: 2.6.23.1 x86 hardware monitoring bug?

2007-10-14 Thread Mark M. Hoffman
000 > Adapter: ISA adapter > Core 0: +39°C (high = +85°C) > > coretemp-isa-0001 > Adapter: ISA adapter > Core 1: +39°C (high = +85°C) Strange. What does 'ls -lH /sys/class/hwmon/hwmon*/device' say? Regards, -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscri

[GIT PATCH] hwmon updates against v2.6.23

2007-10-14 Thread Mark M. Hoffman
37) Add sch311x support Krzysztof Helt (5): hwmon: adm1021 clean ups hwmon: (thmc50) add individual alarm & fault files hwmon: (thmc50) Fix alarms clearing hwmon: (adm1021) dynamic sysfs callbacks conversion hwmon: (adm1021) individual alarm files Mark M. Hoffman (5):

[GIT PATCH] hwmon updates against v2.6.23

2007-10-14 Thread Mark M. Hoffman
support Krzysztof Helt (5): hwmon: adm1021 clean ups hwmon: (thmc50) add individual alarm fault files hwmon: (thmc50) Fix alarms clearing hwmon: (adm1021) dynamic sysfs callbacks conversion hwmon: (adm1021) individual alarm files Mark M. Hoffman (5): hwmon

Re: 2.6.23.1 x86 hardware monitoring bug?

2007-10-14 Thread Mark M. Hoffman
, -- Mark M. Hoffman [EMAIL PROTECTED] - 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: [PATCH] ibmpex: Release IPMI user if hwmon registration fails

2007-10-11 Thread Mark M. Hoffman
return; > + goto out_user; > } > > /* finally add the new bmc data to the bmc data list */ Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

Re: [PATCH] ibmpex: Release IPMI user if hwmon registration fails

2007-10-11 Thread Mark M. Hoffman
to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - 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

Re: [PATCH v4] IBM power meter driver

2007-10-09 Thread Mark M. Hoffman
+{ > + int i, j; > + > + device_remove_file(data->bmc_device, > +_dev_attr_reset_high_low.dev_attr); > + device_remove_file(data->bmc_device, _dev_attr_name.dev_attr); > + for (i = 0; i < data->num_sensors; i++) > + for (j

Re: [PATCH v4] IBM power meter driver

2007-10-09 Thread Mark M. Hoffman
); +} + +MODULE_AUTHOR(Darrick J. Wong [EMAIL PROTECTED]); +MODULE_DESCRIPTION(IBM PowerExecutive power/temperature sensor driver); +MODULE_LICENSE(GPL); + +module_init(ibmpex_init); +module_exit(ibmpex_exit); Regards, -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list

Re: [PATCH] v3 of IBM power meter driver

2007-09-11 Thread Mark M. Hoffman
*data) > +{ > + int i, j; > + > + device_remove_file(data->bmc_device, _dev_attr_name.dev_attr); > + for (i = 0; i < data->num_sensors; i++) > + for (j = 0; j < PEX_NUM_SENSOR_FUNCS; j++) { > + if (!data->sensors[i].attr[j].dev_attr.attr

Re: [PATCH] v3 of IBM power meter driver

2007-09-11 Thread Mark M. Hoffman
) + ibmpex_bmc_delete(p); +} + +MODULE_AUTHOR(Darrick J. Wong [EMAIL PROTECTED]); +MODULE_DESCRIPTION(IBM PowerExecutive power/temperature sensor driver); +MODULE_LICENSE(GPL); + +module_init(ibmpex_init); +module_exit(ibmpex_exit); Regards, -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from

[GIT PATCH] hwmon update against v2.6.23-rc5-git1

2007-09-09 Thread Mark M. Hoffman
region. Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> Signed-off-by: Mark M. Hoffman <[EMAIL PROTECTED]> diff --git a/drivers/hwmon/lm78.c b/drivers/hwmon/lm78.c index 565c4e6..6eea347 100644 --- a/drivers/hwmon/lm78.c +++ b/drivers/hwmon/lm78.c @@ -882,7 +882,7 @@

[GIT PATCH] hwmon update against v2.6.23-rc5-git1

2007-09-09 Thread Mark M. Hoffman
. Signed-off-by: Jean Delvare [EMAIL PROTECTED] Signed-off-by: Mark M. Hoffman [EMAIL PROTECTED] diff --git a/drivers/hwmon/lm78.c b/drivers/hwmon/lm78.c index 565c4e6..6eea347 100644 --- a/drivers/hwmon/lm78.c +++ b/drivers/hwmon/lm78.c @@ -882,7 +882,7 @@ static int __init lm78_isa_device_add

Re: [PATCH] hwmon coretemp: Remove bogus __cpuinitdata etc cleanup

2007-09-02 Thread Mark M. Hoffman
gt; +static struct notifier_block coretemp_cpu_notifier = { > .notifier_call = coretemp_cpu_callback, > }; > #endif /* !CONFIG_HOTPLUG_CPU */ -- Mark M. Hoffman [EMAIL PROTECTED] - 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: [PATCH] hwmon coretemp: Remove bogus __cpuinitdata etc cleanup

2007-09-02 Thread Mark M. Hoffman
NOTIFY_OK; } -static struct notifier_block __cpuinitdata coretemp_cpu_notifier = { +static struct notifier_block coretemp_cpu_notifier = { .notifier_call = coretemp_cpu_callback, }; #endif /* !CONFIG_HOTPLUG_CPU */ -- Mark M. Hoffman [EMAIL PROTECTED

Re: [PATCH] [210/2many] MAINTAINERS - HARDWARE MONITORING

2007-08-13 Thread Mark M. Hoffman
I guess you know by now not to ever do that again. If you collect the hwmon stuff into one (1) patch, I'll take it. Now you'll excuse me while I drive a nail through my delete key. -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel&q

[GIT PATCH] hwmon updates against ~v2.6.23-rc2-git

2007-08-13 Thread Mark M. Hoffman
ions(+), 26 deletions(-) Jean Delvare (2): hwmon: (w83627ehf) don't assume bank 0 hwmon: (smsc47m1) restore missing name attribute Mark M. Hoffman (2): hwmon: fix w83781d temp sensor type setting hwmon: (w83627ehf) read fan_div values during probe -- Mark M. Hoffman [E

[GIT PATCH] hwmon updates against ~v2.6.23-rc2-git

2007-08-13 Thread Mark M. Hoffman
deletions(-) Jean Delvare (2): hwmon: (w83627ehf) don't assume bank 0 hwmon: (smsc47m1) restore missing name attribute Mark M. Hoffman (2): hwmon: fix w83781d temp sensor type setting hwmon: (w83627ehf) read fan_div values during probe -- Mark M. Hoffman [EMAIL PROTECTED

Re: [PATCH] [210/2many] MAINTAINERS - HARDWARE MONITORING

2007-08-13 Thread Mark M. Hoffman
into one (1) patch, I'll take it. Now you'll excuse me while I drive a nail through my delete key. -- Mark M. Hoffman [EMAIL PROTECTED] - 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

Re: 2.6.23-rc1 regression: hwmon/w83627ehf: wrong fan speed

2007-08-12 Thread Mark M. Hoffman
83627EHF_REG_BANK, data->addr + ADDR_REG_OFFSET); > outb_p(reg >> 8, data->addr + DATA_REG_OFFSET); > } > } > > +/* Not strictly necessary, but play it safe for now */ > static inline void w83627ehf_reset_bank(struct w83627ehf_data *data, u16 reg) > { > if

Re: 2.6.23-rc1 regression: hwmon/w83627ehf: wrong fan speed

2007-08-12 Thread Mark M. Hoffman
for now */ static inline void w83627ehf_reset_bank(struct w83627ehf_data *data, u16 reg) { if (reg 0xff00) { Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

[PATCH] bad temperature values from w83781d in 2.6.22

2007-08-09 Thread Mark M. Hoffman
Hi Joerg: > On Wed, Aug 08, 2007 at 11:56:42PM -0400, Mark M. Hoffman wrote: > > Thanks for sending all that. I see one bug clearly, and I'm pretty close to > > seeing the other one. But for tonight, I need sleep. There's just one bug after all. The second was a figment of my

[PATCH] bad temperature values from w83781d in 2.6.22

2007-08-09 Thread Mark M. Hoffman
Hi Joerg: On Wed, Aug 08, 2007 at 11:56:42PM -0400, Mark M. Hoffman wrote: Thanks for sending all that. I see one bug clearly, and I'm pretty close to seeing the other one. But for tonight, I need sleep. There's just one bug after all. The second was a figment of my sleep-deprived

Re: [lm-sensors] bad temperature values from w83781d in 2.6.22

2007-08-08 Thread Mark M. Hoffman
it > 2 seconds for the hardware to update itself, then run 'sensors' again. I'm pretty sure you'll see the correct temps. Regards, -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [E

Re: [PATCH] Add missing newlines to some uses of dev_ messages

2007-08-08 Thread Mark M. Hoffman
rivers/hwmon/w83792d.c|4 +- Acked-by: Mark M. Hoffman <[EMAIL PROTECTED]> Regards, -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo i

Re: [PATCH] Add missing newlines to some uses of dev_level messages

2007-08-08 Thread Mark M. Hoffman
-by: Mark M. Hoffman [EMAIL PROTECTED] Regards, -- Mark M. Hoffman [EMAIL PROTECTED] - 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

Re: [lm-sensors] bad temperature values from w83781d in 2.6.22

2007-08-08 Thread Mark M. Hoffman
, -- Mark M. Hoffman [EMAIL PROTECTED] - 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: bad temperature values from w83781d in 2.6.22

2007-08-07 Thread Mark M. Hoffman
rs -s" is running (without error) some time during system startup, w/ both kernel versions? Thanks & regards, -- Mark M. Hoffman [EMAIL PROTECTED] - 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: bad temperature values from w83781d in 2.6.22

2007-08-07 Thread Mark M. Hoffman
that you're using the sensors.conf from here: http://www.tyan.com/support_download_utility.aspx?model=s.s2466 Finally, can you confirm that sensors -s is running (without error) some time during system startup, w/ both kernel versions? Thanks regards, -- Mark M. Hoffman [EMAIL PROTECTED

Re: 2.6.23-rc1 regression: hwmon/w83627ehf: wrong fan speed

2007-08-05 Thread Mark M. Hoffman
7.3. > > Booting back into 2.6.22-rc5 (which seems identical with 2.6.22 as far > as w83627ehf is concerned) brings back the correct fan speeds. Does this patch (against v2.6.23-rc2) fix it? commit f15c50e703c14ff7d72c3cb34e8e55417476a290 Author: Mark M. Hoffman <[EMAIL PROTECTED]>

Re: 2.6.23-rc1 regression: hwmon/w83627ehf: wrong fan speed

2007-08-05 Thread Mark M. Hoffman
Hi Stefan: * Stefan Richter <[EMAIL PROTECTED]> [2007-08-05 16:51:07 +0200]: > Mark M. Hoffman wrote: > > It's more likely the patch before that: > > > > hwmon/w83627ehf: Preserve speed reading when changing fan min > > I reverted this patch alone and

Re: 2.6.23-rc1 regression: hwmon/w83627ehf: wrong fan speed

2007-08-05 Thread Mark M. Hoffman
0x290 > The former message is normally suppressed by patch "Be quiet when no > chip is found". Mainboard is an MSI 945GT Speedster-A4R, userland is > Gentoo's lm_sensors-2.10.1 and ksensors-0.7.3. > > Booting back into 2.6.22-rc5 (which seems identical with 2.6.22 as far >

Re: 2.6.23-rc1 regression: hwmon/w83627ehf: wrong fan speed

2007-08-05 Thread Mark M. Hoffman
Hi Stefan: * Stefan Richter [EMAIL PROTECTED] [2007-08-05 16:51:07 +0200]: Mark M. Hoffman wrote: It's more likely the patch before that: hwmon/w83627ehf: Preserve speed reading when changing fan min I reverted this patch alone and rebooted, still the same problem. After reboot

Re: 2.6.23-rc1 regression: hwmon/w83627ehf: wrong fan speed

2007-08-05 Thread Mark M. Hoffman
) fix it? commit f15c50e703c14ff7d72c3cb34e8e55417476a290 Author: Mark M. Hoffman [EMAIL PROTECTED] Date: Sun Aug 5 12:19:01 2007 -0400 hwmon: read fan_div values during probe This patch forces the driver to read the fan divider values during early init. Otherwise, a call

Re: 2.6.23-rc1 regression: hwmon/w83627ehf: wrong fan speed

2007-08-05 Thread Mark M. Hoffman
-2.10.1 and ksensors-0.7.3. Booting back into 2.6.22-rc5 (which seems identical with 2.6.22 as far as w83627ehf is concerned) brings back the correct fan speeds. Regards, -- Mark M. Hoffman [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[GIT PATCH] hwmon updates against ~v2.6.23-rc1-git8

2007-07-31 Thread Mark M. Hoffman
ault 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 [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

[GIT PATCH] hwmon updates against ~v2.6.23-rc1-git8

2007-07-31 Thread Mark M. Hoffman
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 [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [lm-sensors] [2.6 patch] make abituguru3_read_increment_offset() static

2007-07-29 Thread Mark M. Hoffman
_count) > >+static int abituguru3_read_increment_offset(struct abituguru3_data *data, > >+u8 bank, u8 offset, u8 count, > >+ u8 *buf, int offset_count) > > { > > int i, x; > > >

Re: [PATCH] Fix regression caused by typo in lm90.c

2007-07-29 Thread Mark M. Hoffman
MAIL PROTECTED]> [2007-07-27 10:07:45 +0200]: > Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - 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: [PATCH] Fix regression caused by typo in lm90.c

2007-07-29 Thread Mark M. Hoffman
0x0F) reg_convrate = 0x09) { kind = max6657; * Jean Delvare [EMAIL PROTECTED] [2007-07-27 10:07:45 +0200]: Signed-off-by: Jean Delvare [EMAIL PROTECTED] Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED

Re: [lm-sensors] [2.6 patch] make abituguru3_read_increment_offset() static

2007-07-29 Thread Mark M. Hoffman
, +u8 *buf, int offset_count) { int i, x; Applied to hwmon-2.6.git/testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - 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

Re: [PATCH] hwmon: Add missing __devexit tags in various drivers

2007-07-24 Thread Mark M. Hoffman
83627hf.c2007-07-22 > 11:51:49.0 +0200 > +++ linux-2.6.23-pre/drivers/hwmon/w83627hf.c 2007-07-22 11:56:48.0 > +0200 > @@ -384,7 +384,7 @@ struct w83627hf_sio_data { > > > static int w83627hf_probe(struct platform_device *pdev); > -static int w836

Re: [PATCH][07/37] Clean up duplicate includes in drivers/hwmon/

2007-07-24 Thread Mark M. Hoffman
e.c b/drivers/hwmon/ams/ams-core.c > index 6db9737..a112a03 100644 > --- a/drivers/hwmon/ams/ams-core.c > +++ b/drivers/hwmon/ams/ams-core.c > @@ -23,7 +23,6 @@ > #include > #include > #include > -#include > #include > #include > Applied to hwmon-2.6.gi

Re: drivers/hwmon/lm93.c: array overruns

2007-07-24 Thread Mark M. Hoffman
on/lm93.c 2007-07-23 09:22:56.0 > +0200 > +++ linux-2.6.23-rc/drivers/hwmon/lm93.c 2007-07-23 09:29:37.0 > +0200 > @@ -234,7 +234,7 @@ > struct { > u8 min; > u8 max; > - } temp_lim[3]; > + } temp_lim[4]; > >

Re: drivers/hwmon/lm93.c: array overruns

2007-07-24 Thread Mark M. Hoffman
{ Applied to testing, thanks. -- Mark M. Hoffman [EMAIL PROTECTED] - 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/

  1   2   >