This series adds support for the ADI AXI FAN Control IP core. The first patch adds some new definitions to the adi-axi-common header file. This new `#defines` will be then used by the new hwmon driver. The rest of the series is the usual stuff for a new device driver. Nuno Sá (3): include: fpga: adi-axi-common: Define version macros hwmon: Support ADI Fan Control IP dt-bindings: hwmon: Add AXI FAN Control documentation .../bindings/hwmon/adi,axi-fan-control.yaml | 58 +++ MAINTAINERS | 8 + drivers/hwmon/Kconfig | 9 + drivers/hwmon/Makefile | 1 + drivers/hwmon/axi-fan-control.c | 452 ++++++++++++++++++ include/linux/fpga/adi-axi-common.h | 4 + 6 files changed, 532 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml create mode 100644 drivers/hwmon/axi-fan-control.c -- 2.23.0