linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: psci: cpuidle: defconfig updates
@ 2019-08-14 12:52 Lorenzo Pieralisi
  2019-08-14 12:52 ` [PATCH 1/2] arm64: defconfig: Enable the PSCI CPUidle driver Lorenzo Pieralisi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lorenzo Pieralisi @ 2019-08-14 12:52 UTC (permalink / raw)
  To: soc
  Cc: Mark Rutland, Ulf Hansson, Lorenzo Pieralisi, Catalin Marinas,
	Will Deacon, Daniel Lezcano, Sudeep Holla, Shawn Guo, LAKML

Rerouting defconfig updates related to this patch series:

https://lore.kernel.org/linux-arm-kernel/cover.1565348376.git.lorenzo.pieralisi@arm.com/

to arm-soc, as agreed in:

https://lore.kernel.org/linux-arm-kernel/58d9677db3510ed106fe23118090c84f78a44102.1565348376.git.lorenzo.pieralisi@arm.com/

Patches [1-6] are already queued in the ARM64 tree.

Please consider pulling these defconfig changes, thank you very much.

Cc: Will Deacon <will@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>

Lorenzo Pieralisi (2):
  arm64: defconfig: Enable the PSCI CPUidle driver
  ARM: imx_v6_v7_defconfig: Enable the PSCI CPUidle driver

 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 arch/arm64/configs/defconfig         | 1 +
 2 files changed, 2 insertions(+)

-- 
2.21.0


_______________________________________________
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] 6+ messages in thread

* [PATCH 1/2] arm64: defconfig: Enable the PSCI CPUidle driver
  2019-08-14 12:52 [PATCH 0/2] ARM: psci: cpuidle: defconfig updates Lorenzo Pieralisi
@ 2019-08-14 12:52 ` Lorenzo Pieralisi
  2019-08-14 12:52 ` [PATCH 2/2] ARM: imx_v6_v7_defconfig: " Lorenzo Pieralisi
  2019-08-19  7:57 ` [PATCH 0/2] ARM: psci: cpuidle: defconfig updates Shawn Guo
  2 siblings, 0 replies; 6+ messages in thread
From: Lorenzo Pieralisi @ 2019-08-14 12:52 UTC (permalink / raw)
  To: soc
  Cc: Mark Rutland, Ulf Hansson, Lorenzo Pieralisi, Catalin Marinas,
	Daniel Lezcano, Sudeep Holla, Shawn Guo, Will Deacon, LAKML

Enable the PSCI CPUidle driver to replace the functionality
previously provided by the generic ARM CPUidle driver through
CPU operations.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: 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 0e58ef02880c..c0a7cfe3aebd 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -72,6 +72,7 @@ CONFIG_RANDOMIZE_BASE=y
 CONFIG_HIBERNATION=y
 CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
 CONFIG_ARM_CPUIDLE=y
+CONFIG_ARM_PSCI_CPUIDLE=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_STAT=y
 CONFIG_CPU_FREQ_GOV_POWERSAVE=m
-- 
2.21.0


_______________________________________________
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] 6+ messages in thread

* [PATCH 2/2] ARM: imx_v6_v7_defconfig: Enable the PSCI CPUidle driver
  2019-08-14 12:52 [PATCH 0/2] ARM: psci: cpuidle: defconfig updates Lorenzo Pieralisi
  2019-08-14 12:52 ` [PATCH 1/2] arm64: defconfig: Enable the PSCI CPUidle driver Lorenzo Pieralisi
@ 2019-08-14 12:52 ` Lorenzo Pieralisi
  2019-08-19  7:57 ` [PATCH 0/2] ARM: psci: cpuidle: defconfig updates Shawn Guo
  2 siblings, 0 replies; 6+ messages in thread
From: Lorenzo Pieralisi @ 2019-08-14 12:52 UTC (permalink / raw)
  To: soc
  Cc: Mark Rutland, Ulf Hansson, Lorenzo Pieralisi, Will Deacon,
	Catalin Marinas, Daniel Lezcano, Sudeep Holla, Shawn Guo, LAKML

Enable the PSCI CPUidle driver to replace the functionality
previously provided by the generic ARM CPUidle driver.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Shawn Guo <shawnguo@kernel.org>
---
 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index a53b29251ed4..4174fd1b79e7 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -60,6 +60,7 @@ CONFIG_ARM_IMX6Q_CPUFREQ=y
 CONFIG_ARM_IMX_CPUFREQ_DT=y
 CONFIG_CPU_IDLE=y
 CONFIG_ARM_CPUIDLE=y
+CONFIG_ARM_PSCI_CPUIDLE=y
 CONFIG_VFP=y
 CONFIG_NEON=y
 CONFIG_PM_DEBUG=y
-- 
2.21.0


_______________________________________________
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] 6+ messages in thread

* Re: [PATCH 0/2] ARM: psci: cpuidle: defconfig updates
  2019-08-14 12:52 [PATCH 0/2] ARM: psci: cpuidle: defconfig updates Lorenzo Pieralisi
  2019-08-14 12:52 ` [PATCH 1/2] arm64: defconfig: Enable the PSCI CPUidle driver Lorenzo Pieralisi
  2019-08-14 12:52 ` [PATCH 2/2] ARM: imx_v6_v7_defconfig: " Lorenzo Pieralisi
@ 2019-08-19  7:57 ` Shawn Guo
  2019-08-19 10:21   ` Lorenzo Pieralisi
  2 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2019-08-19  7:57 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: Mark Rutland, Ulf Hansson, Catalin Marinas, Daniel Lezcano, soc,
	Sudeep Holla, Will Deacon, LAKML

On Wed, Aug 14, 2019 at 01:52:37PM +0100, Lorenzo Pieralisi wrote:
> Rerouting defconfig updates related to this patch series:
> 
> https://lore.kernel.org/linux-arm-kernel/cover.1565348376.git.lorenzo.pieralisi@arm.com/
> 
> to arm-soc, as agreed in:
> 
> https://lore.kernel.org/linux-arm-kernel/58d9677db3510ed106fe23118090c84f78a44102.1565348376.git.lorenzo.pieralisi@arm.com/
> 
> Patches [1-6] are already queued in the ARM64 tree.
> 
> Please consider pulling these defconfig changes, thank you very much.

We, platform maintainers, also send arch/arm64/configs/defconfig changes
to arm-soc folk.  So I applied both patches to IMX tree and will send
them to arm-soc for 5.4 inclusion.

Shawn

> 
> Cc: Will Deacon <will@kernel.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> 
> Lorenzo Pieralisi (2):
>   arm64: defconfig: Enable the PSCI CPUidle driver
>   ARM: imx_v6_v7_defconfig: Enable the PSCI CPUidle driver
> 
>  arch/arm/configs/imx_v6_v7_defconfig | 1 +
>  arch/arm64/configs/defconfig         | 1 +
>  2 files changed, 2 insertions(+)
> 
> -- 
> 2.21.0
> 

_______________________________________________
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] 6+ messages in thread

* Re: [PATCH 0/2] ARM: psci: cpuidle: defconfig updates
  2019-08-19  7:57 ` [PATCH 0/2] ARM: psci: cpuidle: defconfig updates Shawn Guo
@ 2019-08-19 10:21   ` Lorenzo Pieralisi
  2019-08-19 11:53     ` Shawn Guo
  0 siblings, 1 reply; 6+ messages in thread
From: Lorenzo Pieralisi @ 2019-08-19 10:21 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Mark Rutland, Ulf Hansson, Catalin Marinas, Daniel Lezcano, soc,
	Sudeep Holla, Will Deacon, LAKML

On Mon, Aug 19, 2019 at 09:57:17AM +0200, Shawn Guo wrote:
> On Wed, Aug 14, 2019 at 01:52:37PM +0100, Lorenzo Pieralisi wrote:
> > Rerouting defconfig updates related to this patch series:
> > 
> > https://lore.kernel.org/linux-arm-kernel/cover.1565348376.git.lorenzo.pieralisi@arm.com/
> > 
> > to arm-soc, as agreed in:
> > 
> > https://lore.kernel.org/linux-arm-kernel/58d9677db3510ed106fe23118090c84f78a44102.1565348376.git.lorenzo.pieralisi@arm.com/
> > 
> > Patches [1-6] are already queued in the ARM64 tree.
> > 
> > Please consider pulling these defconfig changes, thank you very much.
> 
> We, platform maintainers, also send arch/arm64/configs/defconfig changes
> to arm-soc folk.  So I applied both patches to IMX tree and will send
> them to arm-soc for 5.4 inclusion.

Hi Shawn,

there is no need, these updates were already pulled in arm-soc so
there is nothing to do, please drop them.

Thanks,
Lorenzo

> Shawn
> 
> > 
> > Cc: Will Deacon <will@kernel.org>
> > Cc: Shawn Guo <shawnguo@kernel.org>
> > Cc: Ulf Hansson <ulf.hansson@linaro.org>
> > Cc: Sudeep Holla <sudeep.holla@arm.com>
> > Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> > Cc: Catalin Marinas <catalin.marinas@arm.com>
> > Cc: Mark Rutland <mark.rutland@arm.com>
> > 
> > Lorenzo Pieralisi (2):
> >   arm64: defconfig: Enable the PSCI CPUidle driver
> >   ARM: imx_v6_v7_defconfig: Enable the PSCI CPUidle driver
> > 
> >  arch/arm/configs/imx_v6_v7_defconfig | 1 +
> >  arch/arm64/configs/defconfig         | 1 +
> >  2 files changed, 2 insertions(+)
> > 
> > -- 
> > 2.21.0
> > 

_______________________________________________
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] 6+ messages in thread

* Re: [PATCH 0/2] ARM: psci: cpuidle: defconfig updates
  2019-08-19 10:21   ` Lorenzo Pieralisi
@ 2019-08-19 11:53     ` Shawn Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2019-08-19 11:53 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: Mark Rutland, Ulf Hansson, Catalin Marinas, Daniel Lezcano, soc,
	Sudeep Holla, Will Deacon, LAKML

On Mon, Aug 19, 2019 at 11:21:03AM +0100, Lorenzo Pieralisi wrote:
> On Mon, Aug 19, 2019 at 09:57:17AM +0200, Shawn Guo wrote:
> > On Wed, Aug 14, 2019 at 01:52:37PM +0100, Lorenzo Pieralisi wrote:
> > > Rerouting defconfig updates related to this patch series:
> > > 
> > > https://lore.kernel.org/linux-arm-kernel/cover.1565348376.git.lorenzo.pieralisi@arm.com/
> > > 
> > > to arm-soc, as agreed in:
> > > 
> > > https://lore.kernel.org/linux-arm-kernel/58d9677db3510ed106fe23118090c84f78a44102.1565348376.git.lorenzo.pieralisi@arm.com/
> > > 
> > > Patches [1-6] are already queued in the ARM64 tree.
> > > 
> > > Please consider pulling these defconfig changes, thank you very much.
> > 
> > We, platform maintainers, also send arch/arm64/configs/defconfig changes
> > to arm-soc folk.  So I applied both patches to IMX tree and will send
> > them to arm-soc for 5.4 inclusion.
> 
> Hi Shawn,
> 
> there is no need, these updates were already pulled in arm-soc so
> there is nothing to do, please drop them.

Ah, okay.  Dropped them.

Shawn

_______________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2019-08-19 11:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-14 12:52 [PATCH 0/2] ARM: psci: cpuidle: defconfig updates Lorenzo Pieralisi
2019-08-14 12:52 ` [PATCH 1/2] arm64: defconfig: Enable the PSCI CPUidle driver Lorenzo Pieralisi
2019-08-14 12:52 ` [PATCH 2/2] ARM: imx_v6_v7_defconfig: " Lorenzo Pieralisi
2019-08-19  7:57 ` [PATCH 0/2] ARM: psci: cpuidle: defconfig updates Shawn Guo
2019-08-19 10:21   ` Lorenzo Pieralisi
2019-08-19 11:53     ` Shawn Guo

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).