* [PATCH] arm64: Enable HIBERNATION in defconfig
@ 2016-08-26 15:28 Catalin Marinas
0 siblings, 0 replies; 6+ messages in thread
From: Catalin Marinas @ 2016-08-26 15:28 UTC (permalink / raw)
To: linux-arm-kernel
This patch adds CONFIG_HIBERNATION to the arm64 defconfig.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
---
Trivial patch, please apply it when you think it's appropriate.
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index eadf4855ad2d..91a7592029e3 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -80,6 +80,7 @@ CONFIG_KEXEC=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_COMPAT=y
CONFIG_CPU_IDLE=y
+CONFIG_HIBERNATION=y
CONFIG_ARM_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] arm64: Enable HIBERNATION in defconfig
@ 2016-09-15 9:42 Catalin Marinas
2016-09-15 10:02 ` Catalin Marinas
0 siblings, 1 reply; 6+ messages in thread
From: Catalin Marinas @ 2016-09-15 9:42 UTC (permalink / raw)
To: linux-arm-kernel
This patch adds CONFIG_HIBERNATION to the arm64 defconfig.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index eadf4855ad2d..91a7592029e3 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -80,6 +80,7 @@ CONFIG_KEXEC=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_COMPAT=y
CONFIG_CPU_IDLE=y
+CONFIG_HIBERNATION=y
CONFIG_ARM_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] arm64: Enable HIBERNATION in defconfig
2016-09-15 9:42 Catalin Marinas
@ 2016-09-15 10:02 ` Catalin Marinas
2016-10-03 5:19 ` Olof Johansson
0 siblings, 1 reply; 6+ messages in thread
From: Catalin Marinas @ 2016-09-15 10:02 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Sep 15, 2016 at 10:42:14AM +0100, Catalin Marinas wrote:
> This patch adds CONFIG_HIBERNATION to the arm64 defconfig.
>
> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index eadf4855ad2d..91a7592029e3 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -80,6 +80,7 @@ CONFIG_KEXEC=y
> # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
> CONFIG_COMPAT=y
> CONFIG_CPU_IDLE=y
> +CONFIG_HIBERNATION=y
> CONFIG_ARM_CPUIDLE=y
> CONFIG_CPU_FREQ=y
> CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
Or maybe it could go through arm-soc as it seems Arnd has picked up a
few other defconfig patches.
Thanks.
--
Catalin
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] arm64: Enable HIBERNATION in defconfig
2016-09-15 10:02 ` Catalin Marinas
@ 2016-10-03 5:19 ` Olof Johansson
0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2016-10-03 5:19 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Thu, Sep 15, 2016 at 11:02:31AM +0100, Catalin Marinas wrote:
> On Thu, Sep 15, 2016 at 10:42:14AM +0100, Catalin Marinas wrote:
> > This patch adds CONFIG_HIBERNATION to the arm64 defconfig.
> >
> > Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
> > ---
> > arch/arm64/configs/defconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index eadf4855ad2d..91a7592029e3 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -80,6 +80,7 @@ CONFIG_KEXEC=y
> > # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
> > CONFIG_COMPAT=y
> > CONFIG_CPU_IDLE=y
> > +CONFIG_HIBERNATION=y
> > CONFIG_ARM_CPUIDLE=y
> > CONFIG_CPU_FREQ=y
> > CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
>
> Or maybe it could go through arm-soc as it seems Arnd has picked up a
> few other defconfig patches.
When we just get a cc of a reply to a patch, it's usually pretty error prone
whether we end up applying it. Which happened here, I just came across this
when making a final sweep.
Yes, in general we tend to have more changes to the defconfig, so it's
appreciated to get these sent our way.
Given timing, resend after -rc1? We should be OK with applying it for 4.9
still around that time.
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] arm64: Enable HIBERNATION in defconfig
@ 2016-10-19 16:59 Catalin Marinas
2016-10-28 0:01 ` Olof Johansson
0 siblings, 1 reply; 6+ messages in thread
From: Catalin Marinas @ 2016-10-19 16:59 UTC (permalink / raw)
To: linux-arm-kernel
This patch adds CONFIG_HIBERNATION to the arm64 defconfig.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
---
Re-sent post 4.9-rc1 as it was missed during the merging window.
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index dab2cb0c1f1c..4fc5ae07b035 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -82,6 +82,7 @@ CONFIG_KEXEC=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_COMPAT=y
CONFIG_CPU_IDLE=y
+CONFIG_HIBERNATION=y
CONFIG_ARM_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_CPUFREQ_DT=y
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] arm64: Enable HIBERNATION in defconfig
2016-10-19 16:59 Catalin Marinas
@ 2016-10-28 0:01 ` Olof Johansson
0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2016-10-28 0:01 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Oct 19, 2016 at 05:59:52PM +0100, Catalin Marinas wrote:
> This patch adds CONFIG_HIBERNATION to the arm64 defconfig.
>
> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
> ---
>
> Re-sent post 4.9-rc1 as it was missed during the merging window.
Thanks, applied to next/arm64 for 4.10.
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-10-28 0:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-26 15:28 [PATCH] arm64: Enable HIBERNATION in defconfig Catalin Marinas
-- strict thread matches above, loose matches on Subject: below --
2016-09-15 9:42 Catalin Marinas
2016-09-15 10:02 ` Catalin Marinas
2016-10-03 5:19 ` Olof Johansson
2016-10-19 16:59 Catalin Marinas
2016-10-28 0:01 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).