u-boot-brain/arch/arm/cpu/armv7
pekon gupta beba5f04f2 mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx platforms
ELM hardware engine which is used for ECC error detection, is present on all
latest OMAP SoC (like OMAP4xxx, OMAP5xxx, DRA7xxx, AM33xx, AM43xx). Thus ELM
driver should be moved to common drivers/mtd/nand/ folder so that all SoC
having on-chip ELM hardware engine can re-use it.
This patch has following changes:
- mv arch/arm/include/asm/arch-am33xx/elm.h arch/arm/include/asm/omap_elm.h
- mv arch/arm/cpu/armv7/am33xx/elm.c drivers/mtd/nand/omap_elm.c
- update Makefiles
- update #include <asm/elm.h>
- add CONFIG_NAND_OMAP_ELM to compile driver/mtd/nand/omap_elm.c
	and include in all board configs using AM33xx SoC platform.

Signed-off-by: Pekon Gupta <pekon@ti.com>
2013-11-21 13:33:41 -06:00
..
am33xx mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx platforms 2013-11-21 13:33:41 -06:00
at91 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
exynos armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
highbank ARM: highbank: convert to common timer code 2013-11-04 11:08:10 -05:00
mx5 Merge branch 'iu-boot/master' into 'u-boot-arm/master' 2013-11-09 22:59:47 +01:00
mx6 Merge branch 'iu-boot/master' into 'u-boot-arm/master' 2013-11-09 22:59:47 +01:00
omap3 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
omap4 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
omap5 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
omap-common Merge branch 'iu-boot/master' into 'u-boot-arm/master' 2013-11-09 22:59:47 +01:00
rmobile armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
s5p-common armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
s5pc1xx armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
socfpga ARM: socfpga: convert to common timer code 2013-11-04 11:23:45 -05:00
tegra20 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
tegra30 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
tegra114 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
tegra-common armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
u8500 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
vf610 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
zynq Merge branch 'iu-boot/master' into 'u-boot-arm/master' 2013-11-09 22:59:47 +01:00
cache_v7.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
config.mk ARM: refactor compiler options in config.mk 2013-09-23 17:03:05 +02:00
cpu.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
lowlevel_init.S ARM: use r9 for gd 2013-09-23 18:00:02 +02:00
Makefile ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/ 2013-10-31 13:26:44 -04:00
nonsec_virt.S ARM: virtualization: replace verbose license with SPDX identifier 2013-10-07 08:21:13 -04:00
start.S Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
syslib.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
virt-v7.c ARM: virtualization: replace verbose license with SPDX identifier 2013-10-07 08:21:13 -04:00