From: Jeff Garzik <jeff@garzik.org>
To: bryan.wu@analog.com
Cc: michael.hennerich@analog.com, mb@bu3sch.de, vapier.adi@gmail.com,
hch@infradead.org, dcbw@redhat.com, akpm@linux-foundation.org,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
joe@perches.com, yoshfuji@linux-ipv6.org
Subject: Re: [PATCH try#6] Blackfin ethernet driver: on chip ethernet MAC controller driver
Date: Wed, 18 Jul 2007 18:39:42 -0400 [thread overview]
Message-ID: <469E96AE.4070105@garzik.org> (raw)
In-Reply-To: <1184654625.6503.21.camel@roc-desktop>
Bryan Wu wrote:
> This patch implements the driver necessary use the Analog Devices
> Blackfin processor's on-chip ethernet MAC controller.
>
> [try#2]
> - add timeout control
> - kill dma_config_reg bitfields
> - some trivial cleanup
>
> [try#3]
> - add endianess check
> - add DRV_NAME, DRV_VERSION... driver information string
> - add some comments for silicon anomaly and dma API confusion
> - some code trivial cleanup
>
> [try#4]
> - add Blackfin latest GPIO pin mux opertion with Michael Hennerich's
> help and Dan's review
> - rewrite the DMA descriptor list operation in a more readable way
> by Joe's review
>
> [try#5]
> - cleanup some coding style by Joe's review.
>
> [try#6]
> - 1.1 version fix a bug when set up multicast list pointed by Mr. yoshfuji
> - rearrange the desc_list_free function.
>
> Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
> Cc: Michael Buesch <mb@bu3sch.de>
> Cc: Mike Frysinger <vapier.adi@gmail.com>
> Cc: Jeff Garzik <jeff@garzik.org>
> Cc: Christoph Hellwig <hch@infradead.org>
> Cc: Dan Williams <dcbw@redhat.com>
> Cc: Joe Perches <joe@perches.com>
> Cc: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
>
> ---
> MAINTAINERS | 7 +
> drivers/net/Kconfig | 44 +++
> drivers/net/Makefile | 1 +
> drivers/net/bfin_mac.c | 1009 ++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/net/bfin_mac.h | 132 +++++++
> 5 files changed, 1193 insertions(+), 0 deletions(-)
> create mode 100644 drivers/net/bfin_mac.c
> create mode 100644 drivers/net/bfin_mac.h
applied
prev parent reply other threads:[~2007-07-18 22:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-17 6:43 [PATCH try#6] Blackfin ethernet driver: on chip ethernet MAC controller driver Bryan Wu
2007-07-17 6:46 ` Bryan Wu
2007-07-18 22:39 ` Jeff Garzik [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=469E96AE.4070105@garzik.org \
--to=jeff@garzik.org \
--cc=akpm@linux-foundation.org \
--cc=bryan.wu@analog.com \
--cc=dcbw@redhat.com \
--cc=hch@infradead.org \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mb@bu3sch.de \
--cc=michael.hennerich@analog.com \
--cc=netdev@vger.kernel.org \
--cc=vapier.adi@gmail.com \
--cc=yoshfuji@linux-ipv6.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).