All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] net: axi_ethernet: Add driver to u-boot
Date: Mon, 26 Sep 2011 11:30:07 +0200	[thread overview]
Message-ID: <4E80461F.6030401@monstr.eu> (raw)
In-Reply-To: <1316094617-13657-1-git-send-email-monstr@monstr.eu>

Michal Simek wrote:
> Add axi_ethernet driver for little-endian Microblaze.
> 
> RX/TX BDs and rxframe buffer are shared among all axi_ethernet MACs.
> Only one MAC can work in one time.
> 
> Signed-off-by: Michal Simek <monstr@monstr.eu>
> 
> ---
> 
> v2: Fix cammelcase weirdness
>     Create mdio_wait function with timeouts
>     Synchronize debug messages
>     Remove base address + offset notation -> use struct instead
> 
> v3: Fix comments
>     Add timeouts/delays to waiting loops
>     Use in/out_be32 for dma accesses
>     Setup return values for phy functions
> ---
>  drivers/net/Makefile          |    1 +
>  drivers/net/xilinx_axi_emac.c |  664 +++++++++++++++++++++++++++++++++++++++++
>  include/netdev.h              |    2 +
>  3 files changed, 667 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/net/xilinx_axi_emac.c

Any comment?

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

  reply	other threads:[~2011-09-26  9:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-15 13:50 [U-Boot] [PATCH v3] net: axi_ethernet: Add driver to u-boot Michal Simek
2011-09-26  9:30 ` Michal Simek [this message]
2011-10-05  5:46 ` Michal Simek
2011-10-06 18:54 ` Wolfgang Denk
2011-10-07  6:42   ` Michal Simek

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=4E80461F.6030401@monstr.eu \
    --to=monstr@monstr.eu \
    --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.