]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Driver/IFC: Move Freescale IFC driver to a common driver
authorYork Sun <yorksun@freescale.com>
Tue, 22 Oct 2013 19:39:02 +0000 (12:39 -0700)
committerYork Sun <yorksun@freescale.com>
Mon, 25 Nov 2013 19:43:47 +0000 (11:43 -0800)
commit0b66513b2706e941b55ffc6ad5aa011e10e87960
treee4b5097ccb350561124177b8f03cf9e643a08899
parent00ec3fd21170e463e29723976d37f8ea2316f168
Driver/IFC: Move Freescale IFC driver to a common driver

Freescale IFC controller has been used for mpc8xxx. It will be used
for ARM-based SoC as well. This patch moves the driver to driver/misc
and fix the header file includes.

Signed-off-by: York Sun <yorksun@freescale.com>
12 files changed:
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc85xx/spl_minimal.c
arch/powerpc/cpu/mpc8xxx/Makefile
arch/powerpc/include/asm/immap_85xx.h
board/freescale/bsc9132qds/bsc9132qds.c
board/freescale/c29xpcie/c29xpcie.c
board/freescale/p1010rdb/p1010rdb.c
drivers/misc/Makefile
drivers/misc/fsl_ifc.c [moved from arch/powerpc/cpu/mpc8xxx/fsl_ifc.c with 99% similarity]
drivers/mtd/nand/fsl_ifc_nand.c
drivers/mtd/nand/fsl_ifc_spl.c
include/fsl_ifc.h [moved from arch/powerpc/include/asm/fsl_ifc.h with 99% similarity]