2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00
Commit Graph

2131 Commits

Author SHA1 Message Date
Mark D. Studebaker
0b20ca2730 (mds)
Subject:
         RE: RPM spec file patches for i2c and lm_sensors 2.8.1
   Date:
         Tue, 28 Oct 2003 14:34:11 -0800
   From:
         "Marc Rieffel" <marc@paracel.com>
     To:
         <sensors@Stimpy.netroedge.com>




I agree that you shouldn't distribute RPMs.  That doesn't make sense for kernel modules.

For people like me, who want to easily deploy lm_sensors across a cluster of uniform machines, it's very handy to have a spec
file there so that we can build our own RPMs for specific systems with specific kernels and configurations.  Even though the
spec file you had was out of date, it still saved me a lot of trouble.

My vote would be to keep the spec files.  If nobody wants to maintain them, call them unsupported or unmaintained.

Who's Axel?  I'd be happy to work with him, or just use whatever he has or recommends.

Unified diffs attached.

> -----Original Message-----
> From: Jean Delvare [mailto:khali@linux-fr.org]
> Sent: Tuesday, October 28, 2003 2:16 PM
> To: Marc Rieffel; Axel Thimm
> Cc: sensors@Stimpy.netroedge.com
> Subject: Re: RPM spec file patches for i2c and lm_sensors 2.8.1
>
>
>
> > I had to make these changes to be able to build i2c and lm_sensors
> > rpms that worked.  Also, lm_sensors.init isn't included in
> any of the
> > rpms.  Looks like nobody's touched these for several versions.
>
> You're right, the files were untouched since May 2000. Quite a while
> actually. We don't build RPMs anymore. I personnaly consider that this
> is the distributor's job, not our. They do that much better than we
> would.
>
> > i2c.spec:
> >
> > 25c27
> > < %define ver 2.8.1
> > ---
> > > %define ver 2.5.0
> > (...)
>
> Please provide unified diffs if you want me to apply them to
> our files.
>
> You could also consider getting in touch with Axel, who is building
> quality RPM packages from our sources, using his own .spec
> files. Maybe
> you both will agree on some version of the spec files that we should
> include in our source files. Or maybe we should simply remove the RPM
> directory from our source trees - that would be more honest
> IMHO, since
> nobody here seems to be wanting to maintain them, while Axel
> is doing a
> very great job on his side. Let packagers package, that's their job :)
>
> --
> Jean Delvare
> http://www.ensicaen.ismra.fr/~delvare/
>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2169 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-14 00:36:14 +00:00
Mark D. Studebaker
e8df7faa30 fix sensor type reporting. Thermistor would report as invalid
and vice versa.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2168 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-14 00:01:19 +00:00
Mark D. Studebaker
17af026df9 update to version 0.7.5, which makes -8 mode the default.
This should be safer.
      Contribution from
            Stefano Barbato <stefano@codesink.org>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2167 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-13 23:54:59 +00:00
Mark D. Studebaker
7e2d5f5fef fix byte writes
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2166 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-13 23:39:23 +00:00
Mark D. Studebaker
ee719c4963 fix off-by-one bug with 2.6 eeprom handling
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2165 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-13 23:38:08 +00:00
Mark D. Studebaker
270bd02b4f add DESTDIR. patch from
Sergey Vlasov <vsu@altlinux.ru>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2164 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-13 23:08:58 +00:00
Mark D. Studebaker
46f0afa134 add guidance on major number from
Sergey Vlasov <vsu@altlinux.ru>
      Advance minor number to 1 (3.0.1)


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2163 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-13 20:19:38 +00:00
Mark D. Studebaker
01c921f51d add hack to support eeproms in 2.6 kernels
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2162 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-13 19:01:43 +00:00
Jean Delvare
49f4d2fe55 Next release will be 2.8.3.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2161 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-13 15:45:26 +00:00
Jean Delvare
6fe0b94028 Cosmetic updates to MAX1617/LM84 detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2160 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-13 09:41:38 +00:00
Mark D. Studebaker
cd79c469b2 fix sg_tlx /proc entries. Ticket #1476.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2159 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-13 01:09:50 +00:00
Jean Delvare
fb12997188 Change the "Unusual config register" message. Patch more or
less by Tom Rini.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2158 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-12 22:50:33 +00:00
Philip Edelbrock
88c10911a1 (Phil) Tag and release 2.8.2
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2157 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-11 23:15:00 +00:00
Jean Delvare
f245670a34 Fix in5 and in6 for as99127f rev.2.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2155 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-11 18:56:47 +00:00
Mark M. Hoffman
5096e006d5 Added section for ASB100 vs. Asus P4S333.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2154 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-11 05:09:40 +00:00
Jean Delvare
0fe637fa14 Ignore VPD checksum for now.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2153 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-10 07:35:33 +00:00
Mark M. Hoffman
e8c33a6575 Fix comment.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2152 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-10 05:36:24 +00:00
Mark M. Hoffman
a5a21a98c8 Added VID support for w83627thf. Technically it's not supported by the
chip, but we'll guess that GPIO5 are used for this purpose.  It's
	correct for (at least) Asus P4C800-E, and if it's wrong for any
	others then we're no worse off.  Also, switch to using common LM75
	conversion functions.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2151 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-10 05:35:11 +00:00
Mark D. Studebaker
f905880586 winbond link update
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2150 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-10 04:39:55 +00:00
Mark D. Studebaker
41a35b44cd remove initializations. forgot to check in before.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2149 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-10 04:39:02 +00:00
Mark M. Hoffman
c177ea5d8e Updated for ASB100
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2148 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-09 06:17:04 +00:00
Jean Delvare
9bde0921ad Add w83627thf-* section.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2147 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-08 21:59:03 +00:00
Mark D. Studebaker
2db362ee7c more updates
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2146 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-08 01:26:49 +00:00
Mark D. Studebaker
9da9b0fa94 doc update 2 (2.4 and bttv)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2145 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-08 00:28:34 +00:00
Mark D. Studebaker
fdd22cf1da doc update
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2144 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-08 00:16:55 +00:00
Mark D. Studebaker
972abea7df change pwm and smart guardian entries to 644 to enable writes.
note that pwm is non-standard and so 'fancontrol' still
      won;t work with this driver. Ticket #1429.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2143 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-07 23:57:51 +00:00
Mark D. Studebaker
e554056734 2.6 update
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2142 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-07 23:44:59 +00:00
Mark D. Studebaker
e59b0151dc add report that this is not required as of kernel 2.4.23.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2141 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-07 23:25:28 +00:00
Jean Delvare
5bdbb3744f Display a message if a Force-CPCI735-like config register is
found. Should help debugging the problem.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2140 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-06 21:48:32 +00:00
Jean Delvare
fff68af945 Do not generate empty diffs.
Try to preserve files mtime.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2139 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-06 17:12:03 +00:00
Jean Delvare
aabf2040a5 New flag (-U) to hide unknown chips. Not the default.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2138 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-06 11:47:45 +00:00
Jean Delvare
6652773369 Fix printing of unknown chips (missing new lines on errors).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2137 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-06 11:45:09 +00:00
Jean Delvare
4f819af753 Fixed device file detection for devfs. Problem found and fix
tested by Lennard Klein.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2136 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-05 18:56:09 +00:00
Mark M. Hoffman
87738febe9 Use lm75.h temp to/from reg conversions.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2135 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-03 06:06:22 +00:00
Mark D. Studebaker
1b58fb19d9 dual xeon info
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2134 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-03 03:41:05 +00:00
Jean Delvare
fb77f38e4d Prevent LM75 misdetection as a DS1621.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2133 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-02 20:57:02 +00:00
Jean Delvare
2109093db3 Updates.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2132 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-02 20:02:11 +00:00
Jean Delvare
5bd3cd3db7 More A7N8X comments.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2131 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-02 20:01:28 +00:00
Mark M. Hoffman
6a9a7ff0eb (mmh) Pulled the TEMP_TO_REG and TEMP_FROM_REG functions into a separate
header and gave them the prefix LM75_. Also rewrote them according
	to the lm75 datasheet.  The next step is to replace all the various
	scattered (broken?) copies of these functions (especially in Winbond
	subclients) with this one.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2130 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-02 05:53:27 +00:00
Mark D. Studebaker
bf56470c9d xeon doc update w/ help from P.P.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2129 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-02 03:16:57 +00:00
Mark D. Studebaker
931e4664c5 updates
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2128 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-02 02:26:23 +00:00
Jean Delvare
0247cfa944 Fix byte writes used by eeprom.c. Similar to a recent fix made
to i2c-nforce2.c. Patch by Hans-Frieder Vogt <hfvogt@arcor.de>.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2127 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-12-01 19:39:00 +00:00
Jean Delvare
24c728587e Fix as99127f's temp_max3 (sysfs).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2126 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-11-30 16:29:42 +00:00
Jean Delvare
e9a915450a Update 24RF08 datasheet URL and a few other things.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2125 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-11-30 16:14:56 +00:00
Jean Delvare
a3c77b0191 Fix IN_FROM_REG rounding.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2124 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-11-30 11:40:20 +00:00
Jean Delvare
c1e28f8896 Init cleanups (unused vars and functions, and more).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2123 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-11-30 11:27:42 +00:00
Jean Delvare
e5483ca3b6 Cleanups (again).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2122 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-11-30 11:01:48 +00:00
Jean Delvare
0f00db6a1f Cleanups.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2121 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-11-30 09:47:56 +00:00
Jean Delvare
d835fc770d Support AMD8111 again. Patch by from Philip Pokorny
<ppokorny@penguincomputing.com>.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2120 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-11-30 09:17:33 +00:00
Mark D. Studebaker
956b86fb81 change eeprom error message from "ERROR" to "Unavailable"
so we don't panic 2.6 users


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2119 7894878c-1315-0410-8ee3-d5d059ff63e0
2003-11-30 02:38:08 +00:00