#
18b6186e |
| 30-Jan-2025 |
Ed Tanous <ed@tanous.net> |
Apply misc-include-cleaner fixes
misc-include-cleaner seems to have found a lot more things all of a sudden. Unclear why the result has changed, but we can just fix the issues.
Tested: Clang-tidy
Apply misc-include-cleaner fixes
misc-include-cleaner seems to have found a lot more things all of a sudden. Unclear why the result has changed, but we can just fix the issues.
Tested: Clang-tidy now passes. Code compiles.
Change-Id: Iab045cc183f0daef663b4d5ac901200a42807987 Signed-off-by: Ed Tanous <etanous@nvidia.com>
show more ...
|
#
2aaf7175 |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: Ib7af6345a7b9e858700bd81645fe87d9d7e9d0fb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
201a1015 |
| 03-Apr-2024 |
Ed Tanous <ed@tanous.net> |
Add modernize-redundant-void-arg
Enable this check and fix the failures.
Change-Id: I89b13daf1161be40564367562bb9c8c0c459e1d0 Signed-off-by: Ed Tanous <ed@tanous.net>
|
#
cafd72f6 |
| 16-Dec-2022 |
Matt Simmering <matthew.simmering@intel.com> |
psu-sensor: Add devmgmt and powercallback to PSU
Some PSU sensors are dependent on system power state. Without change the device initialization would fail and dbus-sensors and entity-manager wouldn'
psu-sensor: Add devmgmt and powercallback to PSU
Some PSU sensors are dependent on system power state. Without change the device initialization would fail and dbus-sensors and entity-manager wouldn't come back to properly instantiate.
Same intention as this hwmontempsensor change: https://github.com/openbmc/dbus-sensors/commit/a1456c4abafc697e7caa6b8e95ac9ddb35c4e7d1
Tested: Same sensors are getting created. Sensors are getting created/destroyed on host power events based on their PowerState.
Signed-off-by: Matt Simmering <matthew.simmering@intel.com> Change-Id: I3ee719cf65df225f964148d3994eec4d758d72a1
show more ...
|
#
c564eda5 |
| 12-May-2023 |
Matt Simmering <matthew.simmering@intel.com> |
hwmontempsensor: Move instantiateDevices
Move instantiateDevices to DeviceMgmt.hpp as a template function. This way other sensors can leverage this functionality.
Tested: Same hwmon temp devices ar
hwmontempsensor: Move instantiateDevices
Move instantiateDevices to DeviceMgmt.hpp as a template function. This way other sensors can leverage this functionality.
Tested: Same hwmon temp devices are getting instantiated.
Change-Id: I5d932ea57fa67809232a92fc769cd66a17a0cc70 Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
show more ...
|
#
786efb80 |
| 18-Jan-2023 |
Matt Simmering <matthew.simmering@intel.com> |
psusensor: Convert sensorTypes to I2CDeviceTypeMap
Similar to change https://gerrit.openbmc.org/c/openbmc/dbus-sensors/+/56127.
Tested: same sensors get initialized before and after change.
Change
psusensor: Convert sensorTypes to I2CDeviceTypeMap
Similar to change https://gerrit.openbmc.org/c/openbmc/dbus-sensors/+/56127.
Tested: same sensors get initialized before and after change.
Change-Id: I57aca3738b01aa22da4dab5d8b1ed251578d9123 Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
show more ...
|
#
e73bd0a1 |
| 24-Jan-2023 |
Andrew Jeffery <andrew@aj.id.au> |
sensors: Align source structure away from anti-patterns
The anti-patterns document comments on source structure, specifically on placing internal headers in a parallel subtree[1]. dbus-sensors is an
sensors: Align source structure away from anti-patterns
The anti-patterns document comments on source structure, specifically on placing internal headers in a parallel subtree[1]. dbus-sensors is an example of violating this anti-pattern, so fix it.
[1]: https://github.com/openbmc/docs/blob/master/anti-patterns.md#placing-internal-headers-in-a-parallel-subtree
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I50ecaddd53fa9c9b7a0441af9de5e60bd94e47c6
show more ...
|