All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
	Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Sachin Kamat <sachin.kamat@samsung.com>,
	Tomasz Figa <tomasz.figa@gmail.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Olof Johansson <olof@lixom.net>,
	Russell King <rmk+kernel@arm.linux.org.uk>,
	linux-arm-kernel@lists.infradead.org,
	Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH v3 0/1] ARM: EXYNOS: Fix builds with PM_SLEEP=n
Date: Thu, 25 Sep 2014 17:46:55 +0900	[thread overview]
Message-ID: <5423D67F.5050203@samsung.com> (raw)
In-Reply-To: <1411568402-24561-1-git-send-email-b.zolnierkie@samsung.com>

On 09/24/14 23:20, Bartlomiej Zolnierkiewicz wrote:
> Hi,
>
> This patch fixes builds with CONFIG_PM_SLEEP config option disabled.
> It has been runtime tested on Exynos4210 based Origen board.
>
> Depends on:
> - for-next branch of linux-samsung.git kernel tree
> - [PATCH v7 0/5] ARM: EXYNOS: cpuidle: fix AFTR mode on boards with secure
>    firmware enabled
>    (http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg37073.html)
>
OK, I'll queue this fixup once the AFTR related changes get ack from 
tegra guy, tegra changes are just trivial though....

Thanks,
Kukjin

> Changes since v2:
> (http://www.mail-archive.com/linux-samsung-soc%40vger.kernel.org/msg35430.html)
> - rebased on top of for-next branch of linux-samsung.git kernel tree +
>    [PATCH v7 0/5] ARM: EXYNOS: cpuidle: fix AFTR mode on boards with secure
>    firmware enabled
>    (http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg37073.html)
>
> Changes since v1:
> (http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg34079.html)
> - rebased on top of next-20140811
> - fixed OOPS on the first try to enter cpuidle AFTR mode
>    (config with CONFIG_PM_SLEEP=n and CONFIG_ARM_EXYNOS_CPUIDLE=y)
>
> Best regards,
> --
> Bartlomiej Zolnierkiewicz
> Samsung R&D Institute Poland
> Samsung Electronics
>
>
> Bartlomiej Zolnierkiewicz (1):
>    ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=y
>
>   arch/arm/mach-exynos/Kconfig   |   5 +
>   arch/arm/mach-exynos/Makefile  |   5 +-
>   arch/arm/mach-exynos/common.h  |   4 +
>   arch/arm/mach-exynos/pm.c      | 338 +-------------------------------------
>   arch/arm/mach-exynos/suspend.c | 356 +++++++++++++++++++++++++++++++++++++++++
>   arch/arm/plat-samsung/Makefile |   1 +
>   6 files changed, 374 insertions(+), 335 deletions(-)
>   create mode 100644 arch/arm/mach-exynos/suspend.c
>

-- 
Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/1] ARM: EXYNOS: Fix builds with PM_SLEEP=n
Date: Thu, 25 Sep 2014 17:46:55 +0900	[thread overview]
Message-ID: <5423D67F.5050203@samsung.com> (raw)
In-Reply-To: <1411568402-24561-1-git-send-email-b.zolnierkie@samsung.com>

On 09/24/14 23:20, Bartlomiej Zolnierkiewicz wrote:
> Hi,
>
> This patch fixes builds with CONFIG_PM_SLEEP config option disabled.
> It has been runtime tested on Exynos4210 based Origen board.
>
> Depends on:
> - for-next branch of linux-samsung.git kernel tree
> - [PATCH v7 0/5] ARM: EXYNOS: cpuidle: fix AFTR mode on boards with secure
>    firmware enabled
>    (http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg37073.html)
>
OK, I'll queue this fixup once the AFTR related changes get ack from 
tegra guy, tegra changes are just trivial though....

Thanks,
Kukjin

> Changes since v2:
> (http://www.mail-archive.com/linux-samsung-soc%40vger.kernel.org/msg35430.html)
> - rebased on top of for-next branch of linux-samsung.git kernel tree +
>    [PATCH v7 0/5] ARM: EXYNOS: cpuidle: fix AFTR mode on boards with secure
>    firmware enabled
>    (http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg37073.html)
>
> Changes since v1:
> (http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg34079.html)
> - rebased on top of next-20140811
> - fixed OOPS on the first try to enter cpuidle AFTR mode
>    (config with CONFIG_PM_SLEEP=n and CONFIG_ARM_EXYNOS_CPUIDLE=y)
>
> Best regards,
> --
> Bartlomiej Zolnierkiewicz
> Samsung R&D Institute Poland
> Samsung Electronics
>
>
> Bartlomiej Zolnierkiewicz (1):
>    ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=y
>
>   arch/arm/mach-exynos/Kconfig   |   5 +
>   arch/arm/mach-exynos/Makefile  |   5 +-
>   arch/arm/mach-exynos/common.h  |   4 +
>   arch/arm/mach-exynos/pm.c      | 338 +-------------------------------------
>   arch/arm/mach-exynos/suspend.c | 356 +++++++++++++++++++++++++++++++++++++++++
>   arch/arm/plat-samsung/Makefile |   1 +
>   6 files changed, 374 insertions(+), 335 deletions(-)
>   create mode 100644 arch/arm/mach-exynos/suspend.c
>

-- 
Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  parent reply	other threads:[~2014-09-25  8:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24 14:20 [PATCH v3 0/1] ARM: EXYNOS: Fix builds with PM_SLEEP=n Bartlomiej Zolnierkiewicz
2014-09-24 14:20 ` Bartlomiej Zolnierkiewicz
2014-09-24 14:20 ` [PATCH v3 1/1] ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=y Bartlomiej Zolnierkiewicz
2014-09-24 14:20   ` Bartlomiej Zolnierkiewicz
2014-09-25  8:46 ` Kukjin Kim [this message]
2014-09-25  8:46   ` [PATCH v3 0/1] ARM: EXYNOS: Fix builds with PM_SLEEP=n 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=5423D67F.5050203@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=k.kozlowski@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=olof@lixom.net \
    --cc=rmk+kernel@arm.linux.org.uk \
    --cc=sachin.kamat@samsung.com \
    --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.