All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prafulla Wadaskar <prafulla@marvell.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] Gbe Controller driver support for kirkwood SOCs
Date: Mon, 11 May 2009 21:03:13 -0700	[thread overview]
Message-ID: <73173D32E9439E4ABB5151606C3E19E201CF05C06C@SC-VEXCH1.marvell.com> (raw)
In-Reply-To: <1241459829-26265-1-git-send-email-prafulla@marvell.com>

Hi All

Ping....
I didn't here any feedback from anyone, waiting for your valued comments :-(

Regards..
Prafulla . . 

> -----Original Message-----
> From: Prafulla Wadaskar [mailto:prafulla at marvell.com] 
> Sent: Monday, May 04, 2009 11:27 PM
> To: u-boot at lists.denx.de
> Cc: Prabhanjan Sarnaik; Ronen Shitrit; Ashish Karkare; 
> Prafulla Wadaskar
> Subject: [PATCH v2] Gbe Controller driver support for kirkwood SOCs
> 
> Contributors:
> Yotam Admon <yotam@marvell.com>
> Michael Blostein <michaelbl@marvell.com
> 
> Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
> ---
> Change log:
> v2: entire rewrite/restructure of v1
> used small names for variable/function names
> readl/writel used to access SoC registers
> Soc registers accssed using pointers through net device struct
> miiphy registration done for external smi read/write access
> miiphy_link used to detect phy link presence
> cleaned for cosmetic changes
> 
>  cpu/arm926ejs/kirkwood/cpu.c |    8 +
>  drivers/net/Makefile         |    1 +
>  drivers/net/kirkwood_egiga.c | 1669 
> ++++++++++++++++++++++++++++++++++++++++++
>  drivers/net/kirkwood_egiga.h |  828 +++++++++++++++++++++
>  include/netdev.h             |    1 +
>  5 files changed, 2507 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/net/kirkwood_egiga.c
>  create mode 100644 drivers/net/kirkwood_egiga.h

  reply	other threads:[~2009-05-12  4:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-04 17:56 [U-Boot] [PATCH v2] Gbe Controller driver support for kirkwood SOCs Prafulla Wadaskar
2009-05-12  4:03 ` Prafulla Wadaskar [this message]
2009-05-12  7:07   ` Ben Warren
2009-05-13  7:02     ` Prafulla Wadaskar
2009-05-25  5:36     ` Prafulla Wadaskar
2009-05-25 20:03       ` Ben Warren
2009-05-26  6:37       ` Ben Warren
2009-06-05 10:12         ` Wolfgang Denk
2009-06-05 16:34           ` Ben Warren
2009-06-08  4:28             ` Prafulla Wadaskar

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=73173D32E9439E4ABB5151606C3E19E201CF05C06C@SC-VEXCH1.marvell.com \
    --to=prafulla@marvell.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.