From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] [RFC] net: Add ag7xxx driver for Atheros MIPS
Date: Thu, 28 Jan 2016 15:52:38 +0100 [thread overview]
Message-ID: <201601281552.38259.marex@denx.de> (raw)
In-Reply-To: <CANr=Z=a+Q-SvFP=vkNaNpBk3T0snECw1mmUQ5q_S93o5q+8ecQ@mail.gmail.com>
On Thursday, January 28, 2016 at 03:49:06 PM, Joe Hershberger wrote:
> Hi Marek,
>
> On Wed, Jan 27, 2016 at 4:10 PM, Marek Vasut <marex@denx.de> wrote:
> > Add ethernet driver for the AR71xx and AR9xxx Atheros MIPS machines.
> >
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
> > Cc: Joe Hershberger <joe.hershberger@ni.com>
> > Cc: Wills Wang <wills.wang@live.com>
> > ---
> >
> > arch/mips/dts/ap121.dts | 8 +
> > arch/mips/dts/ar933x.dtsi | 16 +
> > arch/mips/mach-ath79/cpu.c | 47 +++
> > configs/ap121_defconfig | 1 +
> > drivers/net/Kconfig | 9 +
> > drivers/net/Makefile | 1 +
> > drivers/net/ag7xxx.c | 794
> > +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 876
> > insertions(+)
> > create mode 100644 drivers/net/ag7xxx.c
> >
> > NOTE: This is RFC patch, it is by no means a standard submission, but it
> > should
> >
> > give you some starting point for the ethernet driver.
> >
> > NOTE: The driver works and I can transfer data via TFTP, but this patch
> > needs
> >
> > splitting and cleanup. Some FIXMEs need to be sorted out of course.
> >
> > NOTE: This is only tested on ar9331.
>
> What is your plan for this?
>
> Are you wanting a review to continue improvements (sounds like you
> already know of some improvements needed)?
A review (sans the few FIXME parts) would be nice. Also, the DT bindings
and config bits should be split from the patch of course during the
official submission.
> Are you transferring it to someone else to complete? If so, who?
Just wanted to get it out so others can have fun with it.
Best regards,
Marek Vasut
prev parent reply other threads:[~2016-01-28 14:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 22:10 [U-Boot] [PATCH] [RFC] net: Add ag7xxx driver for Atheros MIPS Marek Vasut
2016-01-28 14:49 ` Joe Hershberger
2016-01-28 14:52 ` Marek Vasut [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=201601281552.38259.marex@denx.de \
--to=marex@denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox