mbox series

[net-next,0/2] net: atlantic: add support for FW 4.x

Message ID 20200717180147.8854-1-mstarovoitov@marvell.com
Headers show
Series net: atlantic: add support for FW 4.x | expand

Message

Mark Starovoytov July 17, 2020, 6:01 p.m. UTC
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).

Dmitry Bogdanov (1):
  net: atlantic: add support for FW 4.x

Mark Starovoytov (1):
  net: atlantic: align return value of ver_match function with function
    name

 .../aquantia/atlantic/hw_atl/hw_atl_llh.c     | 17 +++++-
 .../aquantia/atlantic/hw_atl/hw_atl_llh.h     | 10 +++-
 .../atlantic/hw_atl/hw_atl_llh_internal.h     | 11 +++-
 .../aquantia/atlantic/hw_atl/hw_atl_utils.c   | 58 +++++++++++++------
 .../aquantia/atlantic/hw_atl/hw_atl_utils.h   |  2 +-
 .../aquantia/atlantic/hw_atl2/hw_atl2_utils.c |  3 +-
 6 files changed, 70 insertions(+), 31 deletions(-)

Comments

David Miller July 18, 2020, 2:01 a.m. UTC | #1
From: Mark Starovoytov <mstarovoitov@marvell.com>
Date: Fri, 17 Jul 2020 21:01:45 +0300

> 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).

Series applied, thanks.