mbox series

[0/4] Why no v2?

Message ID 20230913152135.457892-1-daniel.matyas@analog.com
Headers show
Series Why no v2? | expand

Message

Matyas, Daniel Sept. 13, 2023, 3:21 p.m. UTC
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(-)