All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: Chanwoo Choi <cw00.choi@samsung.com>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Kukjin Kim <kgene.kim@samsung.com>, Kukjin Kim <kgene@kernel.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Tomasz Figa <tomasz.figa@gmail.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/4] ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250
Date: Fri, 27 Mar 2015 02:19:25 +0900	[thread overview]
Message-ID: <55143F9D.9060100@kernel.org> (raw)
In-Reply-To: <550A5A94.2080207@samsung.com>

On 03/19/15 14:11, Chanwoo Choi wrote:
> Hi Bartlomiej,
> 
Hi,

> I tested this patch-set for AFTR mode.
> When CPU1 is offline state, I checked that CPU0 enter the AFTR mode.
> 
> Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
> 
Thanks for your test.

> Best Regards,
> Chanwoo Choi
> 
> On 03/19/2015 01:00 AM, Bartlomiej Zolnierkiewicz wrote:
>> Hi,
>>
>> This patch series adds support for AFTR idle mode on boards with
>> Exynos3250 SoC and allows EXYNOS cpuidle driver usage on these
>> boards.
>>
>> It has been tested on Samsung Rinato board (Gear 2).
>>
>> Depends on:
>> - for-next branch (commit: 77105c882ba6) of linux-samsung.git
>>   kernel tree
>>
>> Changes since v3:
>> - enhanced patch description for patch #1
>> - added Reviewed-by/Tested-by tags from Krzysztof
>> - enhanced C2_STATE BOOT mode flag comment
>> - moved exynos_{set,clear}_boot_flag() to firmware.c
>> - added patch description to patch #3
>>
>> Changes since v2:
>> - rebased on top of for-next branch (commit: 77105c882ba6) of
>>   linux-samsung.git kernel tree
>>
>> Changes since v1:
>> - rebased on top of for-next branch (commit: ce275c369a0b) of
>>   linux-samsung.git kernel tree
>> - fixed lockup on hotplug by using dsb_sev() instead of IPI in
>>   exynos_boot_secondary() on Exynos3250
>>
>> Best regards,
>> --
>> Bartlomiej Zolnierkiewicz
>> Samsung R&D Institute Poland
>> Samsung Electronics
>>
>>
>> Bartlomiej Zolnierkiewicz (4):
>>   ARM: EXYNOS: fix CPU1 hotplug on Exynos3250
>>   ARM: EXYNOS: add code for setting/clearing boot flag
>>   ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250
>>   ARM: EXYNOS: cpuidle: allow driver usage on Exynos3250 SoC
>>
>>  arch/arm/mach-exynos/common.h   |  6 ++++++
>>  arch/arm/mach-exynos/exynos.c   |  1 +
>>  arch/arm/mach-exynos/firmware.c | 33 ++++++++++++++++++++++++++++++++-
>>  arch/arm/mach-exynos/platsmp.c  | 23 ++++++++++++++++++++---
>>  arch/arm/mach-exynos/pm.c       | 12 +++++++++++-
>>  arch/arm/mach-exynos/regs-pmu.h |  3 +++
>>  arch/arm/mach-exynos/smc.h      |  9 +++++++++
>>  7 files changed, 82 insertions(+), 5 deletions(-)

Applied this whole series.

Thanks,
Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/4] ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250
Date: Fri, 27 Mar 2015 02:19:25 +0900	[thread overview]
Message-ID: <55143F9D.9060100@kernel.org> (raw)
In-Reply-To: <550A5A94.2080207@samsung.com>

On 03/19/15 14:11, Chanwoo Choi wrote:
> Hi Bartlomiej,
> 
Hi,

> I tested this patch-set for AFTR mode.
> When CPU1 is offline state, I checked that CPU0 enter the AFTR mode.
> 
> Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
> 
Thanks for your test.

> Best Regards,
> Chanwoo Choi
> 
> On 03/19/2015 01:00 AM, Bartlomiej Zolnierkiewicz wrote:
>> Hi,
>>
>> This patch series adds support for AFTR idle mode on boards with
>> Exynos3250 SoC and allows EXYNOS cpuidle driver usage on these
>> boards.
>>
>> It has been tested on Samsung Rinato board (Gear 2).
>>
>> Depends on:
>> - for-next branch (commit: 77105c882ba6) of linux-samsung.git
>>   kernel tree
>>
>> Changes since v3:
>> - enhanced patch description for patch #1
>> - added Reviewed-by/Tested-by tags from Krzysztof
>> - enhanced C2_STATE BOOT mode flag comment
>> - moved exynos_{set,clear}_boot_flag() to firmware.c
>> - added patch description to patch #3
>>
>> Changes since v2:
>> - rebased on top of for-next branch (commit: 77105c882ba6) of
>>   linux-samsung.git kernel tree
>>
>> Changes since v1:
>> - rebased on top of for-next branch (commit: ce275c369a0b) of
>>   linux-samsung.git kernel tree
>> - fixed lockup on hotplug by using dsb_sev() instead of IPI in
>>   exynos_boot_secondary() on Exynos3250
>>
>> Best regards,
>> --
>> Bartlomiej Zolnierkiewicz
>> Samsung R&D Institute Poland
>> Samsung Electronics
>>
>>
>> Bartlomiej Zolnierkiewicz (4):
>>   ARM: EXYNOS: fix CPU1 hotplug on Exynos3250
>>   ARM: EXYNOS: add code for setting/clearing boot flag
>>   ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250
>>   ARM: EXYNOS: cpuidle: allow driver usage on Exynos3250 SoC
>>
>>  arch/arm/mach-exynos/common.h   |  6 ++++++
>>  arch/arm/mach-exynos/exynos.c   |  1 +
>>  arch/arm/mach-exynos/firmware.c | 33 ++++++++++++++++++++++++++++++++-
>>  arch/arm/mach-exynos/platsmp.c  | 23 ++++++++++++++++++++---
>>  arch/arm/mach-exynos/pm.c       | 12 +++++++++++-
>>  arch/arm/mach-exynos/regs-pmu.h |  3 +++
>>  arch/arm/mach-exynos/smc.h      |  9 +++++++++
>>  7 files changed, 82 insertions(+), 5 deletions(-)

Applied this whole series.

Thanks,
Kukjin

  reply	other threads:[~2015-03-26 17:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-18 16:00 [PATCH v4 0/4] ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250 Bartlomiej Zolnierkiewicz
2015-03-18 16:00 ` Bartlomiej Zolnierkiewicz
2015-03-18 16:00 ` [PATCH v4 1/4] ARM: EXYNOS: fix CPU1 hotplug on Exynos3250 Bartlomiej Zolnierkiewicz
2015-03-18 16:00   ` Bartlomiej Zolnierkiewicz
2015-03-19  4:58   ` Chanwoo Choi
2015-03-19  4:58     ` Chanwoo Choi
2015-03-18 16:00 ` [PATCH v4 2/4] ARM: EXYNOS: add code for setting/clearing boot flag Bartlomiej Zolnierkiewicz
2015-03-18 16:00   ` Bartlomiej Zolnierkiewicz
2015-03-18 16:00 ` [PATCH v4 3/4] ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250 Bartlomiej Zolnierkiewicz
2015-03-18 16:00   ` Bartlomiej Zolnierkiewicz
2015-03-18 16:00 ` [PATCH v4 4/4] ARM: EXYNOS: cpuidle: allow driver usage on Exynos3250 SoC Bartlomiej Zolnierkiewicz
2015-03-18 16:00   ` Bartlomiej Zolnierkiewicz
2015-03-19  5:11 ` [PATCH v4 0/4] ARM: EXYNOS: cpuidle: add AFTR mode support for Exynos3250 Chanwoo Choi
2015-03-19  5:11   ` Chanwoo Choi
2015-03-26 17:19   ` Kukjin Kim [this message]
2015-03-26 17:19     ` Kukjin Kim

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=55143F9D.9060100@kernel.org \
    --to=kgene@kernel.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=cw00.choi@samsung.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=tomasz.figa@gmail.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.