|
|
|
@5236
|
[5236]
|
5 years |
khali |
List the optional command line parameters in a consistent way.
|
|
|
|
@5235
|
[5235]
|
5 years |
khali |
Don't probe I2C addresses 0x40-0x47. We only probed them for the MAX6633, …
|
|
|
|
@5234
|
[5234]
|
5 years |
khali |
Don't probe I2C addresses 0x40-0x47. We only probed them for the MAX6633, …
|
|
|
|
@5233
|
[5233]
|
5 years |
khali |
We have a preliminary driver for the Asus F8000.
|
|
|
|
@5232
|
[5232]
|
5 years |
khali |
We have a preliminary driver for the Asus F8000.
|
|
|
|
@5231
|
[5231]
|
5 years |
khali |
Add Intel ICH10 support.
|
|
|
|
@5230
|
[5230]
|
5 years |
khali |
Add Intel ICH10 (bus) detection.
|
|
|
|
@5229
|
[5229]
|
5 years |
khali |
Add Intel ICH10 (bus) detection.
|
|
|
|
@5228
|
[5228]
|
5 years |
khali |
Add Asus F8000 detection.
|
|
|
|
@5227
|
[5227]
|
5 years |
khali |
Add Asus F8000 detection.
|
|
|
|
@5226
|
[5226]
|
5 years |
khali |
Drop I2C adapter entries for graphics adapters, and a few other misc
bus …
|
|
|
|
@5225
|
[5225]
|
5 years |
khali |
Improve handling of special-case bus driver names:
* Drop support for …
|
|
|
|
@5224
|
[5224]
|
5 years |
khali |
We now always prefer ISA access over I2C/SMBus access, so we can
simplify …
|
|
|
|
@5223
|
[5223]
|
5 years |
khali |
Drop I2C adapter entries for graphics adapters, and a few other misc
bus …
|
|
|
|
@5222
|
[5222]
|
5 years |
khali |
Improve handling of special-case bus driver names:
* Drop support for …
|
|
|
|
@5221
|
[5221]
|
5 years |
khali |
We now always prefer ISA access over I2C/SMBus access, so we can
simplify …
|
|
|
|
@5220
|
[5220]
|
5 years |
khali |
There's nothing we can do about read errors on the W83L785TS-S, so
don't …
|
|
|
|
@5219
|
[5219]
|
5 years |
khali |
High-byte first is not opposite to the usual practice - that's what
almost …
|
|
|
|
@5218
|
[5218]
|
5 years |
khali |
Remove some dead code (backported from Linux 2.6).
|
|
|
|
@5217
|
[5217]
|
5 years |
khali |
Fix an error path. If initialization fails, we want to restore the …
|
|
|
|
@5216
|
[5216]
|
5 years |
khali |
Minor cleanups in sis5595_access, backported from Linux 2.6:
* Remove …
|
|
|
|
@5215
|
[5215]
|
5 years |
khali |
Minor cleanups backported from Linux 2.6:
* Remove a needless include.
* …
|
|
|
|
@5214
|
[5214]
|
5 years |
khali |
Add National Semiconductor LM64 detection.
|
|
|
|
@5213
|
[5213]
|
5 years |
khali |
Add National Semiconductor LM64 detection.
|
|
|
|
@5212
|
[5212]
|
5 years |
khali |
Add preliminary support for the Asus F8000. It is not yet known whether …
|
|
|
|
@5211
|
[5211]
|
5 years |
khali |
Add preliminary support for the Asus F8000. It is not yet known whether …
|
|
|
|
@5210
|
[5210]
|
5 years |
khali |
Whitespace cleanups.
|
|
|
|
@5209
|
[5209]
|
5 years |
khali |
Move the confirmation to a separate function, as is done in i2cget …
|
|
|
|
@5208
|
[5208]
|
5 years |
khali |
Move the functionality checks to a separate function, as is done in
i2cget …
|
|
|
|
@5207
|
[5207]
|
5 years |
khali |
Minor optimizations and cleanups.
|
|
|
|
@5206
|
[5206]
|
5 years |
khali |
Unknown options are fatal, so label them error rather than warning.
|
|
|
|
@5205
|
[5205]
|
5 years |
khali |
More user-friendly error messages for wrong I2C bus parameter.
|
|
|
|
@5204
|
[5204]
|
5 years |
khali |
Move the chip address parsing to a common function for consistency.
|
|
|
|
@5203
|
[5203]
|
5 years |
khali |
Consistently restrict the allowed I2C device address to 0x03 - 0x77.
|
|
|
|
@5202
|
[5202]
|
5 years |
khali |
Move print_i2c_busses from i2cbusses.c to i2cdetect.c, as it is
only used …
|
|
|
|
@5201
|
[5201]
|
5 years |
khali |
Unify and shorten the usage messages. The details can be found in
the man …
|
|
|
|
@5200
|
[5200]
|
5 years |
khali |
Don't print the list of i2c buses as part of the help.
|
|
|
|
@5199
|
[5199]
|
5 years |
khali |
Make the includes order correct and consistent accross all tools.
|
|
|
|
@5198
|
[5198]
|
5 years |
khali |
Minor consistency fix.
|
|
|
|
@5197
|
[5197]
|
5 years |
khali |
Update.
|
|
|
|
@5196
|
[5196]
|
5 years |
khali |
Limit the stack usage in gather_i2c_busses:
* Reuse variables where …
|
|
|
|
@5195
|
[5195]
|
5 years |
khali |
Make it possible to pass the i2c bus by name instead of by number. As …
|
|
|
|
@5194
|
[5194]
|
5 years |
khali |
Split print_i2c_busses into a gathering part and a printing part.
|
|
|
|
@5193
|
[5193]
|
5 years |
khali |
Refactor the handling of the I2CBUS parameter. This ensures more …
|
|
|
|
@5192
|
[5192]
|
5 years |
khali |
Add SMSC SCH5127 detection. Patch from Juerg Haefliger.
|
|
|
|
@5191
|
[5191]
|
5 years |
khali |
Add SMSC SCH5127 detection. Patch from Juerg Haefliger.
|
|
|
|
@5190
|
[5190]
|
5 years |
khali |
Update the FSF address.
|
|
|
|
@5189
|
[5189]
|
5 years |
khali |
Delete the FAQ. It is now maintained on the wiki: …
|
|
|
|
@5188
|
[5188]
|
5 years |
khali |
Fix stray references to cvs.
|
|
|
|
@5187
|
[5187]
|
5 years |
khali |
Fix stray reference to cvs.
|
|
|
|
@5186
|
[5186]
|
5 years |
khali |
Minor readability adjustments.
|
|
|
|
@5185
|
[5185]
|
5 years |
djwong |
Subject: [PATCH 3/3 v3]: sensors: Automatically scale energy/power units
…
|
|
|
|
@5184
|
[5184]
|
5 years |
djwong |
Subject: [PATCH 3/4 v2] sensors: Print energy and power meters
Display …
|
|
|
|
@5183
|
[5183]
|
5 years |
djwong |
Subject: [PATCH 1/3 v3] libsensors: Support energy and power meters
Add …
|
|
|
|
@5182
|
[5182]
|
5 years |
khali |
Arbitrary version bump.
|
|
|
|
@5181
|
[5181]
|
5 years |
khali |
Drop obsolete comment.
|
|
|
|
@5180
|
[5180]
|
5 years |
khali |
pwmconfig: Don't start if fancontrol is running.
fancontrol: Don't start …
|
|
|
|
@5179
|
[5179]
|
5 years |
khali |
Don't create the configuration file before it's needed.
Don't preserve …
|
|
|
|
@5178
|
[5178]
|
5 years |
khali |
Add libsensors-API.txt to the checklist.
|
|
|
|
@5177
|
[5177]
|
5 years |
khali |
Trivial alignment fix.
|
|
|
|
@5176
|
[5176]
|
5 years |
khali |
Add support for virtual hwmon devices. This closes Red Hat bug #437637
and …
|
|
|
|
@5175
|
[5175]
|
5 years |
khali |
We start at the end of the chip list, going backwards, and we want the …
|
|
|
|
@5174
|
[5174]
|
5 years |
djwong |
Subject: [PATCH 1/4] libsensors: Detect OpenFirmware? hwmon devices
On a …
|
|
|
|
@5173
|
[5173]
|
5 years |
khali |
Set version to SVN.
|
|
|
|
@5172
|
[5172]
|
5 years |
khali |
Remove history, it belongs to SVN.
Don't tell people to contact me, …
|
|
|
|
@5171
|
[5171]
|
5 years |
khali |
Fix typo.
|
|
|
|
@5170
|
[5170]
|
5 years |
khali |
Fix typo.
|
|
|
|
@5169
|
[5169]
|
5 years |
khali |
The configuration file is currently parsed in the locale set by the main …
|
|
|
|
@5168
|
[5168]
|
5 years |
khali |
3.0.1 release
|
|
|
|
@5167
|
[5167]
|
5 years |
khali |
Set version to 3.0.1.
|
|
|
|
@5166
|
[5166]
|
5 years |
khali |
Fix directory creation.
|
|
|
|
@5165
|
[5165]
|
5 years |
khali |
Minor rewording.
|
|
|
|
@5164
|
[5164]
|
5 years |
khali |
Update the FSF address.
|
|
|
|
@5163
|
[5163]
|
5 years |
khali |
Patch from Aurelien Jarno:
I have just noticed that the FSF address is …
|
|
|
|
@5162
|
[5162]
|
5 years |
khali |
Drop the trailing .pl from all perl script names.
|
|
|
|
@5161
|
[5161]
|
5 years |
khali |
Cache the parsed hexdumps so that each dump file is only parsed once.
|
|
|
|
@5160
|
[5160]
|
5 years |
khali |
Drop $opt_body, name was confusing and we can easily do without it.
Update …
|
|
|
|
@5159
|
[5159]
|
5 years |
khali |
Make command line parsing more robust.
|
|
|
|
@5158
|
[5158]
|
5 years |
khali |
More coding-style fixes.
|
|
|
|
@5157
|
[5157]
|
5 years |
khali |
Patch from Trent Piepho:
This adds a "-x" option to decode-dimms.pl, …
|
|
|
|
@5156
|
[5156]
|
5 years |
khali |
More coding-style fixes.
|
|
|
|
@5155
|
[5155]
|
5 years |
khali |
More consistency in output.
|
|
|
|
@5154
|
[5154]
|
5 years |
khali |
Use the same formatting for CAS latencies for all memory types.
|
|
|
|
@5153
|
[5153]
|
5 years |
khali |
Strip trailing whitespace.
Coding-style fixes.
|
|
|
|
@5152
|
[5152]
|
5 years |
khali |
Patch from Trent Piepho:
This lets decode-dimms.pl decode almost all of …
|
|
|
|
@5151
|
[5151]
|
5 years |
khali |
Let the user specify a register range.
|
|
|
|
@5150
|
[5150]
|
5 years |
khali |
Hard-code program name in header comment.
|
|
|
|
@5149
|
[5149]
|
5 years |
khali |
Add support for word register access mode.
|
|
|
|
@5148
|
[5148]
|
5 years |
khali |
Drop broken I2C block read support.
|
|
|
|
@5147
|
[5147]
|
5 years |
khali |
Don't choke on unrecognized devices, part 2. In case hwmon devices have
no …
|
|
|
|
@5146
|
[5146]
|
5 years |
khali |
Drop unused defines.
|
|
|
|
@5145
|
[5145]
|
5 years |
jwrdegoede |
The platform case
acts as a fallback solution so it must be last in the …
|
|
|
|
@5144
|
[5144]
|
5 years |
jwrdegoede |
modify initscript to have lsb compliant return values
|
|
|
|
@5143
|
[5143]
|
5 years |
jwrdegoede |
Modify initscript chkconfig comments to not make the service start by …
|
|
|
|
@5142
|
[5142]
|
5 years |
jwrdegoede |
modify initscript to have lsb compliant return values
|
|
|
|
@5141
|
[5141]
|
5 years |
jwrdegoede |
Modify initscript chkconfig comments to not make the service start by …
|
|
|
|
@5140
|
[5140]
|
5 years |
khali |
Remove reference to hardware monitoring chips. i2cdump works on all …
|
|
|
|
@5139
|
[5139]
|
5 years |
khali |
New device ID for the SMSC SCH5317.
|
|
|
|
@5138
|
[5138]
|
5 years |
khali |
Post-release tagging.
|
|
|
|
@5137
|
[5137]
|
5 years |
khali |
Create tag 'V2-10-6'.
|
|
|
|