#
e8771fd4 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I267a17e007b99caed10aef060e7dd9a0bcc5fc2e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
d8cacfd4 |
| 26-Apr-2021 |
Matt Spinler <spinler@us.ibm.com> |
Change #ifdef to #if after move to meson
Unlike with autotools, meson options negative-errno-on-fail and update-functional-on-fail are written to the generated config.h file regardless of if they ar
Change #ifdef to #if after move to meson
Unlike with autotools, meson options negative-errno-on-fail and update-functional-on-fail are written to the generated config.h file regardless of if they are enabled are not, such as
#define NEGATIVE_ERRNO_ON_FAIL 1 and #define NEGATIVE_ERRNO_ON_FAIL 0
That means the code that checks the values needs to be an #if and not an
The bitbake recipe has now switched over to building with meson, so right now openbmc master may not be building with the correct options depending on how these are set in the various bbappends.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I9db63c3b66c1e02175528b224cc9f0d997d31272
show more ...
|
#
caaebd1f |
| 21-Jun-2019 |
Patrick Venture <venture@google.com> |
hwmonio: Add injection point to test internal behavior
With the complexities of the various behaviors within the read() method of HwmonIO, introduce an injection point for testing. There is a defau
hwmonio: Add injection point to test internal behavior
With the complexities of the various behaviors within the read() method of HwmonIO, introduce an injection point for testing. There is a default available, and therefore this is a surgical change that only impacts future tests.
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I1ead56c7fe1a2f87ebf316488e68f435a41c9d19
show more ...
|
#
4d9506cc |
| 19-Dec-2018 |
Patrick Venture <venture@google.com> |
hwmonio: add underscore prefix to members
Add underscore prefix to members for hwmonio object.
Change-Id: Iab5aed5ddba3b1793bb16b0f1501a11ff95b7f35 Signed-off-by: Patrick Venture <venture@google.co
hwmonio: add underscore prefix to members
Add underscore prefix to members for hwmonio object.
Change-Id: Iab5aed5ddba3b1793bb16b0f1501a11ff95b7f35 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
#
043d3230 |
| 31-Aug-2018 |
Patrick Venture <venture@google.com> |
add .clang-format
Change-Id: I94ce26d595367e08d6fb3734535bcd855f1b1473 Signed-off-by: Patrick Venture <venture@google.com>
|
#
e289100e |
| 01-Jun-2018 |
Eddie James <eajames@us.ibm.com> |
Add EMSGSIZE to the list of retryable errors
Some devices return -EMSGSIZE if the hardware is being powered off in a normal manner, as incomplete data is received. Retrying allows time for the syste
Add EMSGSIZE to the list of retryable errors
Some devices return -EMSGSIZE if the hardware is being powered off in a normal manner, as incomplete data is received. Retrying allows time for the system to clean up driver devices, or in the event of a real failure, attempt to get the rest of the data.
Resolves openbmc/openbmc#3226
Change-Id: Ib507acf4cbd4094e4369e15b8519058c57a74bc2 Signed-off-by: Eddie James <eajames@us.ibm.com>
show more ...
|
#
0b305058 |
| 26-Apr-2018 |
Matthew Barth <msbarth@us.ibm.com> |
Remove OCC EREMOTEIO return code hack
With openbmc/openbmc#2329, an OCC sensor value will not be read when the associated fault file is set to true. This will set the value to 0 when a sensor is fau
Remove OCC EREMOTEIO return code hack
With openbmc/openbmc#2329, an OCC sensor value will not be read when the associated fault file is set to true. This will set the value to 0 when a sensor is faulted at startup or not update the previous value during the monitoring loop if the OCC sensor becomes faulted.
Applications(i.e. fan control) needing to react to a faulted OCC sensor can subscribe to property changed signals on the OperationalStatus Functional property for the sensor's dbus object.
Tested: A faulted OCC sensor has a non-functional status on dbus
Change-Id: Ia43ebb1e0fe0227797bc4034e617ac357edd348d Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
show more ...
|
#
75e56c67 |
| 20-Apr-2018 |
Patrick Venture <venture@google.com> |
hwmonio: split IoAccess object out
Split out the hwmon io access object from the sysfs namespace into its own.
Change-Id: I8d1a45630117d1d503d0d5fa6061163911b695e8 Signed-off-by: Patrick Venture <v
hwmonio: split IoAccess object out
Split out the hwmon io access object from the sysfs namespace into its own.
Change-Id: I8d1a45630117d1d503d0d5fa6061163911b695e8 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|