* [lm-sensors] [GIT PATCH] hwmon updates against v2.6.23
@ 2007-10-14 19:29 ` Mark M. Hoffman
0 siblings, 0 replies; 12+ messages in thread
From: Mark M. Hoffman @ 2007-10-14 19:29 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, LKML, lm-sensors
Hi Linus:
Please pull from:
git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
You'll get five new drivers, cleanups and fixes all over the place. The
addition of individual alarm sysfs files to all drivers continues. Also, the
conversion from struct class_device to struct device touched every driver.
Most of these patches have spent some time in -mm.
Thanks & regards,
Documentation/hwmon/coretemp | 2
Documentation/hwmon/dme1737 | 33 -
Documentation/hwmon/f71805f | 7
Documentation/hwmon/it87 | 3
Documentation/hwmon/lm78 | 10
Documentation/hwmon/lm93 | 126 ----
Documentation/hwmon/sysfs-interface | 131 +++-
Documentation/hwmon/w83791d | 96 +--
MAINTAINERS | 5
drivers/hwmon/Kconfig | 79 ++
drivers/hwmon/Makefile | 5
drivers/hwmon/abituguru.c | 10
drivers/hwmon/abituguru3.c | 10
drivers/hwmon/ad7418.c | 12
drivers/hwmon/adm1021.c | 373 +++++++-----
drivers/hwmon/adm1025.c | 12
drivers/hwmon/adm1026.c | 12
drivers/hwmon/adm1029.c | 10
drivers/hwmon/adm1031.c | 10
drivers/hwmon/adm9240.c | 10
drivers/hwmon/adt7470.c | 1050 ++++++++++++++++++++++++++++++++++++
drivers/hwmon/applesmc.c | 10
drivers/hwmon/asb100.c | 16
drivers/hwmon/atxp1.c | 10
drivers/hwmon/coretemp.c | 19
drivers/hwmon/dme1737.c | 954 +++++++++++++++++++++-----------
drivers/hwmon/ds1621.c | 12
drivers/hwmon/f71805f.c | 15
drivers/hwmon/f71882fg.c | 950 ++++++++++++++++++++++++++++++++
drivers/hwmon/f75375s.c | 691 +++++++++++++++++++++++
drivers/hwmon/fscher.c | 10
drivers/hwmon/fschmd.c | 778 ++++++++++++++++++++++++++
drivers/hwmon/fscpos.c | 10
drivers/hwmon/gl518sm.c | 10
drivers/hwmon/gl520sm.c | 10
drivers/hwmon/hwmon.c | 27
drivers/hwmon/ibmpex.c | 607 ++++++++++++++++++++
drivers/hwmon/it87.c | 66 +-
drivers/hwmon/k8temp.c | 10
drivers/hwmon/lm63.c | 10
drivers/hwmon/lm70.c | 27
drivers/hwmon/lm75.c | 12
drivers/hwmon/lm75.h | 2
drivers/hwmon/lm77.c | 12
drivers/hwmon/lm78.c | 48 +
drivers/hwmon/lm80.c | 10
drivers/hwmon/lm83.c | 10
drivers/hwmon/lm85.c | 704 +++++++++++-------------
drivers/hwmon/lm87.c | 83 ++
drivers/hwmon/lm90.c | 39 +
drivers/hwmon/lm92.c | 10
drivers/hwmon/lm93.c | 28
drivers/hwmon/max1619.c | 10
drivers/hwmon/max6650.c | 10
drivers/hwmon/pc87360.c | 12
drivers/hwmon/pc87427.c | 10
drivers/hwmon/sis5595.c | 21
drivers/hwmon/smsc47b397.c | 10
drivers/hwmon/smsc47m1.c | 14
drivers/hwmon/smsc47m192.c | 12
drivers/hwmon/thmc50.c | 68 +-
drivers/hwmon/via686a.c | 10
drivers/hwmon/vt1211.c | 10
drivers/hwmon/vt8231.c | 12
drivers/hwmon/w83627ehf.c | 16
drivers/hwmon/w83627hf.c | 812 +++++++++++++--------------
drivers/hwmon/w83781d.c | 206 ++++++-
drivers/hwmon/w83791d.c | 134 ++++
drivers/hwmon/w83792d.c | 59 +-
drivers/hwmon/w83793.c | 10
drivers/hwmon/w83l785ts.c | 10
drivers/input/touchscreen/ads7846.c | 4
drivers/misc/thinkpad_acpi.c | 2
drivers/misc/thinkpad_acpi.h | 2
include/linux/hwmon.h | 4
75 files changed, 6818 insertions(+), 1846 deletions(-)
Auke Kok (1):
hwmon: (sis5595) re-use s_bridge->revision
Charles Spirakis (1):
hwmon: (w83791d) new sysfs beep/alarm methodology
Christian Hohnstaedt (1):
hwmon: Allow writing of negative trigger temperatures
Darrick J. Wong (3):
hwmon: add support for adt7470
hwmon: IBM power meter driver
hwmon: (ibmpex) Release IPMI user if hwmon registration fails
Gong Jun (1):
hwmon: (w83792d) Add individual alarm files
Hans de Goede (3):
hwmon: add support for Fintek F71882FG and F71883FG
hwmon: update sysfs interface document - error handling
hwmon: Add new combined driver for FSC chips
Jean Delvare (26):
hwmon: (f71805f) List the F71806F/FG as supported
hwmon: Don't export thermistor beta
hwmon: (lm93) Documentation fixes
hwmon: (lm70) Add a name attribute
hwmon: (smsc47m1) No confusing debugging messages
hwmon: Update the sysfs interface documentation
hwmon: (lm85) Use dynamic sysfs callbacks
hwmon: (lm85) Export in5, in6 and in7 voltage channels
hwmon: (lm85) Add individual alarm files
hwmon: (lm85) Clean up the handling of additional resolution bits
hwmon: (lm85) Let the user set the fan min limit to 0
hwmon: (lm93) Use standard names for vid files
hwmon: (it87) Add support for fan4 and fan5
hwmon: Kconfig dependency cleanups
hwmon: (lm90) Export temperature offset values
hwmon: (lm78) Add individual alarm files
hwmon: (lm87) Fix a division by zero
hwmon: (lm87) Add individual alarm files
hwmon: (thmc50) Don't create temp3 if not enabled
hwmon: (thmc50) Fix a debug message
hwmon: Fix the code examples in documentation
hwmon: VRM is not read from registers
hwmon: (w83781d) Add individual alarm and beep files
hwmon: (lm87) Disable VID when it should be
hwmon: (w83627hf) Fix setting fan min right after driver load
hwmon: (w83627hf) don't assume bank 0
Jim Cromie (1):
hwmon: (w83627hf) De-macro sysfs callback functions
Juerg Haefliger (3):
hwmon: (dme1737) cleanups
hwmon: (dme1737) group functions logically
hwmon: (dme1737) 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):
hwmon: (f71882fg) trivial whitespace cleanup
MAINTAINERS: update hwmon subsystem git trees
hwmon: (dme1737) Fix some merge conflicts
hwmon: (sis5595) fix sparse warning
hwmon: (vt8231) fix sparse warning
Riku Voipio (1):
hwmon: Add f75375s driver
Rudolf Marek (1):
hwmon: (coretemp) Add support for Celeron 4xx
Satyam Sharma (1):
hwmon: (coretemp) Remove bogus __cpuinitdata etc cleanup
Tony Jones (1):
hwmon: Convert from class_device to device
--
Mark M. Hoffman
mhoffman@lightlink.com
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PATCH] hwmon updates against v2.6.23
@ 2007-10-14 19:29 ` Mark M. Hoffman
0 siblings, 0 replies; 12+ messages in thread
From: Mark M. Hoffman @ 2007-10-14 19:29 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, LKML, lm-sensors
Hi Linus:
Please pull from:
git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
You'll get five new drivers, cleanups and fixes all over the place. The
addition of individual alarm sysfs files to all drivers continues. Also, the
conversion from struct class_device to struct device touched every driver.
Most of these patches have spent some time in -mm.
Thanks & regards,
Documentation/hwmon/coretemp | 2
Documentation/hwmon/dme1737 | 33 -
Documentation/hwmon/f71805f | 7
Documentation/hwmon/it87 | 3
Documentation/hwmon/lm78 | 10
Documentation/hwmon/lm93 | 126 ----
Documentation/hwmon/sysfs-interface | 131 +++-
Documentation/hwmon/w83791d | 96 +--
MAINTAINERS | 5
drivers/hwmon/Kconfig | 79 ++
drivers/hwmon/Makefile | 5
drivers/hwmon/abituguru.c | 10
drivers/hwmon/abituguru3.c | 10
drivers/hwmon/ad7418.c | 12
drivers/hwmon/adm1021.c | 373 +++++++-----
drivers/hwmon/adm1025.c | 12
drivers/hwmon/adm1026.c | 12
drivers/hwmon/adm1029.c | 10
drivers/hwmon/adm1031.c | 10
drivers/hwmon/adm9240.c | 10
drivers/hwmon/adt7470.c | 1050 ++++++++++++++++++++++++++++++++++++
drivers/hwmon/applesmc.c | 10
drivers/hwmon/asb100.c | 16
drivers/hwmon/atxp1.c | 10
drivers/hwmon/coretemp.c | 19
drivers/hwmon/dme1737.c | 954 +++++++++++++++++++++-----------
drivers/hwmon/ds1621.c | 12
drivers/hwmon/f71805f.c | 15
drivers/hwmon/f71882fg.c | 950 ++++++++++++++++++++++++++++++++
drivers/hwmon/f75375s.c | 691 +++++++++++++++++++++++
drivers/hwmon/fscher.c | 10
drivers/hwmon/fschmd.c | 778 ++++++++++++++++++++++++++
drivers/hwmon/fscpos.c | 10
drivers/hwmon/gl518sm.c | 10
drivers/hwmon/gl520sm.c | 10
drivers/hwmon/hwmon.c | 27
drivers/hwmon/ibmpex.c | 607 ++++++++++++++++++++
drivers/hwmon/it87.c | 66 +-
drivers/hwmon/k8temp.c | 10
drivers/hwmon/lm63.c | 10
drivers/hwmon/lm70.c | 27
drivers/hwmon/lm75.c | 12
drivers/hwmon/lm75.h | 2
drivers/hwmon/lm77.c | 12
drivers/hwmon/lm78.c | 48 +
drivers/hwmon/lm80.c | 10
drivers/hwmon/lm83.c | 10
drivers/hwmon/lm85.c | 704 +++++++++++-------------
drivers/hwmon/lm87.c | 83 ++
drivers/hwmon/lm90.c | 39 +
drivers/hwmon/lm92.c | 10
drivers/hwmon/lm93.c | 28
drivers/hwmon/max1619.c | 10
drivers/hwmon/max6650.c | 10
drivers/hwmon/pc87360.c | 12
drivers/hwmon/pc87427.c | 10
drivers/hwmon/sis5595.c | 21
drivers/hwmon/smsc47b397.c | 10
drivers/hwmon/smsc47m1.c | 14
drivers/hwmon/smsc47m192.c | 12
drivers/hwmon/thmc50.c | 68 +-
drivers/hwmon/via686a.c | 10
drivers/hwmon/vt1211.c | 10
drivers/hwmon/vt8231.c | 12
drivers/hwmon/w83627ehf.c | 16
drivers/hwmon/w83627hf.c | 812 +++++++++++++--------------
drivers/hwmon/w83781d.c | 206 ++++++-
drivers/hwmon/w83791d.c | 134 ++++
drivers/hwmon/w83792d.c | 59 +-
drivers/hwmon/w83793.c | 10
drivers/hwmon/w83l785ts.c | 10
drivers/input/touchscreen/ads7846.c | 4
drivers/misc/thinkpad_acpi.c | 2
drivers/misc/thinkpad_acpi.h | 2
include/linux/hwmon.h | 4
75 files changed, 6818 insertions(+), 1846 deletions(-)
Auke Kok (1):
hwmon: (sis5595) re-use s_bridge->revision
Charles Spirakis (1):
hwmon: (w83791d) new sysfs beep/alarm methodology
Christian Hohnstaedt (1):
hwmon: Allow writing of negative trigger temperatures
Darrick J. Wong (3):
hwmon: add support for adt7470
hwmon: IBM power meter driver
hwmon: (ibmpex) Release IPMI user if hwmon registration fails
Gong Jun (1):
hwmon: (w83792d) Add individual alarm files
Hans de Goede (3):
hwmon: add support for Fintek F71882FG and F71883FG
hwmon: update sysfs interface document - error handling
hwmon: Add new combined driver for FSC chips
Jean Delvare (26):
hwmon: (f71805f) List the F71806F/FG as supported
hwmon: Don't export thermistor beta
hwmon: (lm93) Documentation fixes
hwmon: (lm70) Add a name attribute
hwmon: (smsc47m1) No confusing debugging messages
hwmon: Update the sysfs interface documentation
hwmon: (lm85) Use dynamic sysfs callbacks
hwmon: (lm85) Export in5, in6 and in7 voltage channels
hwmon: (lm85) Add individual alarm files
hwmon: (lm85) Clean up the handling of additional resolution bits
hwmon: (lm85) Let the user set the fan min limit to 0
hwmon: (lm93) Use standard names for vid files
hwmon: (it87) Add support for fan4 and fan5
hwmon: Kconfig dependency cleanups
hwmon: (lm90) Export temperature offset values
hwmon: (lm78) Add individual alarm files
hwmon: (lm87) Fix a division by zero
hwmon: (lm87) Add individual alarm files
hwmon: (thmc50) Don't create temp3 if not enabled
hwmon: (thmc50) Fix a debug message
hwmon: Fix the code examples in documentation
hwmon: VRM is not read from registers
hwmon: (w83781d) Add individual alarm and beep files
hwmon: (lm87) Disable VID when it should be
hwmon: (w83627hf) Fix setting fan min right after driver load
hwmon: (w83627hf) don't assume bank 0
Jim Cromie (1):
hwmon: (w83627hf) De-macro sysfs callback functions
Juerg Haefliger (3):
hwmon: (dme1737) cleanups
hwmon: (dme1737) group functions logically
hwmon: (dme1737) 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):
hwmon: (f71882fg) trivial whitespace cleanup
MAINTAINERS: update hwmon subsystem git trees
hwmon: (dme1737) Fix some merge conflicts
hwmon: (sis5595) fix sparse warning
hwmon: (vt8231) fix sparse warning
Riku Voipio (1):
hwmon: Add f75375s driver
Rudolf Marek (1):
hwmon: (coretemp) Add support for Celeron 4xx
Satyam Sharma (1):
hwmon: (coretemp) Remove bogus __cpuinitdata etc cleanup
Tony Jones (1):
hwmon: Convert from class_device to device
--
Mark M. Hoffman
mhoffman@lightlink.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24-rc2
@ 2007-11-13 13:12 ` Mark M. Hoffman
0 siblings, 0 replies; 12+ messages in thread
From: Mark M. Hoffman @ 2007-11-13 13:12 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, LKML, lm-sensors
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
mhoffman@lightlink.com
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PATCH] hwmon updates against v2.6.24-rc2
@ 2007-11-13 13:12 ` Mark M. Hoffman
0 siblings, 0 replies; 12+ messages in thread
From: Mark M. Hoffman @ 2007-11-13 13:12 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, LKML, lm-sensors
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
mhoffman@lightlink.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24-rc2
2007-11-13 13:12 ` Mark M. Hoffman
@ 2007-11-13 21:00 ` Jean Delvare
-1 siblings, 0 replies; 12+ messages in thread
From: Jean Delvare @ 2007-11-13 21:00 UTC (permalink / raw)
To: Mark M. Hoffman; +Cc: Linus Torvalds, Andrew Morton, LKML, lm-sensors
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
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24-rc2
@ 2007-11-13 21:00 ` Jean Delvare
0 siblings, 0 replies; 12+ messages in thread
From: Jean Delvare @ 2007-11-13 21:00 UTC (permalink / raw)
To: Mark M. Hoffman; +Cc: Linus Torvalds, Andrew Morton, LKML, lm-sensors
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24-rc2
2007-10-14 19:29 ` Mark M. Hoffman
(?)
(?)
@ 2007-11-13 21:05 ` Jean Delvare
-1 siblings, 0 replies; 12+ messages in thread
From: Jean Delvare @ 2007-11-13 21:05 UTC (permalink / raw)
To: lm-sensors
Hi Mark,
Off-list on purpose...
On Tue, 13 Nov 2007 08:12:10 -0500, Mark M. Hoffman wrote:
> 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
Definitely not the kind of patches I would have sent at this point of
the release cycle. As a user, I'd rather not see large, intrusive
cleanups go in the tree after -rc2.
--
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] 12+ messages in thread
* Re: [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24-rc2
2007-10-14 19:29 ` Mark M. Hoffman
` (2 preceding siblings ...)
(?)
@ 2007-11-13 21:17 ` Jean Delvare
-1 siblings, 0 replies; 12+ messages in thread
From: Jean Delvare @ 2007-11-13 21:17 UTC (permalink / raw)
To: lm-sensors
On Tue, 13 Nov 2007 22:05:30 +0100, Jean Delvare wrote:
> Hi Mark,
>
> Off-list on purpose...
Damn it, I messed it up. Not enough sleep, I guess. Sorry Mark, I
_really_ meant to send my comment to you in private :(
--
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] 12+ messages in thread
* Re: [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24-rc2
2007-11-13 21:00 ` Jean Delvare
@ 2007-11-14 2:24 ` Mark M. Hoffman
-1 siblings, 0 replies; 12+ messages in thread
From: Mark M. Hoffman @ 2007-11-14 2:24 UTC (permalink / raw)
To: Jean Delvare; +Cc: Andrew Morton, Linus Torvalds, LKML, lm-sensors
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 <khali@linux-fr.org> [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
mhoffman@lightlink.com
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24-rc2
@ 2007-11-14 2:24 ` Mark M. Hoffman
0 siblings, 0 replies; 12+ messages in thread
From: Mark M. Hoffman @ 2007-11-14 2:24 UTC (permalink / raw)
To: Jean Delvare; +Cc: Andrew Morton, Linus Torvalds, LKML, lm-sensors
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 <khali@linux-fr.org> [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
mhoffman@lightlink.com
^ permalink raw reply [flat|nested] 12+ messages in thread
* [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24 (~git17)
@ 2008-02-08 3:01 ` Mark M. Hoffman
0 siblings, 0 replies; 12+ messages in thread
From: Mark M. Hoffman @ 2008-02-08 3:01 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, LKML, lm-sensors
Hi Linus:
Please pull from:
git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
You'll get two new drivers and cleanups all over the place. The
addition of individual alarm sysfs files to all drivers continues.
All of these patches made it into the most recent -mm, at least.
Thanks & regards,
Documentation/hwmon/ads7828 | 36 ++
Documentation/hwmon/it87 | 2 +-
Documentation/hwmon/lm78 | 4 +-
Documentation/hwmon/lm87 | 11 +-
Documentation/hwmon/userspace-tools | 2 +-
Documentation/hwmon/w83627ehf | 5 +-
Documentation/hwmon/w83627hf | 3 +-
Documentation/hwmon/w83781d | 22 +-
Documentation/hwmon/w83l786ng | 54 +++
Documentation/i2c/busses/i2c-piix4 | 2 +-
drivers/firmware/dmi_scan.c | 62 ++-
drivers/hwmon/Kconfig | 30 +-
drivers/hwmon/Makefile | 2 +
drivers/hwmon/abituguru3.c | 1 +
drivers/hwmon/adm1021.c | 1 -
drivers/hwmon/adm1025.c | 393 +++++++++--------
drivers/hwmon/adm1026.c | 632 +++++++++++++++------------
drivers/hwmon/adm1031.c | 501 ++++++++++-----------
drivers/hwmon/adm9240.c | 27 ++-
drivers/hwmon/ads7828.c | 297 +++++++++++++
drivers/hwmon/adt7470.c | 100 ++++-
drivers/hwmon/asb100.c | 395 ++++++++---------
drivers/hwmon/dme1737.c | 23 +-
drivers/hwmon/ds1621.c | 1 -
drivers/hwmon/f71805f.c | 6 +-
drivers/hwmon/f71882fg.c | 6 +-
drivers/hwmon/fscher.c | 1 -
drivers/hwmon/fschmd.c | 94 ++++-
drivers/hwmon/fscpos.c | 1 -
drivers/hwmon/gl518sm.c | 269 ++++++++----
drivers/hwmon/gl520sm.c | 648 +++++++++++++++++-----------
drivers/hwmon/it87.c | 88 ++++-
drivers/hwmon/lm75.c | 1 -
drivers/hwmon/lm77.c | 20 +-
drivers/hwmon/lm78.c | 7 +-
drivers/hwmon/lm80.c | 328 +++++++-------
drivers/hwmon/lm83.c | 1 -
drivers/hwmon/lm85.c | 64 +++-
drivers/hwmon/lm87.c | 29 +-
drivers/hwmon/lm90.c | 27 +-
drivers/hwmon/lm92.c | 1 -
drivers/hwmon/pc87360.c | 6 +-
drivers/hwmon/pc87427.c | 6 +-
drivers/hwmon/smsc47b397.c | 6 +-
drivers/hwmon/smsc47m1.c | 6 +-
drivers/hwmon/smsc47m192.c | 3 +-
drivers/hwmon/vt1211.c | 8 +-
drivers/hwmon/vt8231.c | 2 +-
drivers/hwmon/w83627ehf.c | 29 +-
drivers/hwmon/w83627hf.c | 225 ++++++++---
drivers/hwmon/w83781d.c | 49 +--
drivers/hwmon/w83791d.c | 6 +-
drivers/hwmon/w83793.c | 13 +-
drivers/hwmon/w83l785ts.c | 1 -
drivers/hwmon/w83l786ng.c | 821 +++++++++++++++++++++++++++++++++++
drivers/i2c/chips/eeprom.c | 1 -
drivers/i2c/chips/pcf8574.c | 1 -
drivers/i2c/chips/pcf8591.c | 1 -
include/linux/dmi.h | 3 +
include/linux/i2c-id.h | 36 --
60 files changed, 3689 insertions(+), 1731 deletions(-)
create mode 100644 Documentation/hwmon/ads7828
create mode 100644 Documentation/hwmon/w83l786ng
create mode 100644 drivers/hwmon/ads7828.c
create mode 100644 drivers/hwmon/w83l786ng.c
Darrick J. Wong (1):
hwmon: (adt7470) Support per-sensor alarm files
Hans de Goede (1):
hwmon: (fschmd) Read voltage scaling factors from BIOS DMI
Jean Delvare (49):
dmi: Let drivers walk the DMI table
hwmon: (lm78/w83781d) Probe fewer I2C addresses
hwmon: (lm87) Add support for the Analog Devices ADM1024
hwmon: (adm1025) Use dynamic sysfs callbacks
hwmon: (adm1025) Add individual alarm files
hwmon: (adm1025) Various cleanups
hwmon: (fschmd) Discard non-ASCII characters
hwmon: (gl518sm) Various cleanups
hwmon: (gl518sm) Don't create sysfs files for missing features
hwmon: (gl518sm) Refactor fan functions
hwmon: (gl518sm) Add individual alarm and beep files
hwmon: (gl518sm) Report error on invalid fan div value
hwmon: (gl518sm) Fix the reported fan speed
hwmon: (lm90) Use generic i2c reads during detection
hwmon: (gl520sm) Various cleanups
hwmon: (gl520sm) Put register addresses in arrays
hwmon: (gl520sm) De-macro the sysfs callbacks
hwmon: (gl520sm) Add individual alarm and beep files
hwmon: Update the lm-sensors website address
hwmon: Let the user override the detected Super-I/O device ID
hwmon: (it87) Discard a dead e-mail address
hwmon: (it87) Add individual alarm files
hwmon: (adm1026) Add individual alarm files
hwmon: (adm1026) Whitespace cleanups
hwmon: (adm1026) More cleanups (updated)
hwmon: (adm1026) Don't create files for missing inputs
hwmon: (w83781d) Drop W83627HF support
hwmon: (w83781d) Misc cleanups
hwmon: (it87) Delete pwmN_freq files on driver removal
hwmon: (adm1031) Fix register overwrite in set_fan_div()
hwmon: (adm1031) Various cleanups
hwmon: (adm1031) Get rid of macro-generated wrappers
hwmon: (adm1031) Add individual alarm and fault files
hwmon: (lm85) Return standard values in pwmN_enable
hwmon: (lm85) Make the pwmN_enable files writable
hwmon: Discard useless I2C driver IDs
hwmon: (lm77) Add individual alarm files
hwmon: (adm9240) Add individual alarm files
hwmon: VRM is not written to registers
hwmon: (asb100) Various cleanups
hwmon: (asb100) De-macro the sysfs callbacks
hwmon: (asb100) Add individual alarm files
hwmon: (w83627ehf) The W83627DHG has 8 VID pins
hwmon: (w83627hf) Enable VBAT monitoring
hwmon: (w83627hf) Add individual alarm and beep files
hwmon: (w83627hf) Refactor beep enable handling
hwmon: (lm80) Various cleanups
hwmon: (lm80) De-macro the sysfs callbacks
hwmon: (lm80) Add individual alarm files
Joe Perches (1):
hwmon: (vt8231) Add missing "space"
Juerg Haefliger (2):
hwmon: (dme1737) fix divide-by-0
hwmon: (dme1737) fix Super-IO device ID override
Kevin Lo (1):
hwmon: Add support for Winbond W83L786NG/NR
Nicolas Kaiser (1):
hwmon: (w83793) remove duplicated defines
Robert P. J. Day (1):
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
mhoffman@lightlink.com
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 12+ messages in thread
* [GIT PATCH] hwmon updates against v2.6.24 (~git17)
@ 2008-02-08 3:01 ` Mark M. Hoffman
0 siblings, 0 replies; 12+ messages in thread
From: Mark M. Hoffman @ 2008-02-08 3:01 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, LKML, lm-sensors
Hi Linus:
Please pull from:
git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
You'll get two new drivers and cleanups all over the place. The
addition of individual alarm sysfs files to all drivers continues.
All of these patches made it into the most recent -mm, at least.
Thanks & regards,
Documentation/hwmon/ads7828 | 36 ++
Documentation/hwmon/it87 | 2 +-
Documentation/hwmon/lm78 | 4 +-
Documentation/hwmon/lm87 | 11 +-
Documentation/hwmon/userspace-tools | 2 +-
Documentation/hwmon/w83627ehf | 5 +-
Documentation/hwmon/w83627hf | 3 +-
Documentation/hwmon/w83781d | 22 +-
Documentation/hwmon/w83l786ng | 54 +++
Documentation/i2c/busses/i2c-piix4 | 2 +-
drivers/firmware/dmi_scan.c | 62 ++-
drivers/hwmon/Kconfig | 30 +-
drivers/hwmon/Makefile | 2 +
drivers/hwmon/abituguru3.c | 1 +
drivers/hwmon/adm1021.c | 1 -
drivers/hwmon/adm1025.c | 393 +++++++++--------
drivers/hwmon/adm1026.c | 632 +++++++++++++++------------
drivers/hwmon/adm1031.c | 501 ++++++++++-----------
drivers/hwmon/adm9240.c | 27 ++-
drivers/hwmon/ads7828.c | 297 +++++++++++++
drivers/hwmon/adt7470.c | 100 ++++-
drivers/hwmon/asb100.c | 395 ++++++++---------
drivers/hwmon/dme1737.c | 23 +-
drivers/hwmon/ds1621.c | 1 -
drivers/hwmon/f71805f.c | 6 +-
drivers/hwmon/f71882fg.c | 6 +-
drivers/hwmon/fscher.c | 1 -
drivers/hwmon/fschmd.c | 94 ++++-
drivers/hwmon/fscpos.c | 1 -
drivers/hwmon/gl518sm.c | 269 ++++++++----
drivers/hwmon/gl520sm.c | 648 +++++++++++++++++-----------
drivers/hwmon/it87.c | 88 ++++-
drivers/hwmon/lm75.c | 1 -
drivers/hwmon/lm77.c | 20 +-
drivers/hwmon/lm78.c | 7 +-
drivers/hwmon/lm80.c | 328 +++++++-------
drivers/hwmon/lm83.c | 1 -
drivers/hwmon/lm85.c | 64 +++-
drivers/hwmon/lm87.c | 29 +-
drivers/hwmon/lm90.c | 27 +-
drivers/hwmon/lm92.c | 1 -
drivers/hwmon/pc87360.c | 6 +-
drivers/hwmon/pc87427.c | 6 +-
drivers/hwmon/smsc47b397.c | 6 +-
drivers/hwmon/smsc47m1.c | 6 +-
drivers/hwmon/smsc47m192.c | 3 +-
drivers/hwmon/vt1211.c | 8 +-
drivers/hwmon/vt8231.c | 2 +-
drivers/hwmon/w83627ehf.c | 29 +-
drivers/hwmon/w83627hf.c | 225 ++++++++---
drivers/hwmon/w83781d.c | 49 +--
drivers/hwmon/w83791d.c | 6 +-
drivers/hwmon/w83793.c | 13 +-
drivers/hwmon/w83l785ts.c | 1 -
drivers/hwmon/w83l786ng.c | 821 +++++++++++++++++++++++++++++++++++
drivers/i2c/chips/eeprom.c | 1 -
drivers/i2c/chips/pcf8574.c | 1 -
drivers/i2c/chips/pcf8591.c | 1 -
include/linux/dmi.h | 3 +
include/linux/i2c-id.h | 36 --
60 files changed, 3689 insertions(+), 1731 deletions(-)
create mode 100644 Documentation/hwmon/ads7828
create mode 100644 Documentation/hwmon/w83l786ng
create mode 100644 drivers/hwmon/ads7828.c
create mode 100644 drivers/hwmon/w83l786ng.c
Darrick J. Wong (1):
hwmon: (adt7470) Support per-sensor alarm files
Hans de Goede (1):
hwmon: (fschmd) Read voltage scaling factors from BIOS DMI
Jean Delvare (49):
dmi: Let drivers walk the DMI table
hwmon: (lm78/w83781d) Probe fewer I2C addresses
hwmon: (lm87) Add support for the Analog Devices ADM1024
hwmon: (adm1025) Use dynamic sysfs callbacks
hwmon: (adm1025) Add individual alarm files
hwmon: (adm1025) Various cleanups
hwmon: (fschmd) Discard non-ASCII characters
hwmon: (gl518sm) Various cleanups
hwmon: (gl518sm) Don't create sysfs files for missing features
hwmon: (gl518sm) Refactor fan functions
hwmon: (gl518sm) Add individual alarm and beep files
hwmon: (gl518sm) Report error on invalid fan div value
hwmon: (gl518sm) Fix the reported fan speed
hwmon: (lm90) Use generic i2c reads during detection
hwmon: (gl520sm) Various cleanups
hwmon: (gl520sm) Put register addresses in arrays
hwmon: (gl520sm) De-macro the sysfs callbacks
hwmon: (gl520sm) Add individual alarm and beep files
hwmon: Update the lm-sensors website address
hwmon: Let the user override the detected Super-I/O device ID
hwmon: (it87) Discard a dead e-mail address
hwmon: (it87) Add individual alarm files
hwmon: (adm1026) Add individual alarm files
hwmon: (adm1026) Whitespace cleanups
hwmon: (adm1026) More cleanups (updated)
hwmon: (adm1026) Don't create files for missing inputs
hwmon: (w83781d) Drop W83627HF support
hwmon: (w83781d) Misc cleanups
hwmon: (it87) Delete pwmN_freq files on driver removal
hwmon: (adm1031) Fix register overwrite in set_fan_div()
hwmon: (adm1031) Various cleanups
hwmon: (adm1031) Get rid of macro-generated wrappers
hwmon: (adm1031) Add individual alarm and fault files
hwmon: (lm85) Return standard values in pwmN_enable
hwmon: (lm85) Make the pwmN_enable files writable
hwmon: Discard useless I2C driver IDs
hwmon: (lm77) Add individual alarm files
hwmon: (adm9240) Add individual alarm files
hwmon: VRM is not written to registers
hwmon: (asb100) Various cleanups
hwmon: (asb100) De-macro the sysfs callbacks
hwmon: (asb100) Add individual alarm files
hwmon: (w83627ehf) The W83627DHG has 8 VID pins
hwmon: (w83627hf) Enable VBAT monitoring
hwmon: (w83627hf) Add individual alarm and beep files
hwmon: (w83627hf) Refactor beep enable handling
hwmon: (lm80) Various cleanups
hwmon: (lm80) De-macro the sysfs callbacks
hwmon: (lm80) Add individual alarm files
Joe Perches (1):
hwmon: (vt8231) Add missing "space"
Juerg Haefliger (2):
hwmon: (dme1737) fix divide-by-0
hwmon: (dme1737) fix Super-IO device ID override
Kevin Lo (1):
hwmon: Add support for Winbond W83L786NG/NR
Nicolas Kaiser (1):
hwmon: (w83793) remove duplicated defines
Robert P. J. Day (1):
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
mhoffman@lightlink.com
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2008-02-08 3:05 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-14 19:29 [lm-sensors] [GIT PATCH] hwmon updates against v2.6.23 Mark M. Hoffman
2007-10-14 19:29 ` Mark M. Hoffman
2007-11-13 13:12 ` [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24-rc2 Mark M. Hoffman
2007-11-13 13:12 ` Mark M. Hoffman
2007-11-13 21:00 ` [lm-sensors] " Jean Delvare
2007-11-13 21:00 ` Jean Delvare
2007-11-14 2:24 ` Mark M. Hoffman
2007-11-14 2:24 ` Mark M. Hoffman
2007-11-13 21:05 ` Jean Delvare
2007-11-13 21:17 ` Jean Delvare
2008-02-08 3:01 ` [lm-sensors] [GIT PATCH] hwmon updates against v2.6.24 (~git17) Mark M. Hoffman
2008-02-08 3:01 ` Mark M. Hoffman
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.