mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Altera TSE driver
@ 2011-04-11 21:52 franck.jullien
  2011-04-11 21:52 ` [PATCH 1/3] Fix coding style in driver/net/Makefile franck.jullien
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: franck.jullien @ 2011-04-11 21:52 UTC (permalink / raw)
  To: barebox

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

In this version I removed the PHY address auto-detect functions.
Thus, the address has to be passed via platform_data.

Franck JULLIEN (3):
  Fix coding style in driver/net/Makefile
  [v3] Nios2: Add Altera TSE driver
  Add platform data to the mac device

 arch/nios2/boards/generic/generic.c |   11 +-
 drivers/net/Kconfig                 |   16 +
 drivers/net/Makefile                |    5 +-
 drivers/net/altera_tse.c            |  579 +++++++++++++++++++++++++++++++++++
 drivers/net/altera_tse.h            |  303 ++++++++++++++++++
 5 files changed, 908 insertions(+), 6 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] 5+ messages in thread

end of thread, other threads:[~2011-04-27 19:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-11 21:52 [PATCH 0/3] Add Altera TSE driver franck.jullien
2011-04-11 21:52 ` [PATCH 1/3] Fix coding style in driver/net/Makefile franck.jullien
2011-04-11 21:52 ` [PATCH 2/3] [v3] Nios2: Add Altera TSE driver franck.jullien
2011-04-27 19:14   ` Franck JULLIEN
2011-04-11 21:52 ` [PATCH 3/3] Add platform data to the mac device franck.jullien

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