MIPS: PNX8550: Move code one directory level up.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:56 +0000 (13:25 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:56 +0000 (13:25 +0100)
commit79d7cd31f9a3d3e75ae67f742aa5eb199cfa71cf
treecce7cbd31518851116a0f2a01f9fc3d1dfa1419e
parent86c6d4d0acc64543a485c11e197d0bd2c5ae0bb2
MIPS: PNX8550: Move code one directory level up.

It was sharing the nxp directory but no code with pnx833x and will fit
better into the new platform makefile scheme, if moved.  Also after the
pnx833x code has been moved up, the pnx8550 Code was the last users of
the nxp dir.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
18 files changed:
arch/mips/Makefile
arch/mips/pnx8550/common/Makefile [moved from arch/mips/nxp/pnx8550/common/Makefile with 100% similarity]
arch/mips/pnx8550/common/int.c [moved from arch/mips/nxp/pnx8550/common/int.c with 100% similarity]
arch/mips/pnx8550/common/pci.c [new file with mode: 0644]
arch/mips/pnx8550/common/platform.c [moved from arch/mips/nxp/pnx8550/common/platform.c with 100% similarity]
arch/mips/pnx8550/common/proc.c [moved from arch/mips/nxp/pnx8550/common/proc.c with 100% similarity]
arch/mips/pnx8550/common/prom.c [moved from arch/mips/nxp/pnx8550/common/prom.c with 100% similarity]
arch/mips/pnx8550/common/reset.c [moved from arch/mips/nxp/pnx8550/common/reset.c with 100% similarity]
arch/mips/pnx8550/common/setup.c [new file with mode: 0644]
arch/mips/pnx8550/common/time.c [moved from arch/mips/nxp/pnx8550/common/time.c with 100% similarity]
arch/mips/pnx8550/jbs/Makefile [moved from arch/mips/nxp/pnx8550/jbs/Makefile with 100% similarity]
arch/mips/pnx8550/jbs/board_setup.c [moved from arch/mips/nxp/pnx8550/jbs/board_setup.c with 100% similarity]
arch/mips/pnx8550/jbs/init.c [moved from arch/mips/nxp/pnx8550/jbs/init.c with 100% similarity]
arch/mips/pnx8550/jbs/irqmap.c [moved from arch/mips/nxp/pnx8550/jbs/irqmap.c with 100% similarity]
arch/mips/pnx8550/stb810/Makefile [moved from arch/mips/nxp/pnx8550/stb810/Makefile with 100% similarity]
arch/mips/pnx8550/stb810/board_setup.c [moved from arch/mips/nxp/pnx8550/stb810/board_setup.c with 100% similarity]
arch/mips/pnx8550/stb810/irqmap.c [moved from arch/mips/nxp/pnx8550/stb810/irqmap.c with 100% similarity]
arch/mips/pnx8550/stb810/prom_init.c [moved from arch/mips/nxp/pnx8550/stb810/prom_init.c with 100% similarity]