[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1642413668.git.sylv@sylv.io>
Date: Mon, 17 Jan 2022 11:40:22 +0100
From: Marcello Sylvester Bauer <sylv@...v.io>
To: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Patrick Rudolph <patrick.rudolph@...ements.com>,
Jean Delvare <jdelvare@...e.com>,
Guenter Roeck <linux@...ck-us.net>
Subject: [PATCH v2 0/4] Add max6639 regulator and devicetree support
these patches add devicetree support for the Maxim MAX6639.
In addition, it includes optional regulator support for the fan-supply and
updates the URL to the datasheet.
Changes in v2:
- dt: Rename polarity to pwm-polarity
- Remove unused platform_data header.
- Remove regulator enable/disable calls in pwm_store due to imbalance of
calls.
- Move to strict per channel dt configuration without defaults.
Marcello Sylvester Bauer (4):
hwmon: (max6639) Update Datasheet URL
hwmon: (max6639) Add regulator support
dt-bindings: hwmon: Add binding for max6639
hwmon: (max6639) Change from pdata to dt configuration
.../bindings/hwmon/maxim,max6639.yaml | 112 +++++++++
Documentation/hwmon/max6639.rst | 2 +-
drivers/hwmon/max6639.c | 235 ++++++++++++++----
include/linux/platform_data/max6639.h | 15 --
4 files changed, 297 insertions(+), 67 deletions(-)
create mode 100644 Documentation/devicetree/bindings/hwmon/maxim,max6639.yaml
delete mode 100644 include/linux/platform_data/max6639.h
--
2.33.1
Powered by blists - more mailing lists