[openwrt/openwrt] ipq806x: drop cpuidle generic support from QCOM

LEDE Commits lede-commits at lists.infradead.org
Thu May 6 22:05:50 PDT 2021


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e2b0ad1114d46bc4dc1c89a9a4a7636e2c209c60

commit e2b0ad1114d46bc4dc1c89a9a4a7636e2c209c60
Author: Ansuel Smith <ansuelsmth at gmail.com>
AuthorDate: Mon Mar 1 01:08:56 2021 +0100

    ipq806x: drop cpuidle generic support from QCOM
    
    The spm driver now has dedicated support for krait cpu idle state. We don't need to add generic arm cpuidle support for qcom.
    
    Signed-off-by: Ansuel Smith <ansuelsmth at gmail.com>
---
 ...cpuidle-Add-cpuidle-support-for-QCOM-cpus.patch | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/target/linux/ipq806x/patches-5.10/0059-ARM-cpuidle-Add-cpuidle-support-for-QCOM-cpus.patch b/target/linux/ipq806x/patches-5.10/0059-ARM-cpuidle-Add-cpuidle-support-for-QCOM-cpus.patch
deleted file mode 100644
index 7d6e3f1605..0000000000
--- a/target/linux/ipq806x/patches-5.10/0059-ARM-cpuidle-Add-cpuidle-support-for-QCOM-cpus.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 04ca10340f1b4d92e849724d322a7ca225d11539 Mon Sep 17 00:00:00 2001
-From: Lina Iyer <lina.iyer at linaro.org>
-Date: Wed, 25 Mar 2015 14:25:29 -0600
-Subject: [PATCH 59/69] ARM: cpuidle: Add cpuidle support for QCOM cpus
-
-Define ARM_QCOM_CPUIDLE config item to enable cpuidle support.
-
-Cc: Stephen Boyd <sboyd at codeaurora.org>
-Cc: Arnd Bergmann <arnd at arndb.de>
-Cc: Kevin Hilman <khilman at linaro.org>
-Cc: Daniel Lezcano <daniel.lezcano at linaro.org>
-Signed-off-by: Lina Iyer <lina.iyer at linaro.org>
----
- drivers/cpuidle/Kconfig.arm | 7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/drivers/cpuidle/Kconfig.arm
-+++ b/drivers/cpuidle/Kconfig.arm
-@@ -86,3 +86,10 @@ config ARM_MVEBU_V7_CPUIDLE
- 	depends on ARCH_MVEBU && !ARM64
- 	help
- 	  Select this to enable cpuidle on Armada 370, 38x and XP processors.
-+
-+config ARM_QCOM_CPUIDLE
-+	bool "CPU Idle Driver for QCOM processors"
-+	depends on ARCH_QCOM
-+	select ARM_CPUIDLE
-+	help
-+	  Select this to enable cpuidle on QCOM processors.



More information about the lede-commits mailing list