All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 1/3] net: Adds Fast Ethernet Controller driver for Armada100
Date: Fri, 2 Sep 2011 07:57:29 +0200	[thread overview]
Message-ID: <201109020757.29447.marek.vasut@gmail.com> (raw)
In-Reply-To: <1314940721-1867-1-git-send-email-ajay.bhargav@einfochips.com>

On Friday, September 02, 2011 07:18:39 AM Ajay Bhargav wrote:
> This patch adds support for Fast Ethernet Controller driver for
> Armada100 series.
> 
> Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
> ---
> Changes for v2:
> 	- removed random MAC generation
> 	- driver init function changed to register as per new naming convention
> 	- code cleanup (Thanks to Wolfgang, Marek & Mike for tips)
> Changes for v3:
> 	- code cleanup
> Changes for v4:
> 	- Debug and Error messages updated
> 	- base_addr param for armada100_fec_register changed to unsigned long
> Changes for v5:
> 	- Coding style cleanup
> 	- removed unwanted function
> 
>  arch/arm/include/asm/arch-armada100/armada100.h |    1 +
>  drivers/net/Makefile                            |    1 +
>  drivers/net/armada100_fec.c                     |  736
> +++++++++++++++++++++++ drivers/net/armada100_fec.h                     | 
> 232 +++++++
>  include/netdev.h                                |    1 +
>  5 files changed, 971 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/net/armada100_fec.c
>  create mode 100644 drivers/net/armada100_fec.h
> 

Acked-by: Marek Vasut <marek.vasut@gmail.com>

  reply	other threads:[~2011-09-02  5:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-02  5:18 [U-Boot] [PATCH v5 1/3] net: Adds Fast Ethernet Controller driver for Armada100 Ajay Bhargav
2011-09-02  5:57 ` Marek Vasut [this message]
2011-09-02 14:38 ` Mike Frysinger
2011-09-08  6:36 ` 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=201109020757.29447.marek.vasut@gmail.com \
    --to=marek.vasut@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.