[PATCH V2 0/4] ppc: Freescale TSEC driver

Renaud Barbier renaud.barbier at ge.com
Tue Aug 7 10:30:54 EDT 2012


The patchset v2 addresses the comments from version 1. 'printf' in the
Ethernet driver are replaced by dev_dbg, dev_err or dev_info and excessive
NULL checkings are removed. The platform Ethernet initialization is a
generic architecture function (moved to mach-mpc85xx).
Finally, the send function uses 'is_timeout' to wait for packet 
transmission but the send function still uses 2 descriptors as using only
one fails.

Renaud Barbier (4):
  ppc: GIANFAR base address definition
  net: GIANFAR driver
  fsl: Freescale TSEC specific initialization.
  ppc: P2020RDB Ethernet configuration

 arch/ppc/boards/freescale-p2020rdb/p2020rdb.c   |   14 +
 arch/ppc/configs/p2020rdb_defconfig             |    6 +
 arch/ppc/mach-mpc85xx/Makefile                  |    1 +
 arch/ppc/mach-mpc85xx/eth-devices.c             |   49 ++
 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                           |  548 +++++++++++++++++++++++
 drivers/net/gianfar.h                           |  284 ++++++++++++
 10 files changed, 946 insertions(+), 0 deletions(-)
 create mode 100644 arch/ppc/mach-mpc85xx/eth-devices.c
 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