From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] net: smc911x.c: Add LAN9211 to chip_ids[] array
Date: Thu, 29 Jan 2009 00:20:01 -0800 [thread overview]
Message-ID: <498166B1.8080002@gmail.com> (raw)
In-Reply-To: <1232554466-12806-1-git-send-email-sr@denx.de>
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
prev parent reply other threads:[~2009-01-29 8:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=498166B1.8080002@gmail.com \
--to=biggerbadderben@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.