* [U-Boot] [PATCH] usb: eth: smsc95xx: add LAN9500A device ID
@ 2014-03-12 8:36 Ilya Ledvich
2014-03-12 10:49 ` Marek Vasut
0 siblings, 1 reply; 3+ messages in thread
From: Ilya Ledvich @ 2014-03-12 8:36 UTC (permalink / raw)
To: u-boot
Add LAN9500A product ID (0x9e00) in order to support LAN9500A based dongles.
Tested on cm_t335.
Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>
---
drivers/usb/eth/smsc95xx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
index 7bf0a34..7a7a676 100644
--- a/drivers/usb/eth/smsc95xx.c
+++ b/drivers/usb/eth/smsc95xx.c
@@ -799,6 +799,7 @@ static const struct smsc95xx_dongle smsc95xx_dongles[] = {
{ 0x0424, 0x9500 }, /* LAN9500 Ethernet */
{ 0x0424, 0x9730 }, /* LAN9730 Ethernet (HSIC) */
{ 0x0424, 0x9900 }, /* SMSC9500 USB Ethernet Device (SAL10) */
+ { 0x0424, 0x9e00 }, /* LAN9500A Ethernet */
{ 0x0000, 0x0000 } /* END - Do not remove */
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] usb: eth: smsc95xx: add LAN9500A device ID
2014-03-12 8:36 [U-Boot] [PATCH] usb: eth: smsc95xx: add LAN9500A device ID Ilya Ledvich
@ 2014-03-12 10:49 ` Marek Vasut
2014-03-17 12:04 ` Tom Rini
0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2014-03-12 10:49 UTC (permalink / raw)
To: u-boot
On Wednesday, March 12, 2014 at 09:36:31 AM, Ilya Ledvich wrote:
> Add LAN9500A product ID (0x9e00) in order to support LAN9500A based
> dongles. Tested on cm_t335.
>
> Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>
> ---
> drivers/usb/eth/smsc95xx.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
> index 7bf0a34..7a7a676 100644
> --- a/drivers/usb/eth/smsc95xx.c
> +++ b/drivers/usb/eth/smsc95xx.c
> @@ -799,6 +799,7 @@ static const struct smsc95xx_dongle smsc95xx_dongles[]
> = { { 0x0424, 0x9500 }, /* LAN9500 Ethernet */
> { 0x0424, 0x9730 }, /* LAN9730 Ethernet (HSIC) */
> { 0x0424, 0x9900 }, /* SMSC9500 USB Ethernet Device (SAL10) */
> + { 0x0424, 0x9e00 }, /* LAN9500A Ethernet */
> { 0x0000, 0x0000 } /* END - Do not remove */
> };
Acked-by: Marek Vasut <marex@denx.de>
Shall I start picking this stuff up via USB tree or will you do this Tom ?
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] usb: eth: smsc95xx: add LAN9500A device ID
2014-03-12 10:49 ` Marek Vasut
@ 2014-03-17 12:04 ` Tom Rini
0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2014-03-17 12:04 UTC (permalink / raw)
To: u-boot
On Wed, Mar 12, 2014 at 11:49:23AM +0100, Marek Vasut wrote:
> On Wednesday, March 12, 2014 at 09:36:31 AM, Ilya Ledvich wrote:
> > Add LAN9500A product ID (0x9e00) in order to support LAN9500A based
> > dongles. Tested on cm_t335.
> >
> > Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>
> > ---
> > drivers/usb/eth/smsc95xx.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
> > index 7bf0a34..7a7a676 100644
> > --- a/drivers/usb/eth/smsc95xx.c
> > +++ b/drivers/usb/eth/smsc95xx.c
> > @@ -799,6 +799,7 @@ static const struct smsc95xx_dongle smsc95xx_dongles[]
> > = { { 0x0424, 0x9500 }, /* LAN9500 Ethernet */
> > { 0x0424, 0x9730 }, /* LAN9730 Ethernet (HSIC) */
> > { 0x0424, 0x9900 }, /* SMSC9500 USB Ethernet Device (SAL10) */
> > + { 0x0424, 0x9e00 }, /* LAN9500A Ethernet */
> > { 0x0000, 0x0000 } /* END - Do not remove */
> > };
>
> Acked-by: Marek Vasut <marex@denx.de>
>
> Shall I start picking this stuff up via USB tree or will you do this Tom ?
I probably put this on you in Patchwork already so pick it up or hand it
back please, either works, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140317/6f812e2f/attachment.pgp>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-17 12:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12 8:36 [U-Boot] [PATCH] usb: eth: smsc95xx: add LAN9500A device ID Ilya Ledvich
2014-03-12 10:49 ` Marek Vasut
2014-03-17 12:04 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox