mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] [v2] Nios2: Add Altera TSE MAC driver
@ 2011-04-09 14:08 franck.jullien
  2011-04-09 14:08 ` franck.jullien
  0 siblings, 1 reply; 10+ messages in thread
From: franck.jullien @ 2011-04-09 14:08 UTC (permalink / raw)
  To: barebox

From: Franck JULLIEN <franck.jullien@gmail.com>

This version includes Sascha's remarks:

* tse_eth_halt stops and reset the DMA controllers
* the driver uses mii generic functions
* the phy address can be passed via platform_data
* tse_get_ethaddr has been cleared (there is no eeprom thing to set the MAC
address at startup).

I added a phy_id to phy name function. May be that we could put this (and
associated structure) in miidev.c / mii.h.

Franck JULLIEN (1):
  [v2] Nios2: Add Altera TSE MAC driver

 drivers/net/Kconfig      |   16 ++
 drivers/net/Makefile     |    5 +-
 drivers/net/altera_tse.c |  620 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/altera_tse.h |  313 +++++++++++++++++++++++
 4 files changed, 952 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/altera_tse.c
 create mode 100644 drivers/net/altera_tse.h


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2011-04-11  7:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-09 14:08 [PATCH] [v2] Nios2: Add Altera TSE MAC driver franck.jullien
2011-04-09 14:08 ` franck.jullien
2011-04-10  4:06   ` Jean-Christophe PLAGNIOL-VILLARD
2011-04-10  7:13     ` Franck JULLIEN
2011-04-10 10:51       ` Jean-Christophe PLAGNIOL-VILLARD
2011-04-10 18:21         ` Franck JULLIEN
2011-04-11  2:37           ` Jean-Christophe PLAGNIOL-VILLARD
2011-04-11  7:23             ` Franck JULLIEN
2011-04-11  7:47               ` Sascha Hauer
2011-04-11  7:52                 ` Franck JULLIEN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox