mbox series

[net,0/7] net: atlantic: 11-2021 fixes

Message ID 20211129132829.16038-1-skalluru@marvell.com (mailing list archive)
Headers show
Series net: atlantic: 11-2021 fixes | expand

Message

Sudarsana Reddy Kalluru Nov. 29, 2021, 1:28 p.m. UTC
The patch series contains fixes for atlantic driver to improve support
of latest AQC113 chipset.

Please consider applying it to 'net' tree.

Dmitry Bogdanov (2):
  atlantic: Increase delay for fw transactions
  atlantic: Fix statistics logic for production hardware

Nikita Danilov (2):
  atlatnic: enable Nbase-t speeds with base-t
  atlantic: Add missing DIDs and fix 115c.

Sameer Saurabh (3):
  atlantic: Fix to display FW bundle version instead of FW mac version.
  Remove Half duplex mode speed capabilities.
  atlantic: Remove warn trace message.

 .../ethernet/aquantia/atlantic/aq_common.h    |  27 ++---
 .../net/ethernet/aquantia/atlantic/aq_hw.h    |   2 +
 .../net/ethernet/aquantia/atlantic/aq_nic.c   |  10 +-
 .../ethernet/aquantia/atlantic/aq_pci_func.c  |   7 +-
 .../net/ethernet/aquantia/atlantic/aq_vec.c   |   3 -
 .../aquantia/atlantic/hw_atl/hw_atl_utils.c   |  15 ++-
 .../atlantic/hw_atl/hw_atl_utils_fw2x.c       |   3 -
 .../aquantia/atlantic/hw_atl2/hw_atl2.c       |  22 +++-
 .../aquantia/atlantic/hw_atl2/hw_atl2.h       |   2 +
 .../aquantia/atlantic/hw_atl2/hw_atl2_utils.h |  38 +++++-
 .../atlantic/hw_atl2/hw_atl2_utils_fw.c       | 110 ++++++++++++++----
 11 files changed, 184 insertions(+), 55 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 29, 2021, 2:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 29 Nov 2021 05:28:22 -0800 you wrote:
> The patch series contains fixes for atlantic driver to improve support
> of latest AQC113 chipset.
> 
> Please consider applying it to 'net' tree.
> 
> Dmitry Bogdanov (2):
>   atlantic: Increase delay for fw transactions
>   atlantic: Fix statistics logic for production hardware
> 
> [...]

Here is the summary with links:
  - [net,1/7] atlantic: Increase delay for fw transactions
    https://git.kernel.org/netdev/net/c/aa1dcb5646fd
  - [net,2/7] atlatnic: enable Nbase-t speeds with base-t
    https://git.kernel.org/netdev/net/c/aa685acd98ea
  - [net,3/7] atlantic: Fix to display FW bundle version instead of FW mac version.
    https://git.kernel.org/netdev/net/c/2465c802232b
  - [net,4/7] atlantic: Add missing DIDs and fix 115c.
    https://git.kernel.org/netdev/net/c/413d5e09caa5
  - [net,5/7] Remove Half duplex mode speed capabilities.
    https://git.kernel.org/netdev/net/c/03fa512189eb
  - [net,6/7] atlantic: Fix statistics logic for production hardware
    https://git.kernel.org/netdev/net/c/2087ced0fc3a
  - [net,7/7] atlantic: Remove warn trace message.
    https://git.kernel.org/netdev/net/c/060a0fb721ec

You are awesome, thank you!