]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'aquantia-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 May 2019 13:30:16 +0000 (09:30 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 May 2019 13:30:16 +0000 (09:30 -0400)
commit5be90f993880052d95bbf6ccdca3fa081eb9b1ff
tree3f3ad09e0465f79326500c42b141098d036d1415
parent2b5bc3c8ebce3b30676fb9bc30cf52d0a65640f9
parent9eec0303a10027f5ed4b210de4fffc10c2f7c2b3
Merge branch 'aquantia-next'

Igor Russkikh says:

====================
net: atlantic: Aquantia driver updates 2019-04

This patchset contains various improvements:

- Work targeting link up speedups: link interrupt introduced, some other
  logic changes to imrove this.
- FW operations securing with mutex
- Counters and statistics logic improved by Dmitry
- read out of chip temperature via hwmon interface implemented by
  Yana and Nikita.

v4 changes:
- remove drvinfo_exit noop
- 64bit stats should be readed out sequentially (lsw, then msw)
  declare 64bit read ops for that

v3 changes:
- temp ops renamed to phy_temp ops
- mutex commits squashed for better structure

v2 changes:
- use threaded irq for link state handling
- rework hwmon via devm_hwmon_device_register_with_info
Extra comments on review from Andrew:
- direct device name pointer is used in hwmon registration.
  This causes hwmon device to derive possible interface name changes
- Will consider sanity checks for firmware mutex lock separately.
  Right now there is no single point exsists where such check could
  be easily added.
- There is no way now to fetch and configure min/max/crit temperatures
  via FW. Will investigate this separately.
====================

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