devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vikas Sajjan <sajjan.linux@gmail.com>
To: Vikas Sajjan <vikas.sajjan@samsung.com>
Cc: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	devicetree@vger.kernel.org,
	linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
	Vikas Sajjan <vikas.sajjan@linaro.org>,
	Kukjin Kim <kgene.kim@samsung.com>,
	Tomasz Figa <tomasz.figa@gmail.com>,
	sunil joshi <joshi@samsung.com>
Subject: Re: [PATCH v2 0/3] Add initial support of PMU for exynos5260
Date: Fri, 11 Apr 2014 18:46:06 +0530	[thread overview]
Message-ID: <CAGm_ybhk8FdBy_U2jJfY0d=dC-dJDcXnkFexr3q_LCLXUVxtHw@mail.gmail.com> (raw)
In-Reply-To: <1395061795-17777-1-git-send-email-vikas.sajjan@samsung.com>

 Hi,

 Any comments on this series.


On Mon, Mar 17, 2014 at 6:39 PM, Vikas Sajjan <vikas.sajjan@samsung.com> wrote:
> 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
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      parent reply	other threads:[~2014-04-11 13:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-17 13:09 [PATCH v2 0/3] Add initial support of PMU for exynos5260 Vikas Sajjan
2014-03-17 13:09 ` [PATCH v2 1/3] ARM: EXYNOS: Map PMU address through DT Vikas Sajjan
2014-03-17 14:23   ` Sachin Kamat
2014-03-19 16:01     ` Tomasz Figa
2014-04-15 18:28   ` Tomasz Figa
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-04-15 18:34   ` Tomasz Figa
2014-04-16  5:34     ` Vikas Sajjan
2014-04-16 11:54       ` Tomasz Figa
2014-03-17 13:09 ` [PATCH v2 3/3] arm: exynos5260: add support for S2R 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-11 13:16 ` Vikas Sajjan [this message]

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='CAGm_ybhk8FdBy_U2jJfY0d=dC-dJDcXnkFexr3q_LCLXUVxtHw@mail.gmail.com' \
    --to=sajjan.linux@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=joshi@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=tomasz.figa@gmail.com \
    --cc=vikas.sajjan@linaro.org \
    --cc=vikas.sajjan@samsung.com \
    /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).