mbox series

[v2,net-next,0/7] net: atlantic: driver updates

Message ID 20200509064700.202-1-irusskikh@marvell.com
Headers show
Series net: atlantic: driver updates | expand

Message

Igor Russkikh May 9, 2020, 6:46 a.m. UTC
From: Mark Starovoytov <mstarovoitov@marvell.com>

This patch series contains several minor cleanups for the previously
submitted series.

We also add Marvell copyrights on newly touched files.

v2:
 * accommodated review comments related to the last patch in series
   (MAC generation)

v1: https://patchwork.ozlabs.org/cover/1285011/

Mark Starovoytov (7):
  net: atlantic: use __packed instead of the full expansion.
  net: atlantic: minor MACSec code cleanup
  net: atlantic: rename AQ_NIC_RATE_2GS to AQ_NIC_RATE_2G5
  net: atlantic: remove TPO2 check from A0 code
  net: atlantic: remove hw_atl_b0_hw_rss_set call from A2 code
  net: atlantic: remove check for boot code survivability before reset
    request
  net: atlantic: unify MAC generation

 .../ethernet/aquantia/atlantic/aq_common.h    | 11 +++---
 .../ethernet/aquantia/atlantic/aq_ethtool.c   |  2 +-
 .../net/ethernet/aquantia/atlantic/aq_nic.c   | 27 ++++++++++----
 .../aquantia/atlantic/hw_atl/hw_atl_a0.c      | 18 +++++-----
 .../aquantia/atlantic/hw_atl/hw_atl_b0.c      | 19 +++++-----
 .../aquantia/atlantic/hw_atl/hw_atl_b0.h      |  9 +++--
 .../aquantia/atlantic/hw_atl/hw_atl_utils.c   |  9 ++---
 .../aquantia/atlantic/hw_atl/hw_atl_utils.h   |  9 ++---
 .../atlantic/hw_atl/hw_atl_utils_fw2x.c       | 35 ++++---------------
 .../aquantia/atlantic/hw_atl2/hw_atl2.c       |  4 +--
 .../aquantia/atlantic/hw_atl2/hw_atl2_utils.c |  8 -----
 .../aquantia/atlantic/hw_atl2/hw_atl2_utils.h |  4 +--
 .../atlantic/hw_atl2/hw_atl2_utils_fw.c       | 25 ++-----------
 .../aquantia/atlantic/macsec/macsec_api.c     |  6 ++--
 14 files changed, 77 insertions(+), 109 deletions(-)