ARM: EXYNOS: Move SYSREG definition into sys-reg specific file
authorPankaj Dubey <pankaj.dubey@samsung.com>
Mon, 7 Jul 2014 22:54:08 +0000 (07:54 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 14 Jul 2014 23:40:31 +0000 (08:40 +0900)
commit318fd20bd150f8451b7217546220c30dd7fe88e5
tree2f6f7f881b77e709bac9f4707b3148bc79fe74a2
parent5e299f65eb83a7c6e928257d3a1069a57ce8bcbb
ARM: EXYNOS: Move SYSREG definition into sys-reg specific file

While making PMU implementation to be device tree based, there are
few register offsets related with SYSREG present in regs-pmu.h, so
let's make a new header file "regs-sys.h" to keep all such SYSREG
related register offsets and remove them from "regs-pmu.h"

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/exynos.c
arch/arm/mach-exynos/pm.c
arch/arm/mach-exynos/regs-pmu.h
arch/arm/mach-exynos/regs-sys.h [new file with mode: 0644]