From: David Gibson <david@gibson.dropbear.id.au>
To: Paul Mackerras <paulus@samba.org>, linuxppc-dev@ozlabs.org
Subject: [PATCH 7/7] Device tree aware EMAC driver
Date: Tue, 8 May 2007 13:09:03 +1000 [thread overview]
Message-ID: <20070508030903.GE11340@localhost.localdomain> (raw)
In-Reply-To: <20070508025832.GD11340@localhost.localdomain>
This is BenH's rewritten, device tree aware driver for the IBM/AMCC
EMAC, ethernet MAC controller ASIC found on various 4xx CPUs and also
the Axon bridge. Tweaked to build on current kernels.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
Too big for the list, download from :
http://ozlabs.org/~dgibson/home/tmp/powerpc-emac-new
arch/powerpc/platforms/cell/Kconfig | 4
drivers/net/Kconfig | 71
drivers/net/Makefile | 1
drivers/net/ibm_emac/Kconfig | 63
drivers/net/ibm_newemac/Kconfig | 55
drivers/net/ibm_newemac/Makefile | 11
drivers/net/ibm_newemac/core.c | 2912 ++++++++++++++++++++++++++++++++++++
drivers/net/ibm_newemac/core.h | 354 ++++
drivers/net/ibm_newemac/debug.c | 238 ++
drivers/net/ibm_newemac/debug.h | 78
drivers/net/ibm_newemac/emac.h | 268 +++
drivers/net/ibm_newemac/mal.c | 730 +++++++++
drivers/net/ibm_newemac/mal.h | 276 +++
drivers/net/ibm_newemac/phy.c | 373 ++++
drivers/net/ibm_newemac/phy.h | 80
drivers/net/ibm_newemac/rgmii.c | 324 ++++
drivers/net/ibm_newemac/rgmii.h | 76
drivers/net/ibm_newemac/tah.c | 174 ++
drivers/net/ibm_newemac/tah.h | 90 +
drivers/net/ibm_newemac/zmii.c | 324 ++++
drivers/net/ibm_newemac/zmii.h | 73
21 files changed, 6514 insertions(+), 61 deletions(-)
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
prev parent reply other threads:[~2007-05-08 3:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-08 2:58 [PATCH 0/7] Ebony, ready for merge David Gibson
2007-05-08 2:59 ` [PATCH 3/7] powerpc: Add powerpc/platforms/44x, disable platforms/4xx for now David Gibson
2007-05-08 2:59 ` [PATCH 1/7] Only legacy ports should allow addr/irq changes via setserial David Gibson
2007-05-08 2:59 ` [PATCH 2/7] Use resource_size_t for serial port IO addresses David Gibson
2007-05-08 2:59 ` [PATCH 4/7] Add device tree for Ebony David Gibson
2007-05-08 3:31 ` Olof Johansson
2007-05-08 4:09 ` David Gibson
2007-05-08 2:59 ` [PATCH 5/7] Support for the Ebony 440GP reference board in arch/powerpc David Gibson
2007-05-08 4:10 ` David Gibson
2007-05-08 2:59 ` [PATCH 6/7] Early serial debug support for PPC44x David Gibson
2007-05-08 3:09 ` David Gibson [this message]
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=20070508030903.GE11340@localhost.localdomain \
--to=david@gibson.dropbear.id.au \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
/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.