All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] hwmon: aspeed2600-pwm-tacho: Add driver support
@ 2021-01-13  7:08 ` Troy Lee
  0 siblings, 0 replies; 34+ messages in thread
From: Troy Lee @ 2021-01-13  7:08 UTC (permalink / raw)
  To: openbmc, Jean Delvare, Guenter Roeck, Rob Herring, Joel Stanley,
	Andrew Jeffery, Jonathan Corbet, Philipp Zabel, Ryan Chen,
	open list:HARDWARE MONITORING,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/ASPEED MACHINE SUPPORT,
	moderated list:ARM/ASPEED MACHINE SUPPORT, open list,
	open list:DOCUMENTATION
  Cc: chiawei_wang, leetroy, troy_lee

Aspeed AST2600 is a server management SoC which has 16 PWM channels and
16 fan tacho channel.

This series of patch provides AST2600 PWM/Fan tacho support in hwmon
class.

The driver provides a sysfs interface, and user can configure PWM duty
cycle and read current FAN speed in RPM.


Change since v1:
- dt-binding rewrote with dt schema format
- register hwmon driver with devm_hwmon_device_register_with_info()
- moving default configurations to device tree

*** BLURB HERE ***

Troy Lee (4):
  dt-bindings: hwmon: Add Aspeed AST2600 PWM/Fan
  hwmon: Add Aspeed AST2600 support
  ARM: dts: aspeed: Add Aspeed AST2600 PWM/Fan node in devicetree
  hwmon: Support Aspeed AST2600 PWM/Fan tachometer

 .../hwmon/aspeed,ast2600-pwm-tachometer.yaml  | 137 ++++
 .../hwmon/aspeed2600-pwm-tachometer.rst       |  27 +
 Documentation/hwmon/index.rst                 |   1 +
 arch/arm/boot/dts/aspeed-ast2600-evb.dts      | 152 ++++
 arch/arm/boot/dts/aspeed-g6.dtsi              |  10 +
 drivers/hwmon/Kconfig                         |  10 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/aspeed2600-pwm-tacho.c          | 756 ++++++++++++++++++
 8 files changed, 1094 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/aspeed,ast2600-pwm-tachometer.yaml
 create mode 100644 Documentation/hwmon/aspeed2600-pwm-tachometer.rst
 create mode 100644 drivers/hwmon/aspeed2600-pwm-tacho.c

-- 
2.25.1


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

end of thread, other threads:[~2021-01-26  5:58 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13  7:08 [PATCH v2 0/4] hwmon: aspeed2600-pwm-tacho: Add driver support Troy Lee
2021-01-13  7:08 ` Troy Lee
2021-01-13  7:08 ` [PATCH v2 1/4] dt-bindings: hwmon: Add Aspeed AST2600 PWM/Fan Troy Lee
2021-01-13  7:08   ` Troy Lee
2021-01-13 15:45   ` Rob Herring
2021-01-13 15:45     ` Rob Herring
2021-01-13 15:45     ` Rob Herring
2021-01-14  1:35     ` Troy Lee
2021-01-14  1:35       ` Troy Lee
2021-01-14 14:13   ` Rob Herring
2021-01-14 14:13     ` Rob Herring
2021-01-14 14:13     ` Rob Herring
2021-01-15  1:46     ` Troy Lee
2021-01-15  1:46       ` Troy Lee
2021-01-15  1:46       ` Troy Lee
2021-01-13  7:08 ` [PATCH v2 2/4] hwmon: Add Aspeed AST2600 support Troy Lee
2021-01-13  7:08   ` Troy Lee
2021-01-13  7:08 ` [PATCH v2 3/4] ARM: dts: aspeed: Add Aspeed AST2600 PWM/Fan node in devicetree Troy Lee
2021-01-13  7:08   ` Troy Lee
2021-01-13  7:08 ` [PATCH v2 4/4] hwmon: Support Aspeed AST2600 PWM/Fan tachometer Troy Lee
2021-01-13  7:08   ` Troy Lee
2021-01-13  9:46   ` kernel test robot
2021-01-13  9:46     ` kernel test robot
2021-01-13  9:46     ` kernel test robot
2021-01-13  9:48   ` kernel test robot
2021-01-13  9:48     ` kernel test robot
2021-01-14  1:27     ` Troy Lee
2021-01-14  1:27       ` Troy Lee
2021-01-23 16:14   ` Guenter Roeck
2021-01-23 16:14     ` Guenter Roeck
2021-01-23 16:14     ` Guenter Roeck
2021-01-25 10:01     ` Troy Lee
2021-01-25 10:01       ` Troy Lee
2021-01-25 10:01       ` Troy Lee

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.