mbox series

[v1,0/2] hwmon: npcm: add Arbel NPCM8XX support

Message ID 20230927173850.103435-1-tmaimon77@gmail.com (mailing list archive)
Headers show
Series hwmon: npcm: add Arbel NPCM8XX support | expand

Message

Tomer Maimon Sept. 27, 2023, 5:38 p.m. UTC
This patch set adds Arbel NPCM8XX Pulse Width Modulation (PWM) and
Fan tachometer (Fan) support to PWM FAN NPCM driver.

The NPCM8XX supports up to 16 Fan tachometer inputs and
up to 12 PWM outputs.

The NPCM PWM FAN driver was tested on the NPCM845 evaluation board.

Tomer Maimon (2):
  dt-bindings: hwmon: npcm: Add npcm845 compatible string
  hwmon: npcm750-pwm-fan: Add NPCM8xx support

 .../bindings/hwmon/npcm750-pwm-fan.txt        |   6 +-
 drivers/hwmon/npcm750-pwm-fan.c               | 161 +++++++++++++++---
 2 files changed, 141 insertions(+), 26 deletions(-)