mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sky2: Add device ID 11ab:4373 for Marvell 88E8075
       [not found] <4ba0418d-0e64-4685-a345-cc5b6bac3b61@plouf.fr.eu.org>
@ 2024-12-23 16:44 ` Pascal Hambourg
  2024-12-31  2:10   ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Pascal Hambourg @ 2024-12-23 16:44 UTC (permalink / raw)
  To: netdev; +Cc: Mirko Lindner, Stephen Hemminger, linux-kernel

A Marvell 88E8075 ethernet controller has this device ID instead of
11ab:4370 and works fine with the sky2 driver.

Signed-off-by: Pascal Hambourg <pascal@plouf.fr.eu.org>
Cc: stable@vger.kernel.org
---
On a laptop with such ethernet controller, the ethernet interface works
fine after running the following commands:

# modprobe sky2
# echo 11ab 4373 > /sys/bus/pci/drivers/sky2/new_id
# lspci -kd ::200
02:00.0 Ethernet controller: Marvell Technology Group Ltd. Device 4373 
(rev 10)
    Subsystem: Samsung Electronics Co Ltd Device c102
    Kernel driver in use: sky2
    Kernel modules:

 drivers/net/ethernet/marvell/sky2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/marvell/sky2.c b/drivers/net/ethernet/marvell/sky2.c
index 3914cd9210d4..988fa28cfb5f 100644
--- a/drivers/net/ethernet/marvell/sky2.c
+++ b/drivers/net/ethernet/marvell/sky2.c
@@ -130,6 +130,7 @@ static const struct pci_device_id sky2_id_table[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x436C) }, /* 88E8072 */
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x436D) }, /* 88E8055 */
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4370) }, /* 88E8075 */
+	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4373) }, /* 88E8075 */
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4380) }, /* 88E8057 */
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4381) }, /* 88E8059 */
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4382) }, /* 88E8079 */
-- 
2.39.5



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

* Re: [PATCH] sky2: Add device ID 11ab:4373 for Marvell 88E8075
  2024-12-23 16:44 ` [PATCH] sky2: Add device ID 11ab:4373 for Marvell 88E8075 Pascal Hambourg
@ 2024-12-31  2:10   ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-12-31  2:10 UTC (permalink / raw)
  To: Pascal Hambourg; +Cc: netdev, mlindner, stephen, linux-kernel

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 23 Dec 2024 17:44:01 +0100 you wrote:
> A Marvell 88E8075 ethernet controller has this device ID instead of
> 11ab:4370 and works fine with the sky2 driver.
> 
> Signed-off-by: Pascal Hambourg <pascal@plouf.fr.eu.org>
> Cc: stable@vger.kernel.org
> ---
> On a laptop with such ethernet controller, the ethernet interface works
> fine after running the following commands:
> 
> [...]

Here is the summary with links:
  - sky2: Add device ID 11ab:4373 for Marvell 88E8075
    https://git.kernel.org/netdev/net/c/03c8d0af2e40

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:[~2024-12-31  2:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4ba0418d-0e64-4685-a345-cc5b6bac3b61@plouf.fr.eu.org>
2024-12-23 16:44 ` [PATCH] sky2: Add device ID 11ab:4373 for Marvell 88E8075 Pascal Hambourg
2024-12-31  2:10   ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®