All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Drop ARM_CPUIDLE(generic idle driver) config
@ 2022-08-22 12:16 ` Sudeep Holla
  0 siblings, 0 replies; 5+ messages in thread
From: Sudeep Holla @ 2022-08-22 12:16 UTC (permalink / raw)
  To: linux-arm-kernel, soc, arm; +Cc: Sudeep Holla, Arnd Bergmann

Since commit 788961462f34 ("ARM: psci: cpuidle: Enable PSCI CPUidle
driver") the generic ARM cpuidle driver probe no longer worked on
ARM64. It was however left enabled with the driver failing to probe
successfully. However the commit 51280acad855 ("cpuidle: cpuidle-arm:
remove arm64 support") removed the Kconfig option so that it is no
longer enabled for arm64 platforms.

Drop the disabled/unavailable ARM_CPUIDLE from the defconfig.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d5b2d2dd4904..c189187b70d6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -80,7 +80,6 @@ CONFIG_RANDOMIZE_BASE=y
 CONFIG_HIBERNATION=y
 CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
 CONFIG_ENERGY_MODEL=y
-CONFIG_ARM_CPUIDLE=y
 CONFIG_ARM_PSCI_CPUIDLE=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_STAT=y
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] arm64: defconfig: Drop ARM_CPUIDLE(generic idle driver) config
@ 2022-08-22 12:16 ` Sudeep Holla
  0 siblings, 0 replies; 5+ messages in thread
From: Sudeep Holla @ 2022-08-22 12:16 UTC (permalink / raw)
  To: linux-arm-kernel, soc, arm; +Cc: Sudeep Holla, Arnd Bergmann

Since commit 788961462f34 ("ARM: psci: cpuidle: Enable PSCI CPUidle
driver") the generic ARM cpuidle driver probe no longer worked on
ARM64. It was however left enabled with the driver failing to probe
successfully. However the commit 51280acad855 ("cpuidle: cpuidle-arm:
remove arm64 support") removed the Kconfig option so that it is no
longer enabled for arm64 platforms.

Drop the disabled/unavailable ARM_CPUIDLE from the defconfig.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d5b2d2dd4904..c189187b70d6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -80,7 +80,6 @@ CONFIG_RANDOMIZE_BASE=y
 CONFIG_HIBERNATION=y
 CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
 CONFIG_ENERGY_MODEL=y
-CONFIG_ARM_CPUIDLE=y
 CONFIG_ARM_PSCI_CPUIDLE=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_STAT=y
-- 
2.37.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: defconfig: Drop ARM_CPUIDLE(generic idle driver) config
  2022-08-22 12:16 ` Sudeep Holla
@ 2022-08-29  9:42   ` Arnd Bergmann
  -1 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2022-08-29  9:42 UTC (permalink / raw)
  To: soc, arm, linux-arm-kernel, Sudeep Holla; +Cc: Arnd Bergmann, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 22 Aug 2022 13:16:04 +0100, Sudeep Holla wrote:
> Since commit 788961462f34 ("ARM: psci: cpuidle: Enable PSCI CPUidle
> driver") the generic ARM cpuidle driver probe no longer worked on
> ARM64. It was however left enabled with the driver failing to probe
> successfully. However the commit 51280acad855 ("cpuidle: cpuidle-arm:
> remove arm64 support") removed the Kconfig option so that it is no
> longer enabled for arm64 platforms.
> 
> [...]

Applied to arm/defconfig, thanks!

[1/1] arm64: defconfig: Drop ARM_CPUIDLE(generic idle driver) config
      commit: 853ff6c3215070c38cfe2b1bedee3ccb21e29b52

       Arnd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: defconfig: Drop ARM_CPUIDLE(generic idle driver) config
@ 2022-08-29  9:42   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2022-08-29  9:42 UTC (permalink / raw)
  To: soc, arm, linux-arm-kernel, Sudeep Holla; +Cc: Arnd Bergmann, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 22 Aug 2022 13:16:04 +0100, Sudeep Holla wrote:
> Since commit 788961462f34 ("ARM: psci: cpuidle: Enable PSCI CPUidle
> driver") the generic ARM cpuidle driver probe no longer worked on
> ARM64. It was however left enabled with the driver failing to probe
> successfully. However the commit 51280acad855 ("cpuidle: cpuidle-arm:
> remove arm64 support") removed the Kconfig option so that it is no
> longer enabled for arm64 platforms.
> 
> [...]

Applied to arm/defconfig, thanks!

[1/1] arm64: defconfig: Drop ARM_CPUIDLE(generic idle driver) config
      commit: 853ff6c3215070c38cfe2b1bedee3ccb21e29b52

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: defconfig: Drop ARM_CPUIDLE(generic idle driver) config
  2022-08-22 12:16 ` Sudeep Holla
  (?)
  (?)
@ 2022-08-29  9:50 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2022-08-29  9:50 UTC (permalink / raw)
  To: Sudeep Holla; +Cc: soc

Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 22 Aug 2022 13:16:04 +0100 you wrote:
> Since commit 788961462f34 ("ARM: psci: cpuidle: Enable PSCI CPUidle
> driver") the generic ARM cpuidle driver probe no longer worked on
> ARM64. It was however left enabled with the driver failing to probe
> successfully. However the commit 51280acad855 ("cpuidle: cpuidle-arm:
> remove arm64 support") removed the Kconfig option so that it is no
> longer enabled for arm64 platforms.
> 
> [...]

Here is the summary with links:
  - arm64: defconfig: Drop ARM_CPUIDLE(generic idle driver) config
    https://git.kernel.org/soc/soc/c/853ff6c32150

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-29  9:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22 12:16 [PATCH] arm64: defconfig: Drop ARM_CPUIDLE(generic idle driver) config Sudeep Holla
2022-08-22 12:16 ` Sudeep Holla
2022-08-29  9:42 ` Arnd Bergmann
2022-08-29  9:42   ` Arnd Bergmann
2022-08-29  9:50 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.