From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung 2nd fixes for v4.1
Date: Thu, 14 May 2015 12:10:37 +0900 [thread overview]
Message-ID: <5554122D.6090601@kernel.org> (raw)
Hi,
Here is Samsung 2nd fixes for v4.1 and mostly it is for S2R(Suspend to
RAM). Please pull and if any problems, kindly let me know. Thanks!
Note that it is based on v4.1-rc3 because keep-power-in-suspend related
changes have been applied in v4.1-rc3.
- Kukjin
The following changes since commit 030bbdbf4c833bc69f502eae58498bc5572db736:
Linux 4.1-rc3 (2015-05-10 15:12:29 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-fixes-2
for you to fetch changes up to c1f0ecff492ea7c804fe543267f673eaac12259c:
ARM: EXYNOS: Use of_machine_is_compatible instead of soc_is_exynos4
(2015-05-14 11:43:59 +0900)
----------------------------------------------------------------
Samsung 2nd fixes for v4.1
- fix second S2R on exynos4412 based Trats2, Odroid U3 boards which
happened after enabling L2$ and caused by commit 13cfa6c4f7fa ("ARM:
EXYNOS: Fix CPU idle clock down after CPU off")
And replace the soc_is_exynosxxx() macro with of_compatible_xxx
- fix dereference of ERR_PTR of of_genpd_get_from_provider()
- fix suspend problem on old DT machines to skip the initialization
suspend and caused by commit 8b283c025443 ("ARM: exynos4/5: convert
pmu wakeup to stacked domains")
- add keep-power-in-suspend for Peach Boards to support S2R and has
been missed in previous pull-request for fixes
----------------------------------------------------------------
Javier Martinez Canillas (1):
ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for Peach Boards
Julien Grall (1):
ARM: EXYNOS: Don't try to initialize suspend on old DT
Krzysztof Kozlowski (3):
ARM: EXYNOS: Fix dereference of ERR_PTR returned by
of_genpd_get_from_provider
ARM: EXYNOS: Fix failed second suspend on Exynos4
ARM: EXYNOS: Use of_machine_is_compatible instead of soc_is_exynos4
arch/arm/boot/dts/exynos5420-peach-pit.dts | 1 +
arch/arm/boot/dts/exynos5800-peach-pi.dts | 1 +
arch/arm/mach-exynos/common.h | 2 ++
arch/arm/mach-exynos/exynos.c | 27 +++++++++++++++++++++
arch/arm/mach-exynos/platsmp.c | 39
++----------------------------
arch/arm/mach-exynos/pm_domains.c | 4 +--
arch/arm/mach-exynos/suspend.c | 7 +++++-
7 files changed, 41 insertions(+), 40 deletions(-)
next reply other threads:[~2015-05-14 3:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-14 3:10 Kukjin Kim [this message]
2015-05-15 15:16 ` [GIT PULL] Samsung 2nd fixes for v4.1 Arnd Bergmann
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=5554122D.6090601@kernel.org \
--to=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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