mbox series

[linux,dev-6.6,0/3] Support pwm/tach driver for aspeed ast26xx

Message ID 20240408105100.2946497-1-potin.lai@quantatw.com
Headers show
Series Support pwm/tach driver for aspeed ast26xx | expand

Message

Potin Lai April 8, 2024, 10:50 a.m. UTC
Add pwm/tach driver support for aspeed ast26xx.

LORE Link: https://lore.kernel.org/all/20240221104025.1306227-1-billy_tsai@aspeedtech.com/

Billy Tsai (2):
  dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control
  hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach

Naresh Solanki (1):
  dt-bindings: hwmon: fan: Add fan binding to schema

 .../bindings/hwmon/aspeed,g6-pwm-tach.yaml    |  71 +++
 .../devicetree/bindings/hwmon/fan-common.yaml |  79 +++
 Documentation/hwmon/aspeed-g6-pwm-tach.rst    |  26 +
 Documentation/hwmon/index.rst                 |   1 +
 drivers/hwmon/Kconfig                         |  11 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/aspeed-g6-pwm-tach.c            | 549 ++++++++++++++++++
 7 files changed, 738 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/aspeed,g6-pwm-tach.yaml
 create mode 100644 Documentation/devicetree/bindings/hwmon/fan-common.yaml
 create mode 100644 Documentation/hwmon/aspeed-g6-pwm-tach.rst
 create mode 100644 drivers/hwmon/aspeed-g6-pwm-tach.c

Comments

Andrew Jeffery April 9, 2024, 11:19 a.m. UTC | #1
On Mon, 2024-04-08 at 18:50 +0800, Potin Lai wrote:
> Add pwm/tach driver support for aspeed ast26xx.
> 
> LORE Link: https://lore.kernel.org/all/20240221104025.1306227-1-billy_tsai@aspeedtech.com/

Thanks, I've applied these to openbmc/linux dev-6.6.

However, do note that there's as yet no update to aspeed-g6.dtsi, and
therefore anyone looking to exploit the driver has a small amount of
extra work to do. It would be nice if someone submitted a patch to
address that.

Andrew