diff options
author | Brandon Wyman <[email protected]> | 2021-09-28 20:50:51 +0000 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2021-10-02 04:38:53 -0700 |
commit | f067d5585cda2de1e47dde914a8a4f151659e0ad (patch) | |
tree | c3cc839d467da71dd03761a69cf0971045107a5e /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | ffa2600044979aff4bd6238edb9af815a47d7c32 (diff) |
hwmon: (pmbus/ibm-cffps) max_power_out swap changes
The bytes for max_power_out from the ibm-cffps devices differ in byte
order for some power supplies.
The Witherspoon power supply returns the bytes in MSB/LSB order.
The Rainier power supply returns the bytes in LSB/MSB order.
The Witherspoon power supply uses version cffps1. The Rainier power
supply should use version cffps2. If version is cffps1, swap the bytes
before output to max_power_out.
Tested:
Witherspoon before: 3148. Witherspoon after: 3148.
Rainier before: 53255. Rainier after: 2000.
Signed-off-by: Brandon Wyman <[email protected]>
Reviewed-by: Eddie James <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[groeck: Replaced yoda programming]
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions