All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: phy: aquantia: add hwmon support
@ 2019-02-24 20:06 Heiner Kallweit
  2019-02-24 20:07 ` [PATCH net-next 1/2] net: phy: aquantia: rename aquantia.c to aquantia_main.c Heiner Kallweit
  2019-02-24 20:09 ` [PATCH net-next 2/2] net: phy: aquantia: add hwmon support Heiner Kallweit
  0 siblings, 2 replies; 6+ messages in thread
From: Heiner Kallweit @ 2019-02-24 20:06 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, David Miller; +Cc: netdev

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-02-24 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-24 20:06 [PATCH net-next 0/2] net: phy: aquantia: add hwmon support Heiner Kallweit
2019-02-24 20:07 ` [PATCH net-next 1/2] net: phy: aquantia: rename aquantia.c to aquantia_main.c Heiner Kallweit
2019-02-24 20:09 ` [PATCH net-next 2/2] net: phy: aquantia: add hwmon support Heiner Kallweit
2019-02-24 20:29   ` Andrew Lunn
2019-02-24 21:14     ` Heiner Kallweit
2019-02-24 21:46       ` Andrew Lunn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.