linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: vikas.sajjan@linaro.org (Vikas Sajjan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Add initial support of PMU and CMU for exynos5260
Date: Wed, 11 Dec 2013 16:25:14 +0545	[thread overview]
Message-ID: <1386758416-31065-1-git-send-email-vikas.sajjan@linaro.org> (raw)

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

             reply	other threads:[~2013-12-11 10:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11 10:40 Vikas Sajjan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1386758416-31065-1-git-send-email-vikas.sajjan@linaro.org \
    --to=vikas.sajjan@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).