Re: [PATCH 5/6] ARM: psci: cpuidle: Enable PSCI CPUidle driver

2019-08-06 Thread Lorenzo Pieralisi
On Tue, Aug 06, 2019 at 05:16:24PM +0100, Sudeep Holla wrote: > On Mon, Jul 22, 2019 at 04:37:44PM +0100, Lorenzo Pieralisi wrote: > > Allow selection of the PSCI CPUidle in the kernel by adding > > the required Kconfig options. > > > > Remove PSCI callbacks from ARM/ARM64 generic CPU ops > > to

Re: [PATCH 5/6] ARM: psci: cpuidle: Enable PSCI CPUidle driver

2019-08-06 Thread Sudeep Holla
On Mon, Jul 22, 2019 at 04:37:44PM +0100, Lorenzo Pieralisi wrote: > Allow selection of the PSCI CPUidle in the kernel by adding > the required Kconfig options. > > Remove PSCI callbacks from ARM/ARM64 generic CPU ops > to prevent the PSCI idle driver from clashing with the generic > ARM CPUidle

[PATCH 5/6] ARM: psci: cpuidle: Enable PSCI CPUidle driver

2019-07-22 Thread Lorenzo Pieralisi
Allow selection of the PSCI CPUidle in the kernel by adding the required Kconfig options. Remove PSCI callbacks from ARM/ARM64 generic CPU ops to prevent the PSCI idle driver from clashing with the generic ARM CPUidle driver initialization, that relies on CPU ops to initialize and enter idle