ARM: imx: move revision definitions and declarations into a header
authorShawn Guo <shawn.guo@linaro.org>
Sat, 25 Apr 2015 13:03:15 +0000 (21:03 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 06:44:30 +0000 (14:44 +0800)
commit9bbef18750b34fa1d476e46a7833867b49f856c4
tree58dc8ec69a7cd45d3fd3739c494d7968aaa29d8d
parent5ab96a8df094b87673b67e4dce70e31248d663a3
ARM: imx: move revision definitions and declarations into a header

The revision definitions and declarations are widely used by clock
drivers.  As a step of moving clock drivers out of arch/arm/mach-imx,
let's create header include/soc/imx/revision.h to accommodate them.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/common.h
arch/arm/mach-imx/hardware.h
arch/arm/mach-imx/mx27.h
arch/arm/mach-imx/mx3x.h
arch/arm/mach-imx/mxc.h
include/soc/imx/revision.h [new file with mode: 0644]