[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1407856317-2457-1-git-send-email-b.zolnierkie@samsung.com>
Date: Tue, 12 Aug 2014 17:11:54 +0200
From: Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>
To: Kukjin Kim <kgene.kim@...sung.com>
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>,
Tomasz Figa <t.figa@...sung.com>,
Marek Szyprowski <m.szyprowski@...sung.com>,
Krzysztof Kozlowski <k.kozlowski@...sung.com>,
Sachin Kamat <sachin.kamat@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>,
Olof Johansson <olof@...om.net>,
Russell King <rmk+kernel@....linux.org.uk>,
linux-samsung-soc@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
b.zolnierkie@...sung.com
Subject: [PATCH v2 0/3] ARM: EXYNOS: Fix builds with PM_SLEEP=n
Hi,
This patch series fixes builds with CONFIG_PM_SLEEP config option
disabled. It has been runtime tested on Exynos4210 based Origen
board.
Depends on:
- next-20140811 branch of linux-next kernel
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 (3):
ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=n
ARM: mm: Fix ifdef around cpu_*_do_[suspend,resume] ops
ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=y
arch/arm/mach-exynos/Kconfig | 5 +
arch/arm/mach-exynos/Makefile | 3 +-
arch/arm/mach-exynos/common.h | 4 +
arch/arm/mach-exynos/exynos.c | 2 +
arch/arm/mach-exynos/pm.c | 262 +-------------------------------------
arch/arm/mach-exynos/suspend.c | 279 +++++++++++++++++++++++++++++++++++++++++
arch/arm/mm/proc-macros.S | 2 +-
arch/arm/plat-samsung/Makefile | 1 +
8 files changed, 299 insertions(+), 259 deletions(-)
create mode 100644 arch/arm/mach-exynos/suspend.c
--
1.8.2.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists