* Re: [PATCH 8/8] ARM: exynos: select PM_GENERIC_DOMAINS only when used
@ 2013-07-08 1:44 Jingoo Han
0 siblings, 0 replies; 2+ messages in thread
From: Jingoo Han @ 2013-07-08 1:44 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: Kukjin Kim, linux-kernel, Jingoo Han
On Friday, July 05, 2013 9:25 AM, Arnd Bergmann wrote:
Hi Arnd,
This bug fix patch was already submitted on May 27th, as below:
https://patchwork.kernel.org/patch/2617191/
Best regards,
Jingoo Han
> This fixes building exynos kernels with CONFIG_PM disabled.
>
> Signed-off-by: Arnd Bergmann <a...@arndb.de>
> Cc: Kukjin Kim <kgene....@samsung.com>
> ---
> arch/arm/mach-exynos/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index 2d503b3..ba70a84 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -38,7 +38,7 @@ config CPU_EXYNOS4210
> depends on ARCH_EXYNOS4
> select ARM_CPU_SUSPEND if PM
> select PINCTRL_EXYNOS
> - select PM_GENERIC_DOMAINS
> + select PM_GENERIC_DOMAINS if PM
> select S5P_PM if PM
> select S5P_SLEEP if PM
> select SAMSUNG_DMADEV
> --
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 0/8] ARM: SoC specific bug fixes
@ 2013-07-05 16:23 Arnd Bergmann
2013-07-05 16:23 ` [PATCH 8/8] ARM: exynos: select PM_GENERIC_DOMAINS only when used Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2013-07-05 16:23 UTC (permalink / raw)
To: linux-kernel
Cc: linux-arm-kernel, arm, Arnd Bergmann, Gregory CLEMENT, Imre Kaloz,
Jason Cooper, Krzysztof Halasa, Kukjin Kim, Michal Simek,
Tony Lindgren
Hi everyone,
This is a set of bug fixes that came up during build testing.
I have applied them to the fixes branch for now and will send
them to Linus next week unless there are objections.
Arnd
Arnd Bergmann (8):
clocksource: armada-xp: always register local_timer_ops
ARM: omap5: omap5 has SCU and TWD
ARM: zynq: use DT_MACHINE_START
ARM: OMAP: build mach-omap code only if needed
ARM: sti: move DEBUG_STI_UART into alphabetical order
ARM: OMAP: omap_common_late_init may be unused
ARM: ixp4xx: avoid circular header dependency
ARM: exynos: select PM_GENERIC_DOMAINS only when used
arch/arm/Kconfig.debug | 20 ++--
arch/arm/configs/omap2plus_defconfig | 4 +
arch/arm/mach-exynos/Kconfig | 2 +-
arch/arm/mach-ixp4xx/include/mach/timex.h | 2 +-
arch/arm/mach-omap2/Kconfig | 150 +++++++++++++++---------------
arch/arm/mach-omap2/io.c | 2 +-
arch/arm/mach-zynq/common.c | 2 +-
drivers/clocksource/time-armada-370-xp.c | 2 -
8 files changed, 94 insertions(+), 90 deletions(-)
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Imre Kaloz <kaloz@openwrt.org>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Krzysztof Halasa <khc@pm.waw.pl>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Tony Lindgren <tony@atomide.com>
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 8/8] ARM: exynos: select PM_GENERIC_DOMAINS only when used
2013-07-05 16:23 [PATCH 0/8] ARM: SoC specific bug fixes Arnd Bergmann
@ 2013-07-05 16:23 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2013-07-05 16:23 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-arm-kernel, arm, Arnd Bergmann, Kukjin Kim
This fixes building exynos kernels with CONFIG_PM disabled.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Kukjin Kim <kgene.kim@samsung.com>
---
arch/arm/mach-exynos/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 2d503b3..ba70a84 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -38,7 +38,7 @@ config CPU_EXYNOS4210
depends on ARCH_EXYNOS4
select ARM_CPU_SUSPEND if PM
select PINCTRL_EXYNOS
- select PM_GENERIC_DOMAINS
+ select PM_GENERIC_DOMAINS if PM
select S5P_PM if PM
select S5P_SLEEP if PM
select SAMSUNG_DMADEV
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-08 1:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-08 1:44 [PATCH 8/8] ARM: exynos: select PM_GENERIC_DOMAINS only when used Jingoo Han
-- strict thread matches above, loose matches on Subject: below --
2013-07-05 16:23 [PATCH 0/8] ARM: SoC specific bug fixes Arnd Bergmann
2013-07-05 16:23 ` [PATCH 8/8] ARM: exynos: select PM_GENERIC_DOMAINS only when used Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox