
10 Jul
2010
10 Jul
'10
2:15 p.m.
On Jul 9, 2010, at 12:18 AM, Kumar Gala wrote:
The code to map SERDES configs to slot names is board specific and not chip specific. Thus it should live in board/freescale/p1022ds/ and not in arch/powerpc/cpu/.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
arch/powerpc/cpu/mpc85xx/p1022_serdes.c | 68 ------------------------------ arch/powerpc/include/asm/fsl_serdes.h | 2 - board/freescale/p1022ds/p1022ds.c | 69 +++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 70 deletions(-)
applied to 85xx
- k