OSDN Git Service

Merge branch 'aquantia-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Jan 2018 19:40:02 +0000 (14:40 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Jan 2018 19:40:02 +0000 (14:40 -0500)
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>

Trivial merge