From: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
To: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
barebox@lists.infradead.org
Subject: Re: [PATCH 4/5] net: Add driver for Armada 370/XP 10/100/1000 Mbps network controller
Date: Tue, 26 Aug 2014 13:20:18 -0300 [thread overview]
Message-ID: <20140826162018.GB9245@arch.cereza> (raw)
In-Reply-To: <53FC9A00.9090608@gmail.com>
On 26 Aug 04:30 PM, Sebastian Hesselbarth wrote:
> On 08/24/2014 12:53 AM, Ezequiel Garcia wrote:
> >This patch introduces the mvneta driver to support the network controller
> >found in Armada 370/XP SoCs.
> >
> >Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> >---
> > drivers/net/Kconfig | 6 +
> > drivers/net/Makefile | 1 +
> > drivers/net/mvneta.c | 758 +++++++++++++++++++++++++++++++++++++++++++++++++++
> > 3 files changed, 765 insertions(+)
> > create mode 100644 drivers/net/mvneta.c
> >
> >diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> >index c99fcc8..f6584d4 100644
> >--- a/drivers/net/Kconfig
> >+++ b/drivers/net/Kconfig
> >@@ -137,6 +137,12 @@ config DRIVER_NET_MPC5200
> > depends on ARCH_MPC5200
> > select PHYLIB
> >
> >+config DRIVER_NET_MVNETA
> >+ bool "Marvell NETA"
> >+ depends on ARCH_MVEBU
>
> nit: depends on ARCH_ARMADA_370 || ARCH_ARMADA_XP ?
>
Yeah, probably.
> I'll also give it a try later.
>
Thanks, any additional testing is well-received.
--
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2014-08-26 16:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-23 22:53 [PATCH 0/5] mvebu: Add network support for Armada 370/XP Ezequiel Garcia
2014-08-23 22:53 ` [PATCH 1/5] ARM: mvebu: Enable PUP register Ezequiel Garcia
2014-08-26 14:28 ` Sebastian Hesselbarth
2014-08-23 22:53 ` [PATCH 2/5] net: phy: Support Marvell 88EE1545 PHY Ezequiel Garcia
2014-08-23 22:53 ` [PATCH 3/5] net: phy: Support Marvell 88EE1543 PHY Ezequiel Garcia
2014-08-26 20:13 ` [PATCH] net: phy: Support Marvell 88E1318S and 88E1510 PHYs Sebastian Hesselbarth
2014-08-23 22:53 ` [PATCH 4/5] net: Add driver for Armada 370/XP 10/100/1000 Mbps network controller Ezequiel Garcia
2014-08-26 14:30 ` Sebastian Hesselbarth
2014-08-26 16:20 ` Ezequiel Garcia [this message]
2014-08-26 20:06 ` Sebastian Hesselbarth
2014-08-23 22:53 ` [PATCH 5/5] configs: Add network options to Armada 370/XP boards Ezequiel Garcia
2014-09-01 8:55 ` [PATCH 0/5] mvebu: Add network support for Armada 370/XP Sascha Hauer
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=20140826162018.GB9245@arch.cereza \
--to=ezequiel.garcia@free-electrons.com \
--cc=barebox@lists.infradead.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=thomas.petazzoni@free-electrons.com \
/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