]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'aquantia-hwmon'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 22:16:22 +0000 (14:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 22:16:22 +0000 (14:16 -0800)
commit939c5ce0f273755059685db07cebea54daa3218f
tree4fca2ac1f2ecb6aa270b8cb0c8da35c522f9ab4a
parenta24f7e74835ae9bb1530115542da0eb5aec4610a
parenta985fdba1c454cf8372116647931ded64cea68f2
Merge branch 'aquantia-hwmon'

Heiner Kallweit says:

====================
net: phy: aquantia: add hwmon support

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
v3:
- add conditional compiling of aquantia_hwmon.c
- improve converting sensor register values to/from long
- add helper aqr_hwmon_test_bit
====================

Signed-off-by: David S. Miller <davem@davemloft.net>