All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/1] Add driver support for Microchip EVB-LAN8670-USB
@ 2022-06-13  9:12 Parthiban Veerasooran
  2022-06-13  9:12 ` [PATCH net-next 1/1] net: smsc95xx: add " Parthiban Veerasooran
  2022-06-13 12:40 ` [PATCH net-next 0/1] Add driver " patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Parthiban Veerasooran @ 2022-06-13  9:12 UTC (permalink / raw)
  To: netdev, UNGLinuxDriver, steve.glendinning
  Cc: Jan.Huber, Parthiban Veerasooran

This patch adds driver support for Microchip's EVB-LAN8670-USB 10BASE-T1S
Ethernet device.

Changes in v1:
- Added driver support for Microchip's EVB-LAN8670-USB 10BASE-T1S Ethernet
  device.

Parthiban Veerasooran (1):
  net: smsc95xx: add support for Microchip EVB-LAN8670-USB

 drivers/net/usb/smsc95xx.c | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.25.1


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

* [PATCH net-next 1/1] net: smsc95xx: add support for Microchip EVB-LAN8670-USB
  2022-06-13  9:12 [PATCH net-next 0/1] Add driver support for Microchip EVB-LAN8670-USB Parthiban Veerasooran
@ 2022-06-13  9:12 ` Parthiban Veerasooran
  2022-06-13 12:40 ` [PATCH net-next 0/1] Add driver " patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Parthiban Veerasooran @ 2022-06-13  9:12 UTC (permalink / raw)
  To: netdev, UNGLinuxDriver, steve.glendinning
  Cc: Jan.Huber, Parthiban Veerasooran

This patch adds support for Microchip's EVB-LAN8670-USB 10BASE-T1S
ethernet device to the existing smsc95xx driver by adding the new
USB VID/PID pairs.

Signed-off-by: Parthiban Veerasooran <Parthiban.Veerasooran@microchip.com>
---
 drivers/net/usb/smsc95xx.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/net/usb/smsc95xx.c b/drivers/net/usb/smsc95xx.c
index bd03e16f98a1..35110814ba22 100644
--- a/drivers/net/usb/smsc95xx.c
+++ b/drivers/net/usb/smsc95xx.c
@@ -2088,6 +2088,11 @@ static const struct usb_device_id products[] = {
 		USB_DEVICE(0x0424, 0x9E08),
 		.driver_info = (unsigned long) &smsc95xx_info,
 	},
+	{
+		/* Microchip's EVB-LAN8670-USB 10BASE-T1S Ethernet Device */
+		USB_DEVICE(0x184F, 0x0051),
+		.driver_info = (unsigned long)&smsc95xx_info,
+	},
 	{ },		/* END */
 };
 MODULE_DEVICE_TABLE(usb, products);
-- 
2.25.1


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

* Re: [PATCH net-next 0/1] Add driver support for Microchip EVB-LAN8670-USB
  2022-06-13  9:12 [PATCH net-next 0/1] Add driver support for Microchip EVB-LAN8670-USB Parthiban Veerasooran
  2022-06-13  9:12 ` [PATCH net-next 1/1] net: smsc95xx: add " Parthiban Veerasooran
@ 2022-06-13 12:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-06-13 12:40 UTC (permalink / raw)
  To: Parthiban Veerasooran
  Cc: netdev, UNGLinuxDriver, steve.glendinning, Jan.Huber

Hello:

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

On Mon, 13 Jun 2022 14:42:06 +0530 you wrote:
> This patch adds driver support for Microchip's EVB-LAN8670-USB 10BASE-T1S
> Ethernet device.
> 
> Changes in v1:
> - Added driver support for Microchip's EVB-LAN8670-USB 10BASE-T1S Ethernet
>   device.
> 
> [...]

Here is the summary with links:
  - [net-next,1/1] net: smsc95xx: add support for Microchip EVB-LAN8670-USB
    https://git.kernel.org/netdev/net-next/c/4066bf4ce3ae

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] 3+ messages in thread

end of thread, other threads:[~2022-06-13 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13  9:12 [PATCH net-next 0/1] Add driver support for Microchip EVB-LAN8670-USB Parthiban Veerasooran
2022-06-13  9:12 ` [PATCH net-next 1/1] net: smsc95xx: add " Parthiban Veerasooran
2022-06-13 12:40 ` [PATCH net-next 0/1] Add driver " 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.