public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] net: smc911x.c: Add LAN9211 to chip_ids[] array
@ 2009-01-21 16:14 Stefan Roese
  2009-01-29  8:20 ` Ben Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Roese @ 2009-01-21 16:14 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Stefan Roese <sr@denx.de>
---
 drivers/net/smc911x.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c
index 648c94c..268a630 100644
--- a/drivers/net/smc911x.c
+++ b/drivers/net/smc911x.c
@@ -381,6 +381,7 @@ void pkt_data_push(u32 addr, u32 val) \
 #define CHIP_9116	0x116
 #define CHIP_9117	0x117
 #define CHIP_9118	0x118
+#define CHIP_9211	0x9211
 #define CHIP_9215	0x115a
 #define CHIP_9216	0x116a
 #define CHIP_9217	0x117a
@@ -396,6 +397,7 @@ static const struct chip_id chip_ids[] =  {
 	{ CHIP_9116, "LAN9116" },
 	{ CHIP_9117, "LAN9117" },
 	{ CHIP_9118, "LAN9118" },
+	{ CHIP_9211, "LAN9211" },
 	{ CHIP_9215, "LAN9215" },
 	{ CHIP_9216, "LAN9216" },
 	{ CHIP_9217, "LAN9217" },
-- 
1.6.1

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

* [U-Boot] [PATCH] net: smc911x.c: Add LAN9211 to chip_ids[] array
  2009-01-21 16:14 [U-Boot] [PATCH] net: smc911x.c: Add LAN9211 to chip_ids[] array Stefan Roese
@ 2009-01-29  8:20 ` Ben Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Warren @ 2009-01-29  8:20 UTC (permalink / raw)
  To: u-boot

Stefan Roese wrote:
> Signed-off-by: Stefan Roese <sr@denx.de>
> ---
>  drivers/net/smc911x.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c
> index 648c94c..268a630 100644
> --- a/drivers/net/smc911x.c
> +++ b/drivers/net/smc911x.c
> @@ -381,6 +381,7 @@ void pkt_data_push(u32 addr, u32 val) \
>  #define CHIP_9116	0x116
>  #define CHIP_9117	0x117
>  #define CHIP_9118	0x118
> +#define CHIP_9211	0x9211
>  #define CHIP_9215	0x115a
>  #define CHIP_9216	0x116a
>  #define CHIP_9217	0x117a
> @@ -396,6 +397,7 @@ static const struct chip_id chip_ids[] =  {
>  	{ CHIP_9116, "LAN9116" },
>  	{ CHIP_9117, "LAN9117" },
>  	{ CHIP_9118, "LAN9118" },
> +	{ CHIP_9211, "LAN9211" },
>  	{ CHIP_9215, "LAN9215" },
>  	{ CHIP_9216, "LAN9216" },
>  	{ CHIP_9217, "LAN9217" },
>   
Applied to net repo.

thanks,
Ben

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

end of thread, other threads:[~2009-01-29  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-21 16:14 [U-Boot] [PATCH] net: smc911x.c: Add LAN9211 to chip_ids[] array Stefan Roese
2009-01-29  8:20 ` Ben Warren

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