All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND net-next] net: marvell: prestera: add support for AC3X 98DX3265 device
@ 2021-04-16 23:17 Vadym Kochan
  2021-04-19 23:20 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Vadym Kochan @ 2021-04-16 23:17 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, netdev
  Cc: Vadym Kochan, linux-kernel, Mickey Rachamim, Vadym Kochan

From: Vadym Kochan <vkochan@marvell.com>

Add PCI match for AC3X 98DX3265 device which is supported by the current
driver and firmware.

Signed-off-by: Vadym Kochan <vkochan@marvell.com>
---
 drivers/net/ethernet/marvell/prestera/prestera_pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/marvell/prestera/prestera_pci.c b/drivers/net/ethernet/marvell/prestera/prestera_pci.c
index be5677623455..298110119272 100644
--- a/drivers/net/ethernet/marvell/prestera/prestera_pci.c
+++ b/drivers/net/ethernet/marvell/prestera/prestera_pci.c
@@ -756,6 +756,7 @@ static void prestera_pci_remove(struct pci_dev *pdev)
 
 static const struct pci_device_id prestera_pci_devices[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0xC804) },
+	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0xC80C) },
 	{ }
 };
 MODULE_DEVICE_TABLE(pci, prestera_pci_devices);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND net-next] net: marvell: prestera: add support for AC3X 98DX3265 device
  2021-04-16 23:17 [PATCH RESEND net-next] net: marvell: prestera: add support for AC3X 98DX3265 device Vadym Kochan
@ 2021-04-19 23:20 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-04-19 23:20 UTC (permalink / raw)
  To: Vadym Kochan; +Cc: davem, kuba, netdev, linux-kernel, mickeyr, vkochan

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Sat, 17 Apr 2021 02:17:51 +0300 you wrote:
> From: Vadym Kochan <vkochan@marvell.com>
> 
> Add PCI match for AC3X 98DX3265 device which is supported by the current
> driver and firmware.
> 
> Signed-off-by: Vadym Kochan <vkochan@marvell.com>
> 
> [...]

Here is the summary with links:
  - [RESEND,net-next] net: marvell: prestera: add support for AC3X 98DX3265 device
    https://git.kernel.org/netdev/net-next/c/ced97eea3974

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-19 23:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16 23:17 [PATCH RESEND net-next] net: marvell: prestera: add support for AC3X 98DX3265 device Vadym Kochan
2021-04-19 23:20 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.