u-boot/drivers/net/fm
Timur Tabi 3038171628 powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHY
Function dtsec_configure_serdes() needs to know where the TBI PHY registers
are in order to configure SGMII for proper SerDes operation.

During SGMII initialzation, fm_eth_init_mac() passing NULL for 'phyregs'
when it called init_dtsec(), because it was believed that phyregs was not
used.  In fact, it is used by dtsec_configure_serdes() to configure the TBI
PHY registers.

We also need to define the PHY registers in struct fm_mdio.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-10-09 17:57:53 -05:00
..
dtsec.c powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHY 2011-10-09 17:57:53 -05:00
eth.c powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHY 2011-10-09 17:57:53 -05:00
fm.c powerpc/85xx: Add support for FMan ethernet in Independent mode 2011-09-29 19:01:05 -05:00
fm.h fm-eth: Add ability for board code to disable a port 2011-10-03 08:52:15 -05:00
init.c fm-eth: Add ability for board code to disable a port 2011-10-03 08:52:15 -05:00
Makefile powerpc/p3060: Add SoC related support for P3060 platform 2011-10-03 09:36:28 -05:00
p1023.c fm-eth: Add ability for board code to disable a port 2011-10-03 08:52:15 -05:00
p3060.c powerpc/p3060: Add SoC related support for P3060 platform 2011-10-03 09:36:28 -05:00
p4080.c fm-eth: Add ability for board code to disable a port 2011-10-03 08:52:15 -05:00
p5020.c fm-eth: Add ability for board code to disable a port 2011-10-03 08:52:15 -05:00
tgec.c powerpc/85xx: Add support for FMan ethernet in Independent mode 2011-09-29 19:01:05 -05:00
tgec_phy.c powerpc/85xx: Add support for FMan ethernet in Independent mode 2011-09-29 19:01:05 -05:00