This is a note to let you know that I've just added the patch titled
ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT
to the 3.18-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm-omap2plus_defconfig-use-config_cpufreq_dt.patch
and it can be found in the queue-3.18 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 40d1746d2eeec5e05956d749cca6364573b472b6 Mon Sep 17 00:00:00 2001
From: Nishanth Menon <[email protected]>
Date: Mon, 5 Jan 2015 15:45:45 -0800
Subject: ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT
From: Nishanth Menon <[email protected]>
commit 40d1746d2eeec5e05956d749cca6364573b472b6 upstream.
CONFIG_GENERIC_CPUFREQ_CPU0 disappeared with commit bbcf071969b20f
("cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'")
Use the renamed CONFIG_CPUFREQ_DT generic driver. It looks like with
v3.18-rc1, commit bbcf071969b20f and fdc509b15eb3eb came in via
different trees causing the resultant v3.18-rc1 to be non-functional for
cpufreq as default supported with omap2plus_defconfig.
Fixes: fdc509b15eb3eb ("ARM: omap2plus_defconfig: Add cpufreq to defconfig")
Signed-off-by: Nishanth Menon <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
arch/arm/configs/omap2plus_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -68,7 +68,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
-CONFIG_GENERIC_CPUFREQ_CPU0=y
+CONFIG_CPUFREQ_DT=y
# CONFIG_ARM_OMAP2PLUS_CPUFREQ is not set
CONFIG_CPU_IDLE=y
CONFIG_BINFMT_MISC=y
Patches currently in stable-queue which might be from [email protected] are
queue-3.18/arm-omap5-dra7xx-fix-frequency-typos.patch
queue-3.18/bus-omap_l3_noc-correct-returning-irq_handled.patch
queue-3.18/arm-dts-dra7-evm-fix-qspi-device-tree-partition-size.patch
queue-3.18/bus-omap_l3_noc-add-resume-hook-to-restore-context.patch
queue-3.18/drivers-net-cpsw-fix-multicast-flush-in-dual-emac-mode.patch
queue-3.18/arm-omap2plus_defconfig-use-config_cpufreq_dt.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html