Re: [PATCH v8 6/8] drivers: cpuidle: CPU idle ARM64 driver
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2014-09-04 16:03:20
Also in:
linux-arm-kernel, linux-pm
On Wed, Sep 03, 2014 at 06:37:40PM +0100, Lorenzo Pieralisi wrote:
On Mon, Sep 01, 2014 at 04:28:42PM +0100, Lorenzo Pieralisi wrote:quoted
This patch implements a generic CPU idle driver for ARM64 machines. It relies on the DT idle states infrastructure to initialize idle states count and respective parameters. Current code assumes the driver is managing idle states on all possible CPUs but can be easily generalized to support heterogenous systems and build cpumasks at runtime using MIDRs or DT cpu nodes compatible properties. The driver relies on the arm64 CPU operations to call the idle initialization hook used to parse and save suspend back-end specific idle states information upon probing. Idle state index 0 is always initialized as a simple wfi state, ie always considered present and functional on all ARM64 platforms. Idle state indices higher than 0 trigger idle state entry by calling the cpu_suspend function, that triggers the suspend operation through the CPU operations suspend back-end hook. cpu_suspend passes the idle state index as a parameter so that the CPU operations suspend back-end can retrieve the required idle state data by using the idle state index to execute a look-up on its internal data structures. Reviewed-by: Ashwin Chaugule <redacted> Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Lorenzo Pieralisi <redacted>This patch should be ready to go too, is it ok if I split the series in arm64 arch specific patches (will ask Catalin to pull) and CPUidle ones (inclusive of DT bindings and !!this patch!!) and send two separate pull requests ?
If Daniel/Rafael don't have any objection, I can take the whole series through the arm64 tree (it seems that patches have been already acked by Daniel). -- Catalin