lkml.org 
[lkml]   [2022]   [Aug]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/3] occ: Restore default behavior of polling OCC during init
Date
A recent change to the OCC hwmon driver modified the default behavior to
no longer poll the OCC during initialization. This does change the
interface, meaning that old applications will not work with the more
recent driver. To resolve this issue, introduce a new dts property to
control the behavior of the driver during initialization, similar to the
FSI master property "no-scan-on-init". Without the new
"ibm,no-poll-on-init" boolean present, the driver will now do the
previous behavior of polling the OCC.

Changes since v1:
- Fix bindings and rename ibm,inactive-on-init to ibm,no-poll-on-init
- Fix incorrect MODULE_DEVICE_TABLE argument

Eddie James (3):
dt-bindings: hwmon: Add IBM OCC bindings
fsi: occ: Support probing the hwmon child device from dts node
hwmon: (occ) Check for device property for setting OCC active during
probe

.../bindings/hwmon/ibm,occ-hwmon.yaml | 39 ++++++++++++++++++
drivers/fsi/fsi-occ.c | 41 +++++++++++++++----
drivers/hwmon/occ/common.c | 11 ++++-
drivers/hwmon/occ/p9_sbe.c | 9 ++++
4 files changed, 92 insertions(+), 8 deletions(-)
create mode 100644 Documentation/devicetree/bindings/hwmon/ibm,occ-hwmon.yaml

--
2.31.1

\
 
 \ /
  Last update: 2022-08-09 22:17    [W:0.088 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site