mbox series

[v2,0/2] Extend the device-tree binding for lm90

Message ID 20220607063504.1287855-1-sst@poczta.fm (mailing list archive)
Headers show
Series Extend the device-tree binding for lm90 | expand

Message

Slawomir Stepien June 7, 2022, 6:35 a.m. UTC
From: Slawomir Stepien <slawomir.stepien@nokia.com>

This series extends the device-tree binding for lm90.
Support for channel's temperature offset has been added.

In lm90.c support for 2nd remote channel's temperature offset has been added (it is useful for
ADT7481 device) along side the needed changes for new bindings.

Note: this series has been rebased on hwmon/hwmon-next.

Version 2:
* Only patches that were not applied from v1 are here.
* PATCH 1/2 - updated, changelog in patch.
* PATCH 2/2 - updated, changelog in patch.

Slawomir Stepien (2):
      hwmon: (lm90) Add support for 2nd remote channel's offset register
      hwmon: (lm90) Read the channel's temperature offset from device-tree

 drivers/hwmon/lm90.c       | 74 ++++++++++++++++++++++++++++++++++++++++------
 drivers/hwmon/occ/p9_sbe.c |  6 ++--
 2 files changed, 67 insertions(+), 13 deletions(-)