[PATCH 0/3] ppc: Freescale TSEC driver.

Renaud Barbier renaud.barbier at ge.com
Wed Jul 25 12:00:58 EDT 2012


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




More information about the barebox mailing list