This series adds HWMON support for the temperature sensor and the related alarms on the 107/108/109 chips.
Heiner Kallweit (2): net: phy: aquantia: rename aquantia.c to aquantia_main.c net: phy: aquantia: add hwmon support drivers/net/phy/Makefile | 1 + drivers/net/phy/aquantia_hwmon.c | 263 ++++++++++++++++++ drivers/net/phy/aquantia_hwmon.h | 15 + .../net/phy/{aquantia.c => aquantia_main.c} | 4 + 4 files changed, 283 insertions(+) create mode 100644 drivers/net/phy/aquantia_hwmon.c create mode 100644 drivers/net/phy/aquantia_hwmon.h rename drivers/net/phy/{aquantia.c => aquantia_main.c} (98%) -- 2.20.1