Merge branch 'aquantia-next'
commit10a435ab3097a916c6989d53d4f5637621a009b5
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Jan 2018 19:40:02 +0000 (16 14:40 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Jan 2018 19:40:02 +0000 (16 14:40 -0500)
treeb1cff77e0cd7e44e657940e19769303e244977cc
parent3b039b42e42e3e7f70c3aa61ade73d4ef3e322dc
parent9ec03bf63965c970f1b750d4adbea88c8363b03b
Merge branch 'aquantia-next'

Igor Russkikh says:

====================
Aquantia atlantic driver update 2018/01

This patch is a set of cleanups and bugfixes in preparation to new
Aquantia hardware support.

Standard ARRAY_SIZE is now used through all the code,
some unused abstraction structures removed and cleaned up,
duplicate declarations removed.

Also two large declaration styling fixes:
- Hardware register set defines are lined up with kernel style
- Hardware access functions were not prefixed, now already
  defined hw_atl prefix is used.

patch v2 changes:
- patch reorganized because of its big size. New HW support
  will be submitted as a separate patchset.
====================

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