This series adds HWMON support for the temperature sensor and the related alarms on the 107/108/109 chips.
v2: - remove struct aqr_priv - rename header file to aquantia.h 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.h | 16 ++ drivers/net/phy/aquantia_hwmon.c | 245 ++++++++++++++++++ .../net/phy/{aquantia.c => aquantia_main.c} | 4 + 4 files changed, 266 insertions(+) create mode 100644 drivers/net/phy/aquantia.h create mode 100644 drivers/net/phy/aquantia_hwmon.c rename drivers/net/phy/{aquantia.c => aquantia_main.c} (99%) -- 2.20.1