[PATCH 0/2] Add max6639 regulator and devicetree support

From: Naresh Solanki
Date: Thu Sep 22 2022 - 01:08:02 EST


These patches add devicetree support for MAX6639.

Changes:
- add dt-binding
- add max6639 specific property i.e., maxim,rpm-range

Marcello Sylvester Bauer (2):
dt-bindings: hwmon: Add binding for max6639
hwmon: (max6639) Change from pdata to dt configuration

.../bindings/hwmon/maxim,max6639.yaml | 112 ++++++++++++
drivers/hwmon/max6639.c | 162 +++++++++++++-----
include/linux/platform_data/max6639.h | 15 --
3 files changed, 231 insertions(+), 58 deletions(-)
create mode 100644 Documentation/devicetree/bindings/hwmon/maxim,max6639.yaml
delete mode 100644 include/linux/platform_data/max6639.h


base-commit: 9f6ca00b5be47e471e9703e6b017e1e2cfa7f604
--
2.35.3