linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add initial support of PMU and CMU for exynos5260
@ 2013-12-11 10:40 Vikas Sajjan
  2013-12-11 10:40 ` [PATCH 1/2] ARM: EXYNOS: Add initial support of PMU for Exynos5260 Vikas Sajjan
  2013-12-11 10:40 ` [PATCH 2/2] ARM: EXYNOS: Add CMU virtual addresses for exynos5260 Vikas Sajjan
  0 siblings, 2 replies; 6+ messages in thread
From: Vikas Sajjan @ 2013-12-11 10:40 UTC (permalink / raw)
  To: linux-arm-kernel

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 at vger.kernel.org/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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-31  6:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11 10:40 [PATCH 0/2] Add initial support of PMU and CMU for exynos5260 Vikas Sajjan
2013-12-11 10:40 ` [PATCH 1/2] ARM: EXYNOS: Add initial support of PMU for Exynos5260 Vikas Sajjan
2013-12-18 16:35   ` Tomasz Figa
2013-12-31  6:06     ` Vikas Sajjan
2013-12-11 10:40 ` [PATCH 2/2] ARM: EXYNOS: Add CMU virtual addresses for exynos5260 Vikas Sajjan
2013-12-18 16:37   ` Tomasz Figa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).