public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver
Date: Sun, 31 May 2009 20:55:22 -0700	[thread overview]
Message-ID: <4A23512A.1020801@gmail.com> (raw)
In-Reply-To: <73173D32E9439E4ABB5151606C3E19E201CFBDC5A4@SC-VEXCH1.marvell.com>

Prafulla Wadaskar wrote:
>  
>
>   
>> -----Original Message-----
>> From: Ben Warren [mailto:biggerbadderben at gmail.com] 
>> Sent: Saturday, May 30, 2009 4:51 AM
>> To: Jean-Christophe PLAGNIOL-VILLARD
>> Cc: Prafulla Wadaskar; u-boot at lists.denx.de; Manas Saksena; 
>> Ronen Shitrit; Nicolas Pitre; Ashish Karkare; Prabhanjan 
>> Sarnaik; Lennert Buijtenhek
>> Subject: Re: [U-Boot] [PATCH] net: Add Marvell Kirkwood 
>> gigabit ethernet driver
>>
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>     
>>> On 01:13 Sat 30 May     , Prafulla Wadaskar wrote:
>>>   
>>>       
>>>> This patch adds a egiga driver for the Marvell Kirkwood SoC's.
>>>>
>>>> Contributors:
>>>> Yotam Admon <yotam@marvell.com>
>>>> Michael Blostein <michaelbl@marvell.com
>>>>
>>>> Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
>>>> Acked-by: Stefan Rose <sr@denx.de>
>>>> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
>>>>     
>>>>         
>>> Ben if it's ok for you I'll apply with rest of the series
>>>
>>> Best Regards,
>>> J.
>>>   
>>>       
>> I'll look at it this weekend.
>>     
> Hi Ben,
> I have put the huge efforts to tune it specially for code size reduction.
> Whereas I have lost only network statistics and packet info print debugging features.
> Now it looks more simpler and cleaner :-)
> Hopefully it will stand as per your suggestions. 
>
>   
Much appreciated!  Thanks a lot.  It looks really good - please just 
take care of Wolfgang's concerns about error messages and it'll be ready 
for inclusion.

regards,
Ben

  reply	other threads:[~2009-06-01  3:55 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-29 19:43 [U-Boot] [PATCH] cpu_misc_init support for ARM architectures Prafulla Wadaskar
2009-05-29 16:28 ` Mike Frysinger
2009-05-30  5:40   ` Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] arm: generic cache.h " Prafulla Wadaskar
2009-05-29 19:43   ` [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support Prafulla Wadaskar
2009-05-29 19:43     ` [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver Prafulla Wadaskar
2009-05-29 19:43       ` [U-Boot] [PATCH] nand: Add Marvell Kirkwood NAND driver Prafulla Wadaskar
2009-05-29 19:40         ` Scott Wood
2009-06-08  4:57           ` Prafulla Wadaskar
2009-05-29 19:43         ` [U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver Prafulla Wadaskar
2009-05-29 19:43           ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE Board support Prafulla Wadaskar
2009-05-29 19:43             ` [U-Boot] [PATCH] Marvell Sheevaplug " Prafulla Wadaskar
2009-05-30  6:25               ` Prafulla Wadaskar
2009-05-31 21:37               ` Wolfgang Denk
2009-05-31 21:34             ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE " Wolfgang Denk
2009-05-29 22:29           ` [U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver Jean-Christophe PLAGNIOL-VILLARD
2009-05-29 23:21             ` Ben Warren
2009-05-30  6:41               ` Prafulla Wadaskar
2009-06-01  3:55                 ` Ben Warren [this message]
2009-05-31 21:28           ` Wolfgang Denk
2009-05-29 22:24       ` [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver Jean-Christophe PLAGNIOL-VILLARD
2009-05-29 22:45         ` Andy Fleming
2009-05-31 21:21       ` Wolfgang Denk
2009-06-25 22:59       ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-26  5:57         ` Prafulla Wadaskar
2009-06-27  3:52           ` Prafulla Wadaskar
2009-06-27  5:39             ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-28 11:31               ` Prafulla Wadaskar
2009-05-29 22:22     ` [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support Jean-Christophe PLAGNIOL-VILLARD
2009-05-30  7:16       ` Prafulla Wadaskar
2009-05-31 11:52         ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-04  9:21   ` [U-Boot] [PATCH] arm: generic cache.h for ARM architectures Prafulla Wadaskar
2009-06-07 11:56   ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-31 21:29 ` [U-Boot] [PATCH] cpu_misc_init support " 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=4A23512A.1020801@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox