mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] ppc: Freescale TSEC driver.
@ 2012-07-25 16:00 Renaud Barbier
  2012-07-25 16:00 ` [PATCH 1/3] ppc: GIANFAR base address definition Renaud Barbier
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Renaud Barbier @ 2012-07-25 16:00 UTC (permalink / raw)
  To: barebox

This patchset adds support for the Freescale Ethernet driver(TSEC).
It is tested on a P2020RDB board using the eTSEC3 interface(RGMII)
only.

Renaud Barbier (3):
  ppc: GIANFAR base address definition
  net: GIANFAR driver
  ppc: P2020RDB Ethernet configuration

 arch/ppc/boards/freescale-p2020rdb/p2020rdb.c   |   38 ++
 arch/ppc/configs/p2020rdb_defconfig             |    6 +
 arch/ppc/mach-mpc85xx/include/mach/gianfar.h    |   31 ++
 arch/ppc/mach-mpc85xx/include/mach/immap_85xx.h |    7 +
 drivers/net/Kconfig                             |    5 +
 drivers/net/Makefile                            |    1 +
 drivers/net/gianfar.c                           |  558 +++++++++++++++++++++++
 drivers/net/gianfar.h                           |  288 ++++++++++++
 8 files changed, 934 insertions(+), 0 deletions(-)
 create mode 100644 arch/ppc/mach-mpc85xx/include/mach/gianfar.h
 create mode 100644 drivers/net/gianfar.c
 create mode 100644 drivers/net/gianfar.h


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

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

end of thread, other threads:[~2012-08-10 19:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-25 16:00 [PATCH 0/3] ppc: Freescale TSEC driver Renaud Barbier
2012-07-25 16:00 ` [PATCH 1/3] ppc: GIANFAR base address definition Renaud Barbier
2012-07-25 16:01 ` [PATCH 2/3] net: GIANFAR driver Renaud Barbier
2012-07-27  7:43   ` Sascha Hauer
2012-07-25 16:01 ` [PATCH 3/3] ppc: P2020RDB Ethernet configuration Renaud Barbier
2012-07-27  7:45   ` Sascha Hauer
2012-08-07 14:30 ` [PATCH V2 0/4] ppc: Freescale TSEC driver Renaud Barbier
2012-08-10 19:16   ` Sascha Hauer
2012-08-07 14:30 ` [PATCH 1/4] ppc: GIANFAR base address definition Renaud Barbier
2012-08-07 14:30 ` [PATCH 2/4] net: GIANFAR driver Renaud Barbier
2012-08-07 14:30 ` [PATCH 3/4] fsl: Freescale TSEC specific initialization Renaud Barbier
2012-08-07 14:30 ` [PATCH 4/4] ppc: P2020RDB Ethernet configuration Renaud Barbier

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