Add support for the Aquacomputer Aquaero 5/6 fan controllers. These fan controllers support 4 fans, 8 physical temperature sensors, 8 virtual temperature sensors and 2 flow sensors. The first 5 patches prepare support for Aquacomputer Aquaero without changing the functionality. Patch 6 adds support for Aquaero sensors. Fan control is planned for a future patch. Leonard Anderweit (6): hwmon: (aquacomputer_d5next) Rename AQC_TEMP_SENSOR_SIZE to AQC_SENSOR_SIZE hwmon: (aquacomputer_d5next) Restructure flow sensor reading hwmon: (aquacomputer_d5next) Add structure for fan layout hwmon: (aquacomputer_d5next) Device dependent serial number and firmware offsets hwmon: (aquacomputer_d5next) Make fan sensor offsets u16 hwmon: (aquacomputer_d5next) Support sensors for Aquacomputer Aquaero Documentation/hwmon/aquacomputer_d5next.rst | 5 + drivers/hwmon/aquacomputer_d5next.c | 193 ++++++++++++++++---- 2 files changed, 165 insertions(+), 33 deletions(-) -- 2.38.1