devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] emc2305 driver updates
@ 2025-02-19 13:32 florin.leotescu
  2025-02-19 13:32 ` [PATCH v2 1/3] hwmon: emc2305: Update cooling device registration to include device node florin.leotescu
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: florin.leotescu @ 2025-02-19 13:32 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Michael Shych, linux-hwmon, devicetree,
	linux-kernel
  Cc: viorel.suman, carlos.song, linux-arm-kernel, imx, Florin Leotescu

From: Florin Leotescu <florin.leotescu@nxp.com>

This patch series enhance the emc2305 driver by introducing
device tree support for configuring PWM output config (open drain /
push pull) and PWM polarity config (default/inverted).
Also updates the thermal management, to be configured based on 
device tree definition.

Changes since v1:
- Add dt-binding documentation, as recommended by Guenter Roeck.
- Remove emc2305_unset_tz due to 
  devm_thermal_of_cooling_device_register use.

Florin Leotescu (3):
  hwmon: emc2305: Update cooling device registration to include device
    node
  hwmon: emc2305: Add device tree support for polarity and pwm output
  dt-bindings: hwmon: emc2305: Add YAML binding documentation for
    emc2305 driver

 .../devicetree/bindings/hwmon/emc2305.yaml    | 95 +++++++++++++++++++
 drivers/hwmon/emc2305.c                       | 55 ++++++-----
 2 files changed, 125 insertions(+), 25 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/emc2305.yaml

-- 
2.34.1


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

end of thread, other threads:[~2025-02-20  8:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19 13:32 [PATCH v2 0/3] emc2305 driver updates florin.leotescu
2025-02-19 13:32 ` [PATCH v2 1/3] hwmon: emc2305: Update cooling device registration to include device node florin.leotescu
2025-02-19 13:32 ` [PATCH v2 2/3] hwmon: emc2305: Add device tree support for polarity and pwm output florin.leotescu
2025-02-19 13:32 ` [PATCH v2 3/3] dt-bindings: hwmon: emc2305: Add YAML binding documentation for emc2305 driver florin.leotescu
2025-02-19 13:53   ` Fabio Estevam
2025-02-19 14:01   ` Krzysztof Kozlowski
2025-02-19 15:52     ` Guenter Roeck
2025-02-20  8:31       ` Krzysztof Kozlowski
2025-02-19 14:30   ` Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).