All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] net: Add SMSC89128 support
@ 2011-05-31 13:53 Phil Edworthy
  2011-07-27 21:27 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Edworthy @ 2011-05-31 13:53 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Cc: Ben Warren <biggerbadderben@gmail.com>
---
Changes for v2:
   - Changed to keep list sorted

 drivers/net/smc911x.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h
index 05e007c..8ce08a9 100644
--- a/drivers/net/smc911x.h
+++ b/drivers/net/smc911x.h
@@ -384,6 +384,7 @@ static inline void smc911x_reg_write(struct eth_device *dev,
 #define WUCSR_MPEN			0x00000002

 /* Chip ID values */
+#define CHIP_89218	0x218a
 #define CHIP_9115	0x115
 #define CHIP_9116	0x116
 #define CHIP_9117	0x117
@@ -402,6 +403,7 @@ struct chip_id {
 };

 static const struct chip_id chip_ids[] =  {
+	{ CHIP_89218, "LAN89218" },
 	{ CHIP_9115, "LAN9115" },
 	{ CHIP_9116, "LAN9116" },
 	{ CHIP_9117, "LAN9117" },
--
1.7.0.4

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

* [U-Boot] [PATCH v2] net: Add SMSC89128 support
  2011-05-31 13:53 [U-Boot] [PATCH v2] net: Add SMSC89128 support Phil Edworthy
@ 2011-07-27 21:27 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2011-07-27 21:27 UTC (permalink / raw)
  To: u-boot

Dear Phil Edworthy,

In message <1306849991-10669-1-git-send-email-phil.edworthy@renesas.com> you wrote:
> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
> Cc: Ben Warren <biggerbadderben@gmail.com>
> ---
> Changes for v2:
>    - Changed to keep list sorted
> 
>  drivers/net/smc911x.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
What the gods would destroy they first submit to  an  IEEE  standards
committee.

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

end of thread, other threads:[~2011-07-27 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-31 13:53 [U-Boot] [PATCH v2] net: Add SMSC89128 support Phil Edworthy
2011-07-27 21:27 ` Wolfgang Denk

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.