From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] smc911x: add support for LAN9221
Date: Thu, 09 Jul 2009 23:21:31 -0700 [thread overview]
Message-ID: <4A56DDEB.3070207@gmail.com> (raw)
In-Reply-To: <200907092150.05640.apr@cn-eng.de>
Andreas Pretzsch wrote:
> Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
> ---
> 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 80d2ce0..c14003c 100644
> --- a/drivers/net/smc911x.h
> +++ b/drivers/net/smc911x.h
> @@ -382,6 +382,7 @@ static inline void smc911x_reg_write(u32 addr, u32 val)
> #define CHIP_9216 0x116a
> #define CHIP_9217 0x117a
> #define CHIP_9218 0x118a
> +#define CHIP_9221 0x9221
>
> struct chip_id {
> u16 id;
> @@ -398,6 +399,7 @@ static const struct chip_id chip_ids[] = {
> { CHIP_9216, "LAN9216" },
> { CHIP_9217, "LAN9217" },
> { CHIP_9218, "LAN9218" },
> + { CHIP_9221, "LAN9221" },
> { 0, NULL },
> };
>
>
Applied to net repo.
thanks,
Ben
prev parent reply other threads:[~2009-07-10 6:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-09 19:50 [U-Boot] [PATCH] smc911x: add support for LAN9221 Andreas Pretzsch
2009-07-10 6:21 ` 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=4A56DDEB.3070207@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.