Merge branch 'net-atlantic-add-support-for-FW-4-x'
authorDavid S. Miller <davem@davemloft.net>
Sat, 18 Jul 2020 02:00:54 +0000 (19:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jul 2020 02:00:54 +0000 (19:00 -0700)
commit1143fede88d502a8b3c3a8d68fd6e622a5cefda0
tree57cb9ef384eb92c51be73864bafaae9ce6c02fb2
parent11f3c1f583ea3f43cc244dba12ff77943de3edd9
parent0044b1e1470aa62eeabb24983e2ff5433a68666a
Merge branch 'net-atlantic-add-support-for-FW-4-x'

Mark Starovoytov says:

====================
net: atlantic: add support for FW 4.x

This patch set adds support for FW 4.x, which is about to get into the
production for some products.
4.x is mostly compatible with 3.x, save for soft reset, which requires
the acquisition of 2 additional semaphores.
Other differences (e.g. absence of PTP support) are handled via
capabilities.

Note: 4.x targets specific products only. 3.x is still the main firmware
branch, which should be used by most users (at least for now).
====================

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