From: Tomasz Figa <tomasz.figa@gmail.com>
To: Vikas Sajjan <sajjan.linux@gmail.com>,
Kukjin Kim <kgene.kim@samsung.com>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
sunil joshi <joshi@samsung.com>, Tomasz Figa <t.figa@samsung.com>
Subject: Re: [PATCH V2 0/3] Add PMU and S2R support for exynos5420
Date: Mon, 14 Apr 2014 01:30:38 +0200 [thread overview]
Message-ID: <534B1E1E.7040001@gmail.com> (raw)
In-Reply-To: <CAGm_ybhWjc7=OUJ5BTvQ-K6S_RwYVgGV8+vi6iUgKEJb0qSymw@mail.gmail.com>
Hi Vikas,
Will review on Tuesday, when back at work. Same for the other series
from you.
Best regards,
Tomasz
On 11.04.2014 15:17, Vikas Sajjan wrote:
> Hi,
>
> Any comments on this series.
>
> On Thu, Mar 27, 2014 at 11:43 AM, Vikas Sajjan <vikas.sajjan@samsung.com> wrote:
>> rebased on kgene tree for-next branch
>> https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next
>>
>> changes since v1:
>> - Addressed comments from Tomasz figa.
>> - restructured/consolidated as per Tomasz figa's PM consolidations for exynos
>>
>> Abhilash Kesavan (1):
>> ARM: dts: Add node for GPIO keys on SMDK5420
>>
>> Vikas Sajjan (2):
>> ARM: EXYNOS5: Add PMU settings for exynos5420
>> ARM: EXYNOS5: Support Suspend-to-RAM on EXYNOS5420
>>
>> arch/arm/boot/dts/exynos5420-smdk5420.dts | 11 +
>> arch/arm/mach-exynos/common.h | 10 +
>> arch/arm/mach-exynos/pm.c | 148 +++++++++++--
>> arch/arm/mach-exynos/pmu.c | 307 ++++++++++++++++++++++++++
>> arch/arm/mach-exynos/regs-pmu.h | 230 +++++++++++++++++++
>> arch/arm/plat-samsung/include/plat/map-s5p.h | 2 +
>> drivers/clk/samsung/clk-exynos5420.c | 32 +++
>> 7 files changed, 722 insertions(+), 18 deletions(-)
>>
>> --
>> 1.7.9.5
>>
WARNING: multiple messages have this Message-ID (diff)
From: tomasz.figa@gmail.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 0/3] Add PMU and S2R support for exynos5420
Date: Mon, 14 Apr 2014 01:30:38 +0200 [thread overview]
Message-ID: <534B1E1E.7040001@gmail.com> (raw)
In-Reply-To: <CAGm_ybhWjc7=OUJ5BTvQ-K6S_RwYVgGV8+vi6iUgKEJb0qSymw@mail.gmail.com>
Hi Vikas,
Will review on Tuesday, when back at work. Same for the other series
from you.
Best regards,
Tomasz
On 11.04.2014 15:17, Vikas Sajjan wrote:
> Hi,
>
> Any comments on this series.
>
> On Thu, Mar 27, 2014 at 11:43 AM, Vikas Sajjan <vikas.sajjan@samsung.com> wrote:
>> rebased on kgene tree for-next branch
>> https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next
>>
>> changes since v1:
>> - Addressed comments from Tomasz figa.
>> - restructured/consolidated as per Tomasz figa's PM consolidations for exynos
>>
>> Abhilash Kesavan (1):
>> ARM: dts: Add node for GPIO keys on SMDK5420
>>
>> Vikas Sajjan (2):
>> ARM: EXYNOS5: Add PMU settings for exynos5420
>> ARM: EXYNOS5: Support Suspend-to-RAM on EXYNOS5420
>>
>> arch/arm/boot/dts/exynos5420-smdk5420.dts | 11 +
>> arch/arm/mach-exynos/common.h | 10 +
>> arch/arm/mach-exynos/pm.c | 148 +++++++++++--
>> arch/arm/mach-exynos/pmu.c | 307 ++++++++++++++++++++++++++
>> arch/arm/mach-exynos/regs-pmu.h | 230 +++++++++++++++++++
>> arch/arm/plat-samsung/include/plat/map-s5p.h | 2 +
>> drivers/clk/samsung/clk-exynos5420.c | 32 +++
>> 7 files changed, 722 insertions(+), 18 deletions(-)
>>
>> --
>> 1.7.9.5
>>
next prev parent reply other threads:[~2014-04-13 23:30 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-27 6:13 [PATCH V2 0/3] Add PMU and S2R support for exynos5420 Vikas Sajjan
2014-03-27 6:13 ` Vikas Sajjan
2014-03-27 6:13 ` [PATCH V2 1/3] ARM: EXYNOS5: Add PMU settings " Vikas Sajjan
2014-03-27 6:13 ` Vikas Sajjan
2014-04-15 18:57 ` Tomasz Figa
2014-04-15 18:57 ` Tomasz Figa
2014-04-28 12:36 ` Vikas Sajjan
2014-04-28 12:36 ` Vikas Sajjan
2014-03-27 6:13 ` [PATCH V2 2/3] ARM: EXYNOS5: Support Suspend-to-RAM on EXYNOS5420 Vikas Sajjan
2014-03-27 6:13 ` Vikas Sajjan
2014-04-15 19:03 ` Tomasz Figa
2014-04-15 19:03 ` Tomasz Figa
2014-04-15 19:04 ` Tomasz Figa
2014-04-15 19:04 ` Tomasz Figa
2014-04-28 12:39 ` Vikas Sajjan
2014-04-28 12:39 ` Vikas Sajjan
2014-03-27 6:13 ` [PATCH V2 3/3] ARM: dts: Add node for GPIO keys on SMDK5420 Vikas Sajjan
2014-03-27 6:13 ` Vikas Sajjan
2014-04-15 19:06 ` Tomasz Figa
2014-04-15 19:06 ` Tomasz Figa
2014-04-11 13:17 ` [PATCH V2 0/3] Add PMU and S2R support for exynos5420 Vikas Sajjan
2014-04-11 13:17 ` Vikas Sajjan
2014-04-13 23:30 ` Tomasz Figa [this message]
2014-04-13 23:30 ` 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=534B1E1E.7040001@gmail.com \
--to=tomasz.figa@gmail.com \
--cc=joshi@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=sajjan.linux@gmail.com \
--cc=t.figa@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 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.