]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-atlantic-A2-support'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 May 2020 22:37:59 +0000 (15:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 May 2020 22:37:59 +0000 (15:37 -0700)
commit9611a795b2ccfe153fe2ec715270a5cd5b331a10
tree2a4890c1fd0447ec7ccb54f53002dc151d48b41f
parent178ad06f25d55565062b3095fc962c18e6d7eb94
parent6616fc46bc903bcc88b411388c5eebc1e65d9f4a
Merge branch 'net-atlantic-A2-support'

Igor Russkikh says:

====================
net: atlantic: A2 support

This patchset adds support for the new generation of Atlantic NICs.

Chip generations are mostly compatible register-wise, but there are still
some differences. Therefore we've made some of first generation (A1) code
non-static to re-use it where possible.

Some pieces are A2 specific, in which case we redefine/extend such APIs.

v2:
 * removed #pragma pack (2 structures require the packed attribute);
 * use defines instead of magic numbers where possible;

v1: https://patchwork.ozlabs.org/cover/1276220/
====================

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