]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx: Move some i.MX common functions into the imx-common directory
authorStefan Roese <sr@denx.de>
Tue, 9 Apr 2013 21:06:08 +0000 (21:06 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 22 Apr 2013 08:23:42 +0000 (10:23 +0200)
commit8870e4599689a879051f945c97551309d23ff176
tree0163e2aa03934e1f78e22f47773d35ce11ecdb53
parent0499218dbcc30532bcc1b7b2ee44b8876675bced
imx: Move some i.MX common functions into the imx-common directory

This patch moves the following functions into the imx-common
directory:

- mxs_wait_mask_set()
- mxs_wait_mask_clr()
- mxs_reset_block()

These are currently used by i.MX28. But the upcoming GPMI NAND port
for i.MX6 will also use these functions. So lets move them to a
common location to re-use them.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Makefile
arch/arm/cpu/arm926ejs/mxs/mxs.c
arch/arm/imx-common/Makefile
arch/arm/imx-common/misc.c [new file with mode: 0644]
arch/arm/include/asm/arch-mx6/sys_proto.h
spl/Makefile