
21 Jul
2010
21 Jul
'10
7:39 a.m.
On Jul 11, 2010, at 12:48 PM, Kumar Gala wrote:
Move serdes init until after we are in ram so we can keep track of a global static protocal map for the particular serdes config we are in. This makes is_serdes_configured() much simplier and not constantly reading registers to determine if a given device is enabled based on the protocol.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
arch/powerpc/cpu/mpc85xx/cpu_init.c | 12 ++--- arch/powerpc/cpu/mpc85xx/mpc8536_serdes.c | 66 ++++++++++++++-------------- arch/powerpc/include/asm/fsl_serdes.h | 1 + include/configs/MPC8536DS.h | 1 + 4 files changed, 40 insertions(+), 40 deletions(-)
applied to 85xx
- k