#
f5402197 |
| 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: I7b90380845efee6bf6a1fe342a793d71aa9ff181 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
81a2f90b |
| 23-Mar-2021 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Create error log entries
Create error log entries when the following regulator operations fail: * configuration * presence detection * sensor monitoring * closing I2C devices
Use the re
regulators: Create error log entries
Create error log entries when the following regulator operations fail: * configuration * presence detection * sensor monitoring * closing I2C devices
Use the recently created error_logging_utils namespace to create error logs based on caught exceptions.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I25824ecfdaa270abbce92b52bdea0602271d926d
show more ...
|
#
462e5926 |
| 19-Nov-2020 |
Bob King <Bob_King@wistron.com> |
regulators: Complete PresenceDetection class
Complete implementation of the PresenceDetection class. Implement the execute() method that executes one or more actions to determine if a device is pre
regulators: Complete PresenceDetection class
Complete implementation of the PresenceDetection class. Implement the execute() method that executes one or more actions to determine if a device is present.
Cache the results so that subsequent calls to execute() will return the cached value. Executing the actions may be expensive, requiring one or more D-Bus calls.
Provide a clearCache() method to be called on each boot to clear the cached value.
Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: Ie0e3dfde10f2df8ca8b56ec14ce723f356e97dfc
show more ...
|