1) Added initial PMU support for exynos5260 2) Added exynos5260_iodesc for mapping 5260 specific SFRs. We modified exynos5_map_io so that in case of exynos5260 only exynos5260_iodesc can be initialized. 3) Added new macros for WAKEUP MASK for 5260, and modified exynos_pm_drvinit accordingly. 4) Adds CMU virtual addresses for exynos5260. rebased on kgene tree for-next branch https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next and on top of rahul's patches for basic support of exynos5260 http://www.mail-archive.com/linux-samsung-soc@xxxxxxxxxxxxxxx/msg24573.html Vikas Sajjan (1): ARM: EXYNOS: Add initial support of PMU for Exynos5260 Young-Gun Jang (1): ARM: EXYNOS: Add CMU virtual addresses for exynos5260 arch/arm/mach-exynos/common.c | 154 ++++++++++++++++- arch/arm/mach-exynos/common.h | 5 + arch/arm/mach-exynos/include/mach/map.h | 31 ++++ arch/arm/mach-exynos/include/mach/regs-clock.h | 17 ++ arch/arm/mach-exynos/include/mach/regs-pmu.h | 221 +++++++++++++++++++++++++ arch/arm/mach-exynos/pm.c | 33 +++- arch/arm/mach-exynos/pmu.c | 140 ++++++++++++++++ arch/arm/plat-samsung/include/plat/map-s5p.h | 30 ++++ 8 files changed, 620 insertions(+), 11 deletions(-) -- 1.7.12.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html