All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [patch V3] [2/3] ip3912 network driver
Date: Fri, 06 Feb 2009 14:23:55 -0800	[thread overview]
Message-ID: <498CB87B.8070607@gmail.com> (raw)
In-Reply-To: <20090206221955.GE1113@game.jcrosoft.org>

Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 22:56 Sun 04 Jan     , J?rgen Sch?w wrote:
>   
>>  drivers/net/Makefile               |    1 +
>>  drivers/net/ip3912.c               |  659 ++++++++++++++++++++++++++++++++++++
>>  drivers/net/ip3912.h               |  174 ++++++++++
>>
>> diff --git a/drivers/net/Makefile b/drivers/net/Makefile
>> index 631336a..7c82880 100644
>> --- a/drivers/net/Makefile
>> +++ b/drivers/net/Makefile
>> @@ -69,6 +69,7 @@ COBJS-$(CONFIG_VSC7385_ENET) += vsc7385.o
>>  COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o
>>  COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
>>  COBJS-$(CONFIG_SH_ETHER) += sh_eth.o
>> +COBJS-$(CONFIG_IP3912_ETHER) += ip3912.o
>>     
> please keep list sorted
>
> Ben could you take a look please
>
> Best Regards,
> J.
>   
I started looking and got pulled into something else.  Will provide 
feedback over the weekend.

regards,
Ben

  reply	other threads:[~2009-02-06 22:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-04 21:50 [U-Boot] [patch V3] [0/3] U-Boot Firetux board support (PNX8181) Jürgen Schöw
2009-01-04 21:54 ` [U-Boot] [patch V3] [1/3] PNX8181 SOC support Jürgen Schöw
2009-02-06 22:18   ` Jean-Christophe PLAGNIOL-VILLARD
2009-02-08 12:26     ` Jürgen Schöw
2009-01-04 21:56 ` [U-Boot] [patch V3] [2/3] ip3912 network driver Jürgen Schöw
2009-02-06 22:19   ` Jean-Christophe PLAGNIOL-VILLARD
2009-02-06 22:23     ` Ben Warren [this message]
2009-02-08 12:32     ` Jürgen Schöw
2009-02-09  6:50   ` Ben Warren
2009-02-09 20:06   ` Wolfgang Denk
2009-01-04 21:58 ` [U-Boot] [patch V3] [3/3] firetux board support Jürgen Schöw
2009-02-06 22:26   ` Jean-Christophe PLAGNIOL-VILLARD
2009-02-09 20:07   ` Wolfgang Denk
2009-02-09 23:56     ` Jürgen Schöw
2009-02-10  0:03       ` Wolfgang Denk

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=498CB87B.8070607@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.