mbox series

[v3,0/3] hwmon: (adt7475) pin configuration

Message ID 20220323034056.260455-1-chris.packham@alliedtelesis.co.nz (mailing list archive)
Headers show
Series hwmon: (adt7475) pin configuration | expand

Message

Chris Packham March 23, 2022, 3:40 a.m. UTC
This series adds support for configuring the ADT7475 based on the
hardware description provided. The ADT7475 driver has always supported
detecting the configuration. This adds support for configuring the chip
based on the hardware design.

Chris Packham (3):
  dt-bindings: hwmon: Document adt7475 pin-function properties
  hwmon: (adt7475) Add support for pin configuration
  hwmon: (adt7475) Use enum chips when loading attenuator settings

 .../devicetree/bindings/hwmon/adt7475.yaml    |  22 ++++
 drivers/hwmon/adt7475.c                       | 119 ++++++++++++++++--
 2 files changed, 128 insertions(+), 13 deletions(-)