All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: (pwm-fan) add option to stop fan on shutdown
@ 2019-12-22 14:10 Akinobu Mita
  2019-12-22 14:10 ` [PATCH 1/2] " Akinobu Mita
  2019-12-22 14:10 ` [PATCH 2/2] dt-bindings: hwmon: (pwm-fan) add disable-state-shutdown property Akinobu Mita
  0 siblings, 2 replies; 6+ messages in thread
From: Akinobu Mita @ 2019-12-22 14:10 UTC (permalink / raw)
  To: linux-hwmon, devicetree
  Cc: Akinobu Mita, Rob Herring, Mark Rutland, Kamil Debski,
	Bartlomiej Zolnierkiewicz, Guenter Roeck

The pwm-fan driver leaves the fun running when shutting down the system.
(On the other hand the gpio-fan driver stops it.)

This adds an optional property "disable-state-shutdown" in case someone
wants to stop the fun running when shutting down the system.

Akinobu Mita (2):
  hwmon: (pwm-fan) add option to stop fan on shutdown
  dt-bindings: hwmon: (pwm-fan) add disable-state-shutdown property

 .../devicetree/bindings/hwmon/pwm-fan.txt          |  2 ++
 drivers/hwmon/pwm-fan.c                            | 24 ++++++++++++++++++++--
 2 files changed, 24 insertions(+), 2 deletions(-)

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Kamil Debski <kamil@wypas.org>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Guenter Roeck <linux@roeck-us.net>
-- 
2.7.4


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

end of thread, other threads:[~2020-01-13 16:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-22 14:10 [PATCH 0/2] hwmon: (pwm-fan) add option to stop fan on shutdown Akinobu Mita
2019-12-22 14:10 ` [PATCH 1/2] " Akinobu Mita
2020-01-08 16:13   ` Rob Herring
2020-01-10  5:06     ` Akinobu Mita
2020-01-13 16:03       ` Rob Herring
2019-12-22 14:10 ` [PATCH 2/2] dt-bindings: hwmon: (pwm-fan) add disable-state-shutdown property Akinobu Mita

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.