All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add initial support of PMU for exynos5260
@ 2014-03-17 13:09 ` Vikas Sajjan
  0 siblings, 0 replies; 26+ messages in thread
From: Vikas Sajjan @ 2014-03-17 13:09 UTC (permalink / raw)
  To: vikas.sajjan, linux-arm-kernel, devicetree, linux-samsung-soc
  Cc: kgene.kim, tomasz.figa, joshi, Vikas Sajjan

From: Vikas Sajjan <vikas.sajjan@linaro.org>

1) Added initial PMU support for exynos5260

2) Added S2R(single CPU) support on exynos5260

3) Added PMU mapping via DT.

rebased on
1) kgene tree for-next branch
https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next

2) Rahul's patches for basic support of exynos5260
http://www.spinics.net/lists/linux-samsung-soc/msg27282.html

3) Rahul's clk patches http://www.spinics.net/lists/linux-samsung-soc/msg27275.html

4) Tomasz Figa's http://permalink.gmane.org/gmane.linux.ports.arm.kernel/299340

Changes since v1:
	       -- Addressed Tomasz Figa's comments.
	       -- removed CMU patch
	       -- Added PMU mapping via DT

Vikas Sajjan (3):
  ARM: EXYNOS: Map PMU address through DT
  ARM: EXYNOS: Add initial support of PMU for Exynos5260
  arm: exynos5260: add support for S2R

 .../devicetree/bindings/arm/samsung/pmu.txt        |    5 +-
 arch/arm/boot/dts/exynos4.dtsi                     |    5 +
 arch/arm/boot/dts/exynos5260.dtsi                  |    5 +
 arch/arm/mach-exynos/common.c                      |   51 ++--
 arch/arm/mach-exynos/common.h                      |   26 +++
 arch/arm/mach-exynos/include/mach/map.h            |    3 -
 arch/arm/mach-exynos/pm.c                          |   96 ++++++--
 arch/arm/mach-exynos/pmu.c                         |  238 +++++++++++++++++++
 arch/arm/mach-exynos/regs-pmu.h                    |  244 ++++++++++++++++++++
 arch/arm/plat-samsung/include/plat/cpu.h           |    8 +
 10 files changed, 637 insertions(+), 44 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-04-17  3:44 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17 13:09 [PATCH v2 0/3] Add initial support of PMU for exynos5260 Vikas Sajjan
2014-03-17 13:09 ` Vikas Sajjan
2014-03-17 13:09 ` [PATCH v2 1/3] ARM: EXYNOS: Map PMU address through DT Vikas Sajjan
2014-03-17 13:09   ` Vikas Sajjan
2014-03-17 14:23   ` Sachin Kamat
2014-03-17 14:23     ` Sachin Kamat
2014-03-19 16:01     ` Tomasz Figa
2014-03-19 16:01       ` Tomasz Figa
2014-04-15 18:28   ` Tomasz Figa
2014-04-15 18:28     ` Tomasz Figa
2014-04-17  3:44   ` Chanwoo Choi
2014-04-17  3:44     ` Chanwoo Choi
2014-03-17 13:09 ` [PATCH v2 2/3] ARM: EXYNOS: Add initial support of PMU for Exynos5260 Vikas Sajjan
2014-03-17 13:09   ` Vikas Sajjan
2014-04-15 18:34   ` Tomasz Figa
2014-04-15 18:34     ` Tomasz Figa
2014-04-16  5:34     ` Vikas Sajjan
2014-04-16  5:34       ` Vikas Sajjan
2014-04-16 11:54       ` Tomasz Figa
2014-04-16 11:54         ` Tomasz Figa
2014-03-17 13:09 ` [PATCH v2 3/3] arm: exynos5260: add support for S2R Vikas Sajjan
2014-03-17 13:09   ` Vikas Sajjan
     [not found]   ` <1395061795-17777-4-git-send-email-vikas.sajjan-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-04-15 18:41     ` Tomasz Figa
2014-04-15 18:41       ` Tomasz Figa
2014-04-11 13:16 ` [PATCH v2 0/3] Add initial support of PMU for exynos5260 Vikas Sajjan
2014-04-11 13:16   ` Vikas Sajjan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.