[PATCH 0/4] Why no v2?

From: Daniel Matyas
Date: Wed Sep 13 2023 - 11:22:36 EST


This is kind of v2, but not exactly. Major changes were applied and
commits were separated. The latter is the main reason why I did not call
this v2.

Briefly, this is what changed compared to the previoius patch:
- separate commit for: cleanup, dts doc, new dts props in driver,
resolution attribute
- timeout can be enabled now from the devicetree; no timeout attribute
- support for max31828 and max31829

Daniel Matyas (4):
hwmon: max31827: Make code cleaner
dt-bindings: hwmon: Added new properties to the devicetree
hwmon: max31827: Handle new properties from the devicetree
hwmon: max31827: Add custom attribute for resolution

.../bindings/hwmon/adi,max31827.yaml | 35 ++
Documentation/hwmon/max31827.rst | 73 +++-
drivers/hwmon/max31827.c | 397 +++++++++++++-----
3 files changed, 395 insertions(+), 110 deletions(-)

--
2.34.1