From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Subject: [PATCH 0/2] hwmon: (adt7475): inverted PWM output Date: Wed, 7 Nov 2018 17:00:08 +1300 Message-ID: <20181107040010.27436-1-chris.packham@alliedtelesis.co.nz> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux@roeck-us.net, robh+dt@kernel.org, jdelvare@suse.com Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Packham List-Id: devicetree@vger.kernel.org Hi, I have a hardware design that requires logic low PWM output. The adt7475 supports this but the current driver does not have any way of configuring= =20this. I've gone with a device-tree property as this is an artifact of the hardw= are design and not something that might be configured via sysfs. Chris Packham (2): =20 dt-bindings: hwmon: add binding documentation for adt7475 =20 hwmon: (adt7475): add support for inverting the pwm output =20.../devicetree/bindings/hwmon/adt7475.txt | 22 +++++++++++++++++++= =20.../devicetree/bindings/trivial-devices.txt | 4 ---- =20drivers/hwmon/adt7475.c | 17 ++++++++++++++ =203 files changed, 39 insertions(+), 4 deletions(-) =20create mode 100644 Documentation/devicetree/bindings/hwmon/adt7475.txt= --=20 2.19.1