mbox series

[0/3] net: marvell: prestera: pci: add support for AC5X family devices

Message ID 20221109222522.14554-1-oleksandr.mazur@plvision.eu (mailing list archive)
Headers show
Series net: marvell: prestera: pci: add support for AC5X family devices | expand

Message

Oleksandr Mazur Nov. 9, 2022, 10:25 p.m. UTC
This patch series introduces a support for AC5X family devices.
AC5X devices utilize arm64 CPUs, and thus require a new FW (arm64-one)
to be loaded. The new FW-image for AC5X devices has been introduces in
the linux-firmware repo under the following commit:

60310c2deb8c ("Merge branch 'prestera-v4.1' of
https://github.com/PLVision/linux-firmware")

Maksym Glubokiy (1):
  net: marvell: prestera: pci: add support for AC5X family devices

Oleksandr Mazur (2):
  net: marvell: prestera: pci: use device-id defines
  net: marvell: prestera: pci: bump supported FW min version

 .../ethernet/marvell/prestera/prestera_pci.c  | 119 +++++++++++++++---
 1 file changed, 105 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 11, 2022, 11 a.m. UTC | #1
Hello:

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

On Thu, 10 Nov 2022 00:25:19 +0200 you wrote:
> This patch series introduces a support for AC5X family devices.
> AC5X devices utilize arm64 CPUs, and thus require a new FW (arm64-one)
> to be loaded. The new FW-image for AC5X devices has been introduces in
> the linux-firmware repo under the following commit:
> 
> 60310c2deb8c ("Merge branch 'prestera-v4.1' of
> https://github.com/PLVision/linux-firmware")
> 
> [...]

Here is the summary with links:
  - [1/3] net: marvell: prestera: pci: use device-id defines
    https://git.kernel.org/netdev/net-next/c/c334ac6461d5
  - [2/3] net: marvell: prestera: pci: add support for AC5X family devices
    https://git.kernel.org/netdev/net-next/c/075c881be29b
  - [3/3] net: marvell: prestera: pci: bump supported FW min version
    https://git.kernel.org/netdev/net-next/c/a35608ed8cfd

You are awesome, thank you!