ARM: MXS: introduce stmp device support
MXS specific devices have some common infrastructure in the kernel
known as STMP devices. We have the same in barebox, but with a
mxs_ prefix instead of a stmp_ prefix. As some STMP devices are
also found on i.MX6 move the common infrastructure out of MXS
specific files and use the stmp_ prefix.

This is done in preparation for i.MX6 NAND support.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 6689156 commit ca13a84ac2580d8507f292b469751a919af60411
@Sascha Hauer Sascha Hauer authored on 9 Jul 2013
Showing 20 changed files
View
arch/arm/mach-mxs/Kconfig
View
arch/arm/mach-mxs/Makefile
View
arch/arm/mach-mxs/common.c 100644 → 0
View
arch/arm/mach-mxs/imx.c
View
arch/arm/mach-mxs/include/mach/imx-regs.h
View
arch/arm/mach-mxs/include/mach/mxs.h 100644 → 0
View
arch/arm/mach-mxs/iomux-imx.c
View
arch/arm/mach-mxs/ocotp.c
View
arch/arm/mach-mxs/power.c
View
drivers/dma/Kconfig
View
drivers/dma/apbh_dma.c
View
drivers/mci/mxs.c
View
drivers/mtd/nand/nand_mxs.c
View
drivers/serial/serial_auart.c
View
drivers/spi/mxs_spi.c
View
drivers/video/stm.c
View
include/stmp-device.h 0 → 100644
View
lib/Kconfig
View
lib/Makefile
View
lib/stmp-device.c 0 → 100644