All of lore.kernel.org
 help / color / mirror / Atom feed
* MAC address setting
@ 2011-07-28 10:05 Sascha Hauer
  2011-07-28 10:05 ` [PATCH 1/4] ARM i.MX IIM: Add a iim read function Sascha Hauer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sascha Hauer @ 2011-07-28 10:05 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-28 14:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-28 10:05 MAC address setting Sascha Hauer
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

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.