mbox series

[linux,dev-6.1,v1,0/2] hwmon: max31790: support to config PWM as TACH

Message ID 20230921094253.1309670-1-Delphine_CC_Chiu@wiwynn.com
Headers show
Series hwmon: max31790: support to config PWM as TACH | expand

Message

Delphine CC Chiu Sept. 21, 2023, 9:42 a.m. UTC
Support to config PWM as TACH in MAX31790 driver.
Add binding document for MAX31790 driver.

Delphine CC Chiu (2):
  hwmon: max31790: support to config PWM as TACH
  dt-bindings: hwmon: add MAX31790

 .../bindings/hwmon/maxim,max31790.yaml        | 59 +++++++++++++++++++
 MAINTAINERS                                   |  6 ++
 drivers/hwmon/max31790.c                      | 58 ++++++++++++++++++
 3 files changed, 123 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/maxim,max31790.yaml