|
|
|
@5593
|
[5593]
|
4 years |
jwrdegoede |
Add ACPI bus
|
|
|
|
@5379
|
[5379]
|
5 years |
khali |
Add support for current sensors.
|
|
|
|
@5378
|
[5378]
|
5 years |
khali |
Add support for instantaneous power sensors.
|
|
|
|
@5183
|
[5183]
|
5 years |
djwong |
Subject: [PATCH 1/3 v3] libsensors: Support energy and power meters
Add …
|
|
|
|
@5176
|
[5176]
|
5 years |
khali |
Add support for virtual hwmon devices. This closes Red Hat bug #437637
and …
|
|
|
|
@5174
|
[5174]
|
5 years |
djwong |
Subject: [PATCH 1/4] libsensors: Detect OpenFirmware? hwmon devices
On a …
|
|
|
|
@5163
|
[5163]
|
5 years |
khali |
Patch from Aurelien Jarno:
I have just noticed that the FSF address is …
|
|
|
|
@5145
|
[5145]
|
5 years |
jwrdegoede |
The platform case
acts as a fallback solution so it must be last in the …
|
|
|
|
@5134
|
[5134]
|
5 years |
khali |
Use func instead of FUNCTION. The former is standard, the latter …
|
|
|
|
@5093
|
[5093]
|
5 years |
khali |
Add support for drivers that place the hwmon attributes in the hwmon
class …
|
|
|
|
@5092
|
[5092]
|
5 years |
khali |
Get the device type from the subsystem symlink, rather than
guessing it …
|
|
|
|
@5075
|
[5075]
|
5 years |
mmh |
libsensors: minor cleanup
|
|
|
|
@5067
|
[5067]
|
5 years |
khali |
libsensors: No longer depend on libsysfs.
Instead, access sysfs directly, …
|
|
|
|
@4899
|
[4899]
|
6 years |
khali |
libsensors: Report I/O errors as such.
|
|
|
|
@4896
|
[4896]
|
6 years |
khali |
libsensors: Differentiate between different read error types.
|
|
|
|
@4895
|
[4895]
|
6 years |
khali |
libsensors: Notify the caller when writing a value fails.
|
|
|
|
@4879
|
[4879]
|
6 years |
khali |
Drop SENSORS_ERR_NO_DEVS: we return success, not error, when no device
is …
|
|
|
|
@4878
|
[4878]
|
6 years |
khali |
Add support for platform devices with no ID.
|
|
|
|
@4858
|
[4858]
|
6 years |
khali |
Renumber feature and subfeature types to leave more room if we later
need …
|
|
|
|
@4855
|
[4855]
|
6 years |
khali |
Don't arbitrarily write errors to stderr. In production mode,
simply …
|
|
|
|
@4854
|
[4854]
|
6 years |
khali |
Delete unused SENSORS_ERR_ACCESS.
Rename SENSORS_ERR_PROC to the more …
|
|
|
|
@4850
|
[4850]
|
6 years |
khali |
Better prototype for get_type_scaling().
|
|
|
|
@4841
|
[4841]
|
6 years |
khali |
Pass a subfeature structure to sensors_read_sysfs_attr() and …
|
|
|
|
@4838
|
[4838]
|
6 years |
khali |
Introduce a separate type for main features. Make subfeatures map to
the …
|
|
|
|
@4837
|
[4837]
|
6 years |
khali |
Rename subfeature types from *_FEATURE_* to *_SUBFEATURE_*, to better …
|
|
|
|
@4836
|
[4836]
|
6 years |
khali |
Update the comments and symbols in the whole library code to refer to …
|
|
|
|
@4834
|
[4834]
|
6 years |
khali |
Define a separate structure to represent main features. This allows
for …
|
|
|
|
@4832
|
[4832]
|
6 years |
khali |
Rename struct sensors_feature_data to sensors_subfeature. This is a
first …
|
|
|
|
@4830
|
[4830]
|
6 years |
khali |
sensors_feature_data and sensors_chip_feature are now the exact
same …
|
|
|
|
@4829
|
[4829]
|
6 years |
khali |
Fix compilation breakage with non-C99 compilers.
|
|
|
|
@4826
|
[4826]
|
6 years |
khali |
Add support for beep features.
|
|
|
|
@4776
|
[4776]
|
6 years |
khali |
Move sensors_feature_get_type() from access.c to sysfs.c, it's only called …
|
|
|
|
@4769
|
[4769]
|
6 years |
khali |
Add support for temperature offset files, which are part of the
standard …
|
|
|
|
@4766
|
[4766]
|
6 years |
khali |
Add support for the standard beep_enable attribute (#2248).
|
|
|
|
@4765
|
[4765]
|
6 years |
khali |
Increase MAX_SENSORS_PER_TYPE from 16 to 20: the ADM1026 can have up
to 17 …
|
|
|
|
@4764
|
[4764]
|
6 years |
khali |
Another minor optimization to sensors_read_dynamic_chip():
* We don't need …
|
|
|
|
@4763
|
[4763]
|
6 years |
khali |
Minor optimizations in sensors_read_dynamic_chip():
* We don't need to …
|
|
|
|
@4762
|
[4762]
|
6 years |
khali |
Now that we can deduce the scaling factor required for each feature
from …
|
|
|
|
@4761
|
[4761]
|
6 years |
khali |
Optimize the memory consumption in sensors_read_dynamic_chip(). The
idea …
|
|
|
|
@4760
|
[4760]
|
6 years |
khali |
Store the feature list length separately instead of null-terminating
the …
|
|
|
|
@4759
|
[4759]
|
6 years |
khali |
Renumber the features linearly, so that feature number N is at
position N …
|
|
|
|
@4758
|
[4758]
|
6 years |
khali |
The compute mapping value is either SENSORS_NO_MAPPING or the same
feature …
|
|
|
|
@4757
|
[4757]
|
6 years |
khali |
Rename sensors_feature_data.mode to flags, as we plan to use it to
store …
|
|
|
|
@4744
|
[4744]
|
6 years |
khali |
Start numbering the features at 0, not 1. There's nothing wrong with …
|
|
|
|
@4743
|
[4743]
|
6 years |
khali |
Use the feature type rather than the feature name to figure out whether
we …
|
|
|
|
@4742
|
[4742]
|
6 years |
khali |
Drop useless return.
|
|
|
|
@4736
|
[4736]
|
6 years |
khali |
Mass reindent, coding style and whitespace cleanups.
|
|
|
|
@4732
|
[4732]
|
6 years |
khali |
Make SENSORS_FEATURE_MAX_SUB_FEATURES private (and rename it to …
|
|
|
|
@4731
|
[4731]
|
6 years |
khali |
Allocate the large sparse feature table in sensors_read_dynamic_chip() …
|
|
|
|
@4689
|
[4689]
|
6 years |
khali |
Add support for hardware monitoring chips on SPI buses.
SPI bus …
|
|
|
|
@4687
|
[4687]
|
6 years |
khali |
Support more bus types (part 2 of 2). Originally libsensors was very …
|
|
|
|
@4686
|
[4686]
|
6 years |
khali |
Support more bus types (part 1 of 2). Originally libsensors was very …
|
|
|
|
@4674
|
[4674]
|
6 years |
khali |
Don't handle the isa bus in sensors_parse_i2cbus_name(). We really
don't …
|
|
|
|
@4673
|
[4673]
|
6 years |
khali |
Rename sensors_chip_name.busname to path, as this is what we are using
it …
|
|
|
|
@4672
|
[4672]
|
6 years |
khali |
Drop support for "dummy" bus type. The kernel no longer supports
such fake …
|
|
|
|
@4667
|
[4667]
|
6 years |
khali |
Pass the structures by reference inside libsensors. Again a small …
|
|
|
|
@4638
|
[4638]
|
6 years |
khali |
No need to explicitly discard subclients. With the hwmon class, they won't …
|
|
|
|
@4637
|
[4637]
|
6 years |
khali |
Discard devices with zero feature.
|
|
|
|
@4636
|
[4636]
|
6 years |
khali |
Fix a memory leak in sensors_read_one_sysfs_chip() when an error occurs.
|
|
|
|
@4630
|
[4630]
|
6 years |
khali |
Now that sensors_feature_get_type() is an internal function, we can
adjust …
|
|
|
|
@4629
|
[4629]
|
6 years |
khali |
The way we use sensors_feature_get_type() is rather suboptimal. It is …
|
|
|
|
@4616
|
[4616]
|
6 years |
khali |
No special treatment is needed for the name attribute.
|
|
|
|
@4554
|
[4554]
|
6 years |
khali |
Add support for multiple VID values. Untested as I don't have a chip with …
|
|
|
|
@4553
|
[4553]
|
6 years |
khali |
Move sensors_proc_read and sensors_proc_write to sysfs.c, and rename them …
|
|
|
|
@4545
|
[4545]
|
6 years |
khali |
Add some more warning flags, and fix these warnings.
|
|
|
|
@4543
|
[4543]
|
6 years |
khali |
Drop VRM reporting and selection support from libsensors. Since kernel …
|
|
|
|
@4521
|
[4521]
|
6 years |
khali |
Simplify the code setting the feature mode.
|
|
|
|
@4510
|
[4510]
|
6 years |
khali |
With the new dynamic chip features enumeration code, the …
|
|
|
|
@4509
|
[4509]
|
6 years |
khali |
Feature names are now dynamically allocated -> no const.
|
|
|
|
@4508
|
[4508]
|
6 years |
khali |
Use complete chip names (prefix + bus + address) as the keys of …
|
|
|
|
@4474
|
[4474]
|
6 years |
khali |
struct sensors_proc_chips_entry now has a single member, so we may
as well …
|
|
|
|
@4464
|
[4464]
|
6 years |
khali |
Return with an explicit error code/message if sysfs isn't mounted.
|
|
|
|
@4462
|
[4462]
|
6 years |
khali |
libsensors: Kill procfs support, part 1.
|
|
|
|
@4420
|
[4420]
|
6 years |
khali |
Fill the magnitude field of dynamically generated device entries.
|
|
|
|
@4403
|
[4403]
|
6 years |
khali |
libsensors: Drop support for non-sensor drivers: ddcmon and eeprom.
These …
|
|
|
|
@4368
|
[4368]
|
6 years |
jwrdegoede |
-rewrite dyn chip code, it now uses sensors_feature_get_type() to
…
|
|
|
|
@4367
|
[4367]
|
6 years |
jwrdegoede |
-comment abituguru entry in lib/chips.c and prog/sensors/main.c, as the
…
|
|
|
|
@4359
|
[4359]
|
6 years |
jwrdegoede |
dynamicly generate a sensors_chip_features_list entry for unknown chips …
|
|
|
|
@4357
|
[4357]
|
6 years |
mmh |
Merge from trunk (4303:4355) out to 3.0.0 branch.
|
|
|
|
@4303
|
[4303]
|
6 years |
mmh |
Create a branch for 3.0.0.
|
|
copied from lm-sensors/trunk/lib/sysfs.c:
|
|
|
|
@4267
|
[4267]
|
6 years |
khali |
libsensors: Get the i2c adapter names from the class device's "name" …
|