From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: MAC address setting
Date: Thu, 28 Jul 2011 12:05:56 +0200 [thread overview]
Message-ID: <1311847560-22946-1-git-send-email-s.hauer@pengutronix.de> (raw)
The following series allows boards to associate MAC addresses with
ethernet devices. This makes it possible for boards to correctly
assign a MAC address without fiddling with each network driver.
The series also switches the current i.MX IIM based MAC address
setting to this new functionality.
Sascha Hauer (4):
ARM i.MX IIM: Add a iim read function
net: Add a possibility for boards to give network devices a MAC address
ARM i.MX: rework IIM MAC address setting
ARM i.MX51 babbage: set fec ethernet address from IIM
arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c | 2 +
arch/arm/boards/freescale-mx25-3-stack/3stack.c | 2 +
arch/arm/boards/freescale-mx51-pdk/board.c | 5 ++-
arch/arm/mach-imx/iim.c | 29 ++++++----
arch/arm/mach-imx/include/mach/iim.h | 34 +++++++++++-
drivers/net/fec_imx.c | 4 --
include/net.h | 6 ++
net/eth.c | 59 ++++++++++++++++++++-
8 files changed, 122 insertions(+), 19 deletions(-)
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-07-28 10:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-28 10:05 Sascha Hauer [this message]
2011-07-28 10:05 ` [PATCH 1/4] ARM i.MX IIM: Add a iim read function Sascha Hauer
2011-07-28 14:10 ` Marc Kleine-Budde
2011-07-28 10:05 ` [PATCH 2/4] net: Add a possibility for boards to give network devices a MAC address Sascha Hauer
2011-07-28 10:05 ` [PATCH 3/4] ARM i.MX: rework IIM MAC address setting Sascha Hauer
2011-07-28 10:06 ` [PATCH 4/4] ARM i.MX51 babbage: set fec ethernet address from IIM 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=1311847560-22946-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.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