All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: (adt7475): inverted PWM output
@ 2018-11-07  4:00 Chris Packham
  2018-11-07  4:00 ` [PATCH 1/2] dt-bindings: hwmon: add binding documentation for adt7475 Chris Packham
  2018-11-07  4:00 ` [PATCH 2/2] hwmon: (adt7475): add support for inverting the pwm output Chris Packham
  0 siblings, 2 replies; 7+ messages in thread
From: Chris Packham @ 2018-11-07  4:00 UTC (permalink / raw)
  To: linux, robh+dt, jdelvare
  Cc: linux-hwmon, devicetree, linux-kernel, Chris Packham

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 this.
I've gone with a device-tree property as this is an artifact of the hardware
design and not something that might be configured via sysfs.

Chris Packham (2):
  dt-bindings: hwmon: add binding documentation for adt7475
  hwmon: (adt7475): add support for inverting the pwm output

 .../devicetree/bindings/hwmon/adt7475.txt     | 22 +++++++++++++++++++
 .../devicetree/bindings/trivial-devices.txt   |  4 ----
 drivers/hwmon/adt7475.c                       | 17 ++++++++++++++
 3 files changed, 39 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/adt7475.txt

-- 
2.19.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-11-09  5:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07  4:00 [PATCH 0/2] hwmon: (adt7475): inverted PWM output Chris Packham
2018-11-07  4:00 ` [PATCH 1/2] dt-bindings: hwmon: add binding documentation for adt7475 Chris Packham
2018-11-07  4:24   ` Guenter Roeck
2018-11-07  4:27     ` Chris Packham
2018-11-07  5:07       ` Guenter Roeck
2018-11-08 19:55         ` Chris Packham
2018-11-07  4:00 ` [PATCH 2/2] hwmon: (adt7475): add support for inverting the pwm output Chris Packham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.